cURL
curl --request GET \ --url https://api.sully.ai/v2/audio/transcriptions/{id} \ --header 'X-ACCOUNT-ID: <api-key>' \ --header 'X-API-KEY: <api-key>'
200
pending_transcription
{ "data": { "id": "tr_abc123def456", "status": "processing", "created_at": "2024-01-15T10:30:00Z", "updated_at": "2024-01-15T10:30:15Z" }}
Retrieve a transcription by ID. Returns the current status and results if processing is complete.
The transcription result includes:
Transcription ID
"tr_abc123def456"
Transcription retrieved successfully
Show child attributes