Create new export snapshot
Create a new export request to start a background task and generate an export file for a specific project by ID.
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
id
A unique integer value identifying this project.
Request
This endpoint expects an object.
annotation_filter_options
converted_formats
counters
created_by
A ModelSerializer that takes additional arguments for
"fields", "omit" and "expand" in order to
control which fields are displayed, and whether to replace simple
values with complex, nested serializations
finished_at
Complete or fail time
md5
serialization_options
status
* `created` - Created
* `in_progress` - In progress
* `failed` - Failed
* `completed` - Completed
Allowed values:
task_filter_options
title
Response
created_at
Creation time
id
annotation_filter_options
converted_formats
counters
created_by
A ModelSerializer that takes additional arguments for
"fields", "omit" and "expand" in order to
control which fields are displayed, and whether to replace simple
values with complex, nested serializations
finished_at
Complete or fail time
md5
serialization_options
status
* `created` - Created
* `in_progress` - In progress
* `failed` - Failed
* `completed` - Completed
Allowed values:
task_filter_options
title