Export conversion

Convert export snapshot to selected format

Authentication

Authorizationstring
The token (or API key) must be passed as a request header. You can find your user token on the User Account page in Label Studio. Example: <br><pre><code class="language-bash">curl https://label-studio-host/api/projects -H "Authorization: Token [your-token]"</code></pre>

Path parameters

export_pkintegerRequired
Primary key identifying the export file.
idintegerRequired
A unique integer value identifying this project.

Request

This endpoint expects an object.
export_typestringRequired>=1 character
Export file format.
download_resourcesbooleanOptional
Download resources in converter.

Response

converted_formatinteger or null
export_typestring or null