Skip to main content
POST
/
generate
/
turbo
/
pikascenes
cURL
curl -X POST 'https://devapi.pika.art/generate/turbo/pikascenes' \
-H 'X-API-KEY: your_api_key' \
-H 'Accept: application/json' \
-F '[email protected];type=image/jpg' \
-F '[email protected];type=image/jpg' \
-F '[email protected];type=image/jpg' \
-F 'ingredientsMode=precise' \
-F 'promptText=A person cuts a tomato with a knife' \
-F 'negativePrompt=blurry, low quality' \
-F 'seed=12345'
{
  "video_id": "<string>"
}

Body

multipart/form-data
images
file[]
required
ingredientsMode
enum<string>
required
Available options:
creative,
precise
promptText
string | null
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