cURL
curl --request GET \ --url https://api.fennec-asr.com/api/v1/transcribe/status/{job_id} \ --header 'X-API-Key: <api-key>'
{ "job_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "status": "<string>", "transcript": "<string>", "created_at": "2023-11-07T05:31:56Z", "completed_at": "2023-11-07T05:31:56Z" }
Successful Response