Export

[Deprecated] Get export formats

    This endpoint is deprecated in Enterprise. Use the async export API instead:
    POST /api/projects/{{id}}/exports/ (see [Create new export](/api#operation/api_projects_exports_create)).

    In Label Studio Enterprise, this endpoint will always return a 404 Not Found response with instructions to use the async export API.

    Retrieve the available export formats for the current project by ID.
get/api/projects/{id}/export/formats

Path parameters

idinteger required

A unique integer value identifying this project.

Response

Export formats

string[] required

List of available formats

Changes