POST
/
video
/
demo
Trigger New Video Generation
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>"
}

Authorizations

x-api-key
string
header
required

Body

application/json

Response

200 - application/json

Video generation request accepted

The response is of type object.