data.status 取值:create → processing → complete。完成时 data.videoUrl 为视频地址。Authorization: Bearer ********************curl --location 'https://drwa.openai-next.com/_open/suno/music/getMp4State?taskBatchId=1261460463997952001' \
--header 'Authorization: Bearer <token>'{
"code": 200,
"msg": "操作成功",
"data": {
"taskBatchId": "1261460463997952001",
"clipId": "8f8bf4ba-...",
"status": "processing"
}
}