Request
Example:Bearer {{YOUR_API_KEY}}
Body Params application/json
{
"url":"https://file.302.ai/gpt/imgs/20241204/361bca5886e844dfac39fb861ea3f3ac.mp3",
"audio_text": "hello world"
}
Request samples
curl --location --request POST 'https://api.302.ai/doubao/vc/ata/submit?caption_type' \
--header 'Authorization: Bearer sk-mfYQzy0XTFfz4P16vRE4gFrKK1Nly4TozsMqbbb9PSiJUvFO' \
--header 'Content-Type: application/json' \
--data-raw '{
"url":"https://file.302.ai/gpt/imgs/20241204/361bca5886e844dfac39fb861ea3f3ac.mp3",
"audio_text": "hello world"
}'
Responses
application/json Modified at 2024-12-11 07:43:03