API
API
Back to appIntroductionAuthenticationQuickstartCore conceptsUploading callsGetting resultsWebhooksPagination and searchErrorsRate limits and billing
Get audio file info for a call GETGet call detail with transcript, classification, and summary GETGet upload job status GETList calls with pagination and optional date filter GETSearch calls by keyword GETManually set or clear a call's category PATCHUpload audio for transcription POST
ReferenceCalls

Manually set or clear a call's category

Overrides the classifier's category. A null categoryId un-categorizes the call.

PATCH/v1/projects/{projectId}/calls/{id}/category

Overrides the classifier's category. A null categoryId un-categorizes the call.

Authorization

ApiKeyAuth
X-API-Key<token>

Organization API key. Format: X-API-Key: at_live_...

In: header

Path Parameters

projectId*string
Formatuuid
id*string
Formatuuid

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

Response Body

*/*

curl -X PATCH "https://example.com/v1/projects/497f6eca-6276-4993-bfeb-53cbbbba6f08/calls/497f6eca-6276-4993-bfeb-53cbbbba6f08/category" \  -H "Content-Type: application/json" \  -d '{}'
Empty

Search calls by keyword GET

Full-text search over transcript content. Supports phrases ("exact match"), OR, and exclusion (-word). Results are ranked by relevance with highlighted snippets.

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.

categoryId?string
Formatuuid