Export annotations in Label Studio format.
This format can be imported into Label Studio for editing or used with Label Studio ML backend.
cURL
curl --request GET \ --url https://api.example.com/api/v1/datasets/{dataset_id}/annotation-sets/{annotation_set_id}/export/label-studio \ --header 'X-API-Key: <api-key>'
{ "tasks": [ { "id": 123, "data": {}, "annotations": [ { "id": 123, "result": [ { "id": "<string>", "value": {}, "from_name": "labels", "to_name": "audio", "type": "labels" } ], "completed_by": 1, "was_cancelled": false, "ground_truth": true } ] } ] }
Successful Response
Full Label Studio export.
Show child attributes