Skip to main content
POST
/
generate
/
turbo
/
t2v
cURL
curl -X POST 'https://devapi.pika.art/generate/turbo/t2v' \
-H 'X-API-KEY: your_api_key' \
-H 'Content-Type: application/x-www-form-urlencoded' \
-H 'Accept: application/json' \
-d 'promptText=A beautiful sunset over mountains' \
-d 'negativePrompt=blurry, low quality' \
-d 'seed=12345'
{
  "video_id": "<string>"
}

Body

application/x-www-form-urlencoded
promptText
string
required
negativePrompt
string | null
seed
integer | null
aspectRatio
number | null

Aspect ratio (width / height)

Required range: 0.4 <= x <= 2.5

Response

Successful Response

video_id
string
required