Generate the validation phrase required for the Suno Voice custom voice workflow.
Documentation Index
Fetch the complete documentation index at: https://docs.api.box/llms.txt
Use this file to discover all available pages before exploring further.
taskId; use it to query the generated validation phrase.callBackUrl is provided, the system sends a POST callback when the phrase is ready or the task fails. The callback URL must be publicly accessible and return HTTP 200 within 15 seconds.validateInfo, ask the user to record the phrase and upload the verification audio to the voice generation API. For best voice generation results, singing is recommended.voiceUrl is publicly accessible.vocalStartS and vocalEndS.taskId.validateInfo through the query API or callback.vocalEndS must be greater than vocalStartS.language controls the validation phrase language. Supported values include en, zh, es, fr, pt, de, ja, ko, hi, and ru.All endpoints require authentication using Bearer Token.
Add to request headers:
Authorization: Bearer YOUR_API_KEY
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
The original recording URL uploaded by the user [Required]
Start time (in seconds) for extracting the vocal segment [Required]
End time (in seconds) for extracting the vocal segment, must be greater than vocalStartS [Required]
Verify the language of the short phrase. Supported languages include: English (en), Chinese (zh), Spanish (es), French (fr), Portuguese (pt), German (de), Japanese (ja), Korean (ko), Hindi (hi), and Russian (ru).
Callback URL used to receive validation phrase generation results. The system sends a POST request when the phrase is ready (status: wait_validating) or when the task fails. The URL must be publicly accessible and return HTTP 200 within 15 seconds. For the payload format, see Validation Phrase Callbacks.