task_id 后,可结合状态查询接口持续获取进度和结果audio_url 或 video_url:二选一,分别表示音频任务或视频任务。时长不能超过5分钟。voice_id:目标音色 ID,只能使用elevenlabs音色success=true,并返回 task_id、message_id、status=queued400500curl --location 'https://open.vectcut.com/llm/sts/submit/generate' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"audio_url": "https://player.install-ai-guider.top/example/old_speech.mp3",
"voice_id": "fYmV8EanqZP9BI4WvpB7"
}'{
"error": "",
"message_id": "B3DCC8607BEE7F897FB20A4B1DDA7EE8",
"queue_name": "sts-task",
"status": "queued",
"success": true,
"task_id": "b33c7c6a-9e80-46fc-bb3c-2a00f97f62e9"
}