curl --location 'https://api.kie.ai/api/v1/omni/audio/create' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"audio_id": "achernar",
"name": "achernar Narrator",
"voice_description": "一个沉稳、清晰、富有亲和力的男性声音,适合科技产品讲解与日常对话。",
"example_dialogue": "你好,我是achernar"
}'{
"code": 200,
"msg": "success",
"data": {
"kieAudioId": "a8f1c2d3e4f5...",
"name": "温柔女声"
}
}