GET
/
v1
/
sources
/
{source_id}
/
transcriptions
/
curl --request GET \
  --url https://api.rask.ai/v1/sources/{source_id}/transcriptions/ \
  --header 'Authorization: Bearer <token>'
"<any>"

Authorizations

Authorization
string
headerrequired

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

Headers

accept
enum<string>

Accept header supports only next variants:

  • application/json (default) same as */*
  • application/x-subrip
Available options:
*/*,
application/json,
application/x-subrip

Path Parameters

source_id
string
required

Response

200 - application/json

The response is of type any.