Request
Body Params application/json
{
"voiceId": "6365baea832941c8842db62a87a3e98e",
"voiceSpeed": "1",
"voiceText": "1234567890"
}
Request Code Samples
curl --location --request POST 'https://api.302.ai/topview/v1/voice/text2voice/task/submit' \
--header 'Authorization: Bearer ' \
--header 'Content-Type: application/json' \
--data-raw '{
"voiceId": "6365baea832941c8842db62a87a3e98e",
"voiceSpeed": "1",
"voiceText": "1234567890"
}'
Responses
application/json {
"code": "200",
"message": "Success",
"result": {
"taskId": "ddf7a21e1f954609b1684560d6c51e8d",
"status": "success",
"errorMsg": null
}
}
Modified at 2026-01-23 07:16:43