curl --location 'https://aiagent-openapi.sjzn.com/v1/extract/text/generate' \ --header 'Content-Type: application/json' \ --data '{ "audioUrl": "string", "videoUrl": "string", "creationType": "string" }'
{ "code": "string", "data": { "taskId": "string", "expTimestamp": 0 } }