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

The response is of type object.