Skip to main content
Create a custom voice from audio recordings. This is an async operation — returns a task_id, poll for the result. When the task completes, use the returned persona_id as persona_id in Music Generation so tracks use your custom voice.

Model

Flow

  1. Call GET /v1/resources/suno-ai/voice/verification-phrase to get a phrase_id and phrase_text
  2. Record two audio files: a voice sample and the user reading the verification phrase
  3. Host both as publicly accessible URLs
  4. Call this endpoint with both URLs and the phrase_id

Parameters

Example

Response

Status Response (Completed)

Status Response (Failed — Verification Rejected)