image_urls supports only 1 image, and each image must be no larger than 20MBaudio_ids must come from the gemini-omni-audio endpointcurl --location 'https://api.kie.ai/api/v1/omni/character/create' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"description": "A young female character with short silver hair and a futuristic utility jacket, calm, agile, and strongly cyberpunk in style.",
"image_urls": [
"https://example.com/assets/character-reference.png"
],
"audio_ids": [
"audio_01hx8p0demo"
],
"character_name": "Jenny"
}'{
"code": 200,
"msg": "success",
"data": {
"characterId": "b09dbf56...",
"characterName": "cute character",
"imageUrl": "https://xx.com/a.png"
}
}