Run in Apifox
higgsfield.aiからの画像生成ビデオモデル、画像からビデオを生成します。 価格:ライト 0.5 PTC/回 価格:スタンダード 1 PTC/回 価格:ターボ 0.7 PTC/回
Request
Example: Bearer {{YOUR_API_KEY}}
Body Params application/json
motions
array [object {2}]
required
{
"input_image" : "https://file.302ai.cn/gpt/imgs/20250509/d11364148a0744618d6db819abd4bc58.jpg" ,
"model" : "turbo" ,
"motions" : [
{
"motion_id" : "" ,
"strength" : 1
}
] ,
"prompt" : "just rain and electric atmosphere." ,
"seconds" : 5
}
Request samples curl --location --request POST 'https://api.302.ai/higgsfield/image2video' \
--header 'Authorization: Bearer sk-mfYQzy0XTFfz4P16vRE4gFrKK1Nly4TozsMqbbb9PSiJUvFO' \
--header 'Content-Type: application/json' \
--data-raw '{
"input_image": "https://file.302ai.cn/gpt/imgs/20250509/d11364148a0744618d6db819abd4bc58.jpg",
"model": "turbo",
"motions": [
{
"motion_id": "",
"strength": 1
}
],
"prompt": "just rain and electric atmosphere.",
"seconds": 5
}'
Responses application/json Generate Code
{
"board_ids" : [ ] ,
"id" : "higgsfield_472f8f0319ac" ,
"result" : null ,
"results" : null ,
"status" : "queued"
}
Modified at 2025-07-21 06:42:47