Skip to main content
POST
/
generate
/
pikaffects
cURL
curl -X POST 'https://devapi.pika.art/generate/pikaffects' \
-H 'X-API-KEY: your_api_key' \
-H 'Accept: application/json' \
-F 'pikaffect=Love Bomb' \
-F 'promptText=A love-themed explosion scene' \
-F 'negativePrompt=blurry, low quality' \
-F 'seed=12345' \
-F '[email protected];type=image/jpg'
{
  "video_id": "<string>"
}

Body

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

Response

Successful Response

video_id
string
required