Export conversion
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
project_id
A unique integer value identifying this project.
export_pk
Primary key identifying the export file.
Headers
Authorization
Header authentication of the form Token <token>
Request
This endpoint expects an object.
export_type
Export file format.
download_resources
If true, download all resource files such as images, audio, and others relevant to the tasks.
Response
export_type
Export file format.
converted_format
ID of the converted format