GET
/
v1
/
outputs
/
{output_id}
/
curl --request GET \
  --url https://api.rask.ai/v1/outputs/{output_id}/ \
  --header 'Authorization: Bearer <token>'
{
  "created": "2023-11-07T05:31:56Z",
  "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
  "language": "<string>",
  "source_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
  "status": "pending",
  "updated": "2023-11-07T05:31:56Z"
}

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 */*
  • video/mp4
  • audio/wav

In addition for audio/* types you may pass optional background=false param if you want to get only tts result without background sounds.

Available options:
*/*,
application/json,
audio/wav,
audio/wav;background=false,
video/mp4

Path Parameters

output_id
string
required

Response

200 - application/json
created
string
required
id
string
required
language
string
required
source_id
string
required
status
enum<string>
required
Available options:
pending,
processing,
translated
updated
string | null
required