API ReferenceProjectsExports

Export conversion

POST

You can use this to convert an export snapshot into the selected format.

To see what formats are supported, you can use Get export formats or see Export formats supported by Label Studio.

You will need to provide the project ID and export ID (export_pk). The export ID is returned when you create the export or you can use List all export snapshots.

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.
export_pkstringRequired
Primary key identifying the export file.

Request

This endpoint expects an object.
export_type
stringRequired
Export file format.

Response

This endpoint returns an object
export_type
string
Export file format.