POST https://api.tokenhot.ai/v1/omni/audio/createaudioId for use in the audio_ids field of gemini-omni-video.character_ids and a prompt that contains explicit dialogue text.curl --location 'https://api.tokenhot.ai/v1/omni/audio/create' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"audio_id": "achernar",
"name": "narrator",
"voice_description": "A calm, clear, friendly male voice suitable for narration."
}'{
"code": 200,
"msg": "success",
"data": {
"audioId": "fe3c54843a1f458399b217ee8fd9c1a7",
"name": "narrator"
}
}