ReferenceCategories
Clear all categories (delete entire taxonomy)
DELETE
/v1/projects/{projectId}/categoriesAuthorization
ApiKeyAuth X-API-Key<token>
Organization API key. Format: X-API-Key: at_live_...
In: header
Path Parameters
projectId*string
Format
uuidResponse Body
*/*
curl -X DELETE "https://example.com/v1/projects/497f6eca-6276-4993-bfeb-53cbbbba6f08/categories"Empty
Upload audio for transcription POST
Accepts an audio file and queues it for async processing. Returns 202 Accepted with a job ID that can be used to track progress. Optional 'language' selects the processing language (pl or en); omitted means the project's defaultLanguage.
Create a category POST
Next Page