Query Generation Results

query generation results api, use workId to check generation status and get the final results

Query Generation Results

API Endpoint

URL: GET https://udioapi.pro/api/v2/feed
Query Parameter: workId

Code Examples

curl
nodejs
python

Response Format

A successful response will return a JSON object with the following structure:

Normally, music generation goes through three stages: text, first, and complete.

  • Once the lyrics generation is completed
{
    "code": 200,
    "message": "success",
    "data": {
        "type": "SUCCESS",
        "request_body": {
            "prompt": "prompt sample",
            "title": "title sample",
            "tags": "tags sample",
            "make_instrumental": false,
            "model": "chirp-v3-5"
        },
        "response_data": [
            {
                "id": "",
                "audio_url": "https://audiopipe.suno.ai/?item_id=xxx",
                "image_url": "https://cdn2.suno.ai/image_xxx.jpeg",
                "image_large_url": "https://cdn2.suno.ai/image_xxx.jpeg",
                "created_at": "2025-01-01T22:10:31.665Z",
                "timestamp": 1740620331100,
                "status": "text",
                "title": "",
                "prompt": "",
                "tags": "",
                "duration": "",
                "model_name": "chirp-v3-5",
                "extra_message": "Text generated successfully.",
                "fail_message": "",
                "error_message": ""
            },
            {
                "id": "d23efe77-b463-4ee5-8a7c-6476d45a6656",
                "audio_url": "https://audiopipe.suno.ai/?item_id=d23efe77-b463-4ee5-8a7c-6476d45a6656",
                "image_url": "https://cdn2.suno.ai/image_d23efe77-b463-4ee5-8a7c-6476d45a6656.jpeg",
                "image_large_url": "https://cdn2.suno.ai/image_d23efe77-b463-4ee5-8a7c-6476d45a6656.jpeg",
                "created_at": "2025-01-01T22:10:31.665Z",
                "timestamp": 1740620331100,
                "status": "text",
                "title": "",
                "prompt": "",
                "tags": "",
                "duration": "",
                "model_name": "chirp-v3-5",
                "extra_message": "Text generated successfully.",
                "fail_message": "",
                "error_message": ""
            }
        ],
        "created_at": "2025-01-01T22:10:31.665Z"
    }
}
  • First audio generated successfully Response
  • All two audios generated successfully Response

Response Fields

FieldTypeDescription
codenumberHTTP status code
messagestringResponse message
data.typestringResult type ("SUCCESS", "IN_PROGRESS", etc.)
data.request_bodyobjectOriginal generation request parameters
data.response_dataarrayArray of generated results
data.created_atstringTimestamp of the generation request

Generated Result Fields

FieldTypeDescription
idstringUnique identifier of the generated result
audio_urlstringURL to the generated audio file (MP3)
image_urlstringURL to the generated cover image
image_large_urlstringURL to the high-resolution cover image, now unused
created_atstringTimestamp of the result creation
timestampnumberUnix timestamp in milliseconds
statusstringStatus of the generation ("complete", "pending", etc.)
titlestringTitle of the generated music
promptstringOriginal prompt used for generation
tagsstringStyle tags of the generated music
durationnumberDuration of the generated audio in seconds
model_namestringName of the model used for generation
extra_messagestringAdditional success information message
fail_messagestringFailure message if generation failed
error_messagestringError message if any errors occurred

fail_message sample

Suno Official Regulatory restrictions:
Does Not Meet Guidelines
Prompt contained inappropriate material
This song violates Suno's content moderation policy.


500 Audio generation failed.
500 Internal Error, Please try again later.
408 timeout

Cookies

We use cookies to enhance your browsing experience and analyze site traffic.Your privacy is important to us: we do not sell or share your personal data, and your information is securely stored. By continuing to use our site, you agree to our use of cookies.
Learn more about how we handle your data in our .