{
"model": "standard",
"motion_id": "string",
"prompt": "string",
"enhance_prompt": true,
"seed": 1,
"width": 0,
"height": 0,
"image": [
"string"
]
}
curl --location -g --request POST '{{BASE_URL}}/higgsfield/generate' \
--header 'Authorization: Bearer {{YOUR_API_KEY}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"model": "standard",
"motion_id": "string",
"prompt": "string",
"enhance_prompt": true,
"seed": 1,
"width": 0,
"height": 0,
"image": [
"string"
]
}'
{
"type": "object",
"properties": {
"id": {
"type": "string",
"description": "任务ID,用于后续查询任务状态"
}
}
}