cURL
curl --request POST \ --url https://ai.pmock.com/api/ai/sn/audio/upload \ --header 'Content-Type: application/json' \ --data ' { "audioUrl": "<string>" } '
{ "code": 200, "message": "<string>", "data": { "taskId": "<string>" }, "traceId": "<string>" }
The audio URL that needs to be uploaded must be a URL that we can download.
1
OK
Unified return structure for response results
Response status code
200
Response message
Response result
Show child attributes
Response traceId