Request
Body Params application/json
{
"url":"https://file.302.ai/gpt/imgs/20241204/361bca5886e844dfac39fb861ea3f3ac.mp3",
"audio_text": "hello world"
}
Request Code Samples
curl --location --request POST 'https://api.302.ai/doubao/vc/ata/submit?caption_type' \
--header 'Authorization: Bearer ' \
--header 'Content-Type: application/json' \
--data-raw '{
"url":"https://file.302.ai/gpt/imgs/20241204/361bca5886e844dfac39fb861ea3f3ac.mp3",
"audio_text": "hello world"
}'
Responses
application/json {
"id": "bc5ba687-1063-41bb-8536-13ee7ffb82f2",
"code": 0,
"message": "Success"
}
Modified at 2026-01-19 07:40:12