
🇨🇳 Chinese

🇨🇳 Chinese
- OpenAI格式
- Anthropic
- Suno(音乐)
- Udio(音乐)
- Midjourney API文档(生图)
- Flux(生图)
- Recraft(生图)
- Ideogram(生图)
- Luma(视频)
- Runway(视频)
- PIKA(视频)
- 可灵API(官方接口)
- Replicate 通用接口
- MiniMax海螺(视频)
generate(参考图片)
POST
/pika/pro/generate
Request
Authorization
Provide your bearer token in the
Authorization
header when making requests to protected resources.Example:
Authorization: Bearer ********************
Query Params
string
optional
Header Params
string
optional
Authorization
string
optional
Default:
{{YOUR_API_KEY}}
Body Params application/json
callback_url
string
回调地址
prompt
string
描述词
sfx
boolean
开启音效
image
string
参考的图片
options
object
required
frameRate
integer
optional
camera
object
optional
parameters
object
optional
style
enum<string>
风格
Allowed values:
InflateMeltExplodeSquishCrushCake-ifyTa-daDeflateCrumbleDissolveLevitateDecapitateEye-pop
model
number
模型版本
Example
{
"callback_url": "http://baidu.com",
"prompt": "customize your prompt here",
"sfx": false,
"image": "https://db.xiaohuhd.com/1.jpeg",
"style": "Inflate",
"model": 1.5,
"options": {
"frameRate": 20,
"camera": {
"pan": "right",
"tilt": "up",
"rotate": "cw",
"zoom": "in"
},
"parameters": {
"guidanceScale": 16,
"motion": 2,
"negativePrompt": "ugly",
"seed": 144124
}
}
}
Responses
🟢200成功
application/json
Body
object {0}
Example
{}
Modified at 2024-10-29 21:45:49