Authorization: Bearer ********************curl --location --request GET 'https://api.gptgod.online/sunoapi/feed/9b1d2e8d-a365-4bfd-8a18-8989e159b29f' \
--header 'Authorization: Bearer <token>'[
{
"id": "9b1d2e8d-a365-4bfd-8a18-8989e159b29f",
"video_url": "https://cdn.suno.com/video/xxx.mp4",
"audio_url": "https://cdn.suno.com/audio/xxx.mp3",
"image_url": "https://cdn.suno.com/image/xxx.jpg",
"image_large_url": "https://cdn.suno.com/image/xxx_large.jpg",
"is_video_pending": false,
"major_model_version": "v3.5",
"model_name": "chirp-v3-5",
"metadata": {
"tags": "string",
"prompt": "string",
"gpt_description_prompt": "string",
"duration": 0,
"type": "gen",
"error_message": "string"
},
"title": "工作",
"status": "submitted",
"created_at": "2024-01-01T12:00:00Z"
}
]