Suno
This section isn’t available.
Get song
Poll a single generated clip by id.
When status is complete, audioUrl (MP3) and imageUrl are populated. Requires suno:read.
Request
curl -X GET "https://api.blueticks.co/v1/suno/songs/"{
"success": true,
"data": {
"id": "string",
"status": "submitted",
"audioUrl": "string",
"imageUrl": "string",
"title": "string",
"durationSec": 0,
"model": "string",
"errorType": "string",
"errorMessage": "string"
}
}{
"success": false,
"error": {
"code": "string",
"message": "string",
"requestId": "string",
"details": [
{
"path": "string",
"code": "string",
"message": "string"
}
]
}
}Path Parameters
id*string
Response
Response Body
application/json
application/json
Generate song
Submit a song generation to Suno from `lyrics` + `style`, optionally steering `vocalGender`, `weirdness`, `styleInfluence`, and a reference recording (`uploadId` from POST /v1/suno/uploads, with `audioInfluence` controlling how closely the cover follows it).
Upload reference audio
Upload an audio recording (via `audioUrl` or base64 `audioBase64`) to Suno.