Suno
This section isn’t available.
Upload reference audio
Upload an audio recording (via `audioUrl` or base64 `audioBase64`) to Suno.
Returns an uploadId to pass to POST /v1/suno/songs as uploadId to cover/transform it. Max 500 MB. Requires suno:write.
Request
curl -X POST "https://api.blueticks.co/v1/suno/uploads" \ -H "Content-Type: application/json" \ -d '{ "audioUrl": "https://example.com/me-singing.mp3", "fileName": "me-singing.mp3" }'{
"success": true,
"data": {
"uploadId": "string",
"status": "string"
}
}{
"success": false,
"error": {
"code": "string",
"message": "string",
"requestId": "string",
"details": [
{
"path": "string",
"code": "string",
"message": "string"
}
]
}
}Request Body
application/json
Response
Response Body
application/json
application/json