Get export formats

Before exporting annotations, you can check with formats are supported by the specified project. For more information about export formats, see Export formats supported by Label Studio.

You must provide a project ID. The project ID can be found in the URL when viewing the project in Label Studio, or you can retrieve all project IDs using List all projects.

Path parameters

idintegerRequired
A unique integer value identifying this project.

Headers

AuthorizationstringRequired

Header authentication of the form Token <token>

Response

Export formats
nameenum or null
Export file format.
titlestring or null
Export format title
descriptionstring or null
Export format description
tagslist of strings or null
Export format tags
disabledboolean or null
If true, the export format is not supported by the project.