Skip to main content
GET
/
v1
/
transcriptions
List your transcription requests
curl --request GET \
  --url https://api.arcmira.com/v1/transcriptions \
  --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.

Query Parameters

video_id
string

Filter to your requests for one video.

Pattern: ^[A-Za-z0-9_-]{11}$

Response

Success