curl --location --request GET 'https://draw.openai-next.com/suno/fetch/'
{
"id": "13db8785-77bc-4273-883b-e462f3e7ff52",
"status": "PENDING",
"createdAt": "2024-11-15T03:34:51.751Z",
"progress": 0.275,
"output": [
"https://storage.runwayml.com/generated_video_123456.mp4"
],
"failure": {
"code": "INVALID_INPUT",
"message": "输入图片格式不支持"
}
}