cURL
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>" }
Retrieve the current status and URLs of a video generation request
The Whilter request ID returned from video generation request
Video status retrieved successfully
The response is of type object.
object