GET
/
status
/
{transactionId}
Check Video Status
curl --request GET \
  --url https://whilter-api-host/status/{transactionId} \
  --header 'x-api-key: <api-key>'
{
  "status": "SUCCESS",
  "message": "<string>",
  "video-url": "<string>",
  "image-url": "<string>"
}

Authorizations

x-api-key
string
header
required

Path Parameters

transactionId
string
required

The Whilter request ID returned from video generation request

Response

200 - application/json

Video status retrieved successfully

status
enum<string>
required

Current status of the video generation

Available options:
SUCCESS,
FAILURE,
PROCESSING
message
string | null

Status message or error details

video-url
string<uri> | null

URL of the generated video (null if not ready)

image-url
string<uri> | null

URL of the generated thumbnail image