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