Skip to main content
GET
/
transcription
/
pdf
/
{id}
cURL
curl --request GET \
  --url https://api.iolokis.com/transcription/pdf/{id} \
  --header 'Authorization: Bearer <token>'
"<string>"

Authorizations

Authorization
string
header
required

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

Path Parameters

id
string<uuid>
required

Transcription ID.

Response

PDF file for the transcription.

The response is of type file.