cURL
curl --request POST \ --url https://whilter-api-host/video/demo \ --header 'Content-Type: application/json' \ --header 'x-api-key: <api-key>' \ --data '{ "client-request-id": "<string>", "customer-id": "<string>", "use-case-id": "<string>", "user-id": "<string>", "reference-record-id": "<string>", "phrase-texts": [ "<string>" ], "image-texts": [ "<string>" ], "video-texts": [ "<string>" ], "image-urls": [ "<string>" ], "video-urls": [ "<string>" ] }'
{ "status": "SUCCESS", "message": "Request accepted", "client-request-id": "<string>", "whilter-request-id": "<string>" }
Create a personalized video generation request in real-time
Video generation request accepted
The response is of type object.
object