cURL
curl --request POST \ --url https://ai.pmock.com/api/ai/sn/wav/generate \ --header 'Content-Type: application/json' \ --data ' { "clipId": "<string>" } '
{ "code": 200, "message": "<string>", "data": { "taskId": "<string>" }, "traceId": "<string>" }
create a task to generate wav
SN-Generate mp4 request parameters
The clip_id which used to generate the music audio continued from existing audio.
1
OK
Unified return structure for response results
Response status code
200
Response message
Response result
Show child attributes
Response traceId