Skip to main content
POST
/
generate
/
turbo
/
i2v
cURL
curl -X POST 'https://devapi.pika.art/generate/turbo/i2v' \
-H 'X-API-KEY: your_api_key' \
-H 'Accept: application/json' \
-F '[email protected];type=image/jpg' \
-F 'promptText=The person is dancing gracefully' \
-F 'negativePrompt=blurry, low quality' \
-F 'seed=12345'
{
  "video_id": "<string>"
}

Body

multipart/form-data
image
file
required
promptText
string | null
negativePrompt
string | null
seed
integer | null

Response

Successful Response

video_id
string
required