cURL
curl -sS https://rcm-api.athelas.com/v1/ambient/api/scribe/12345 -H 'Authorization: Bearer $TOKEN'
{ "scribe_id": 123, "workflow_id": 123, "transcriptions": [ { "transcription_id": 123, "status": "<string>", "text": "<string>" } ], "status": "IN_PROGRESS", "audio_length_seconds": 123, "patient_name": "<string>", "date_of_service": "2023-11-07T05:31:56Z", "additional_context": {}, "ai_tasks": [ { "template_id": 123, "template_name": "<string>", "task_status": "IN_PROGRESS", "output_json": {} } ], "error_message": "<string>", "submitted_at": "2023-11-07T05:31:56Z", "completed_at": "2023-11-07T05:31:56Z" }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Scribe status and details
Show child attributes
Status values for transcription tasks:
DETECTED_FILE
STT_PROCESSING
STT_COMPLETED
STT_ERROR
STT_INCOMPLETE
IN_PROGRESS
COMPLETED
FAILED
Was this page helpful?