cURL
curl --request POST \ --url https://rcm-api.athelas.com/v1/ambient/api/scribe/{scribe_id}/regenerate/text \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "transcripts": [ "<string>" ] } '
{ "scribe_id": 123, "status": "IN_PROGRESS" }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Regeneration accepted
IN_PROGRESS
COMPLETED
FAILED
Was this page helpful?