curl --location --request POST 'https://api.302.ai/higgsfield/v1/speak/higgsfield' \
--header 'Authorization: Bearer ' \
--header 'Content-Type: application/json' \
--data-raw '{
"params": {
"input_image": {
"type": "image_url",
"image_url": "https://file.302.ai/gpt/imgs/20250610/5da3c994668c42908e45d74227f21e17.jpg"
},
"input_audio": {
"type": "audio_url",
"audio_url": "https://d1q70pf5vjeyhc.cloudfront.net/media/92d2d4ca66f84793adcb20742b15d262/audios/1763122158798703233_nsAxuqmj.mp3"
},
"prompt": "a big cat"
}
}'