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

project_idintegerRequired

A unique integer value identifying this project.

export_pkstringRequired

Primary key identifying the export file.

Request

This endpoint expects an object.
export_typeenumOptional

Export file format.

download_resourcesbooleanOptional

If true, download all resource files such as images, audio, and others relevant to the tasks.

Response

export_typeenumOptional

Export file format.

converted_formatintegerOptional

ID of the converted format

Built with