---
title: "Get Cover Generation Details"
method: GET
path: "/api/v1/suno/cover/record-info"
---

# Get Cover Generation Details

`GET /api/v1/suno/cover/record-info`

Get detailed information about Cover generation tasks.

### Usage Guide
- Use this interface to check Cover generation task status
- Access generated cover image URLs upon completion
- Track processing progress and any errors that may occur

### Status Description
- `0`: 待执行 (Pending)
- `1`: 成功 (Success)
- `2`: 生成中 (Generating)
- `3`: 生成失败 (Generation failed)

### Developer Notes
- Cover image URLs are only available when status is `SUCCESS` in the response
- Error codes and messages are provided for failed tasks
- After successful generation, cover images are retained for 14 days

## Query parameters

- `taskId` string, required

## Response `200`

Success

- object
  - `code` 200 | 400 | 401 | 402 | 404 | 409 | 422 | 429 | 455 | 500 — Response status code - **200**: Success - Request processed successfully - **400**: Format error - Parameters are not in valid JSON format - **401**: Unauthorized - Authentication credentials missing or invalid - **402**: Insufficient credits - Account doesn't have enough credits for this operation - **404**: Not found - Requested resource or endpoint doesn't exist - **409**: Conflict - Cover record already exists - **422**: Validation error - Request parameters failed validation checks - **429**: Rate limited - Request rate limit exceeded for this resource - **455**: Service unavailable - System currently undergoing maintenance - **500**: Server error - Unexpected error occurred while processing request
  - `msg` string — Error message when code != 200

## Other responses

- `500` — Server error

---

[API](https://skmtc.dev/sunoapi/apis/file-upload-api.md) · [All operations](https://skmtc.dev/sunoapi/apis/file-upload-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/sunoapi/file-upload-api/revisions/22d45ee33a4a/schema)
