Releases API
Create versioned Project exports, inspect metadata, and request annotation or source downloads.
Endpoints
Method
Endpoint
Purpose
Create a Release
curl --fail-with-body --silent --show-error \
-X POST "$UNITLAB_API_URL/api/sdk/projects/PROJECT_ID/releases/" \
-H "Authorization: Api-Key $UNITLAB_API_KEY" \
-H "Content-Type: application/json" \
--data '{
"export_type":"UUEF",
"split_ratios":{"train":80,"validation":20},
"include_download_tokens":false,
"upload_sessions":["BATCH_QUEUE_ID"],
"generic_types":["img","video"],
"bundle_formats":{"img":"COCO","video":"UUEF"}
}'
Request a download
Request operating contract
Concern
Required behavior