Skip to main content
GET
/
v1
/
transcriptions
/
{id}
Poll transcription status
curl --request GET \
  --url https://api.arcmira.com/v1/transcriptions/{id} \
  --header 'Authorization: Bearer <token>'
{
  "error": {
    "type": "<string>",
    "code": "<string>",
    "message": "<string>",
    "doc_url": "<string>",
    "request_id": "<string>",
    "param": "<string>"
  }
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Response

Success