GET
/
status
/
{request_id}
curl --request GET \
  --url https://api.verbalia.net/status/{request_id} \
  --header 'X-API-Key: <api-key>'
{
  "status": "pending",
  "time_taken": 123,
  "error_message": "<string>",
  "video_seconds": 123,
  "video_url": "<string>"
}

Authorizations

X-API-Key
string
header
required

Path Parameters

request_id
string
required

Response

200
application/json
Successful Response
status
enum<string>
required
Available options:
pending,
processing,
completed,
failed
time_taken
integer | null
error_message
string | null
video_seconds
integer | null
video_url
string | null