apiKey: ********************{
"videoUrl": "https://example.com/video.mp4"
}curl --location --request POST '/api/video-audio/recognize' \
--header 'apiKey: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"videoUrl": "https://example.com/video.mp4"
}'{
"errorMessage": "string",
"code": 0,
"aboutUrl": "string",
"traceId": "string",
"text": "这是从视频中识别出的文本内容"
}