Skip to main content
POST
/
v1
/
video
/
generate
Generate video
curl --request POST \
  --url https://api.usenaive.ai/v1/video/generate \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "model": "<string>",
  "input": {
    "prompt": "<string>",
    "duration": "<unknown>"
  }
}
'
{}

Authorizations

Authorization
string
header
required

Workspace API key. Create one via the dashboard or POST /v1/auth/keys.

Body

application/json
model
string
required
input
object
required

Response

Queued.

The response is of type object.