Recorded transcription

Get a transcription result

Get the current state of a transcription task and its result when processing has completed.

GET
/api/v1/api/status/{task_id}

Authorization

Authorization
Required
Bearer <token>

In: header

Path Parameters

task_id
Required
Task Id

curl -X GET "https://api.orbitalsai.com/api/v1/api/status/0" \
  -H "Authorization: Bearer <token>"

Successful Response

{
  "audio_duration": 0,
  "audio_url": "string",
  "created_at": "string",
  "error": "string",
  "language": "string",
  "model_name": "string",
  "original_filename": "string",
  "processing_time": 0,
  "result_text": "string",
  "srt_content": "string",
  "srt_requested": true,
  "status": "string"
}