Publish an annotation set.
Once published, the annotation set becomes immutable. Stats are computed and stored for quick access.
cURL
curl --request POST \ --url https://api.example.com/api/v1/datasets/{dataset_id}/annotation-sets/{annotation_set_id}/publish \ --header 'X-API-Key: <api-key>'
{ "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "dataset_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "version": 123, "status": "<string>", "total_annotations": 123, "total_positive_duration_ms": 123, "annotations_by_type": {}, "created_at": "2023-11-07T05:31:56Z", "published_at": "2023-11-07T05:31:56Z" }
Successful Response
Annotation set response.