Request
Body Params application/json
{
"prompt": "生成一个跳舞的场面",
"model": "higgsfield-standard",
"motion_id": "5d0eee15-569c-4006-a1c7-46d1c42d9315",
"enhance_prompt": true,
"image": [
"https://heyoo.oss-ap-southeast-1.aliyuncs.com/ai-draw/java/test/022cc0f0-8b08-4e8b-9822-2b41ba6c64ad.png"
],
"seed": 1000,
"height": 1080,
"width": 720
}
Request Code Samples
curl --location --request POST 'https://gptproto.com/v1/higgsfield/generate' \
--header 'Content-Type: application/json' \
--data-raw '{
"prompt": "生成一个跳舞的场面",
"model": "higgsfield-standard", // higgsfield-standard higgsfield-lite higgsfield-turbo
"motion_id": "5d0eee15-569c-4006-a1c7-46d1c42d9315",
"enhance_prompt": true,
"image": [
"https://heyoo.oss-ap-southeast-1.aliyuncs.com/ai-draw/java/test/022cc0f0-8b08-4e8b-9822-2b41ba6c64ad.png"
],
"seed": 1000,
"height": 1080,
"width": 720
}'
Responses
application/json {"data":"4d83fb81-8d9b-4477-a3df-f476c24ce37f"}
Modified at 2025-08-18 03:38:46