Skip to main content
GET
Suno Voice Get Custom Voice Records

Usage Guide

  • Use the taskId returned by the custom voice generation API.
  • When status is success, the response contains the generated voiceId.
  • If the task fails, use errorCode and errorMessage to decide whether to retry validation or generation.

Status Handling

Check Voice Availability

Confirm whether the generated custom voice is available for supported Suno generation APIs

Authorizations

Authorization
string
header
required

API Authentication

All endpoints require authentication using Bearer Token.

Get API Key

  1. Visit the API Key Management Page to obtain your API Key

Usage

Add to request headers:

Note:

  • Keep your API Key secure and do not share it with others
  • If you suspect your API Key has been compromised, reset it immediately from the management page

Query Parameters

taskId
string

任务id

Response

200 - application/json
code
integer
required

Response status code

msg
string
required

Response message

data
object
required