Overview
This endpoint provides convert music link to suno (upload) functionality.
Authentication
This endpoint requires authentication using a Bearer token.
Authorization
string
default:"sk-***********"
required
Your API key in the format: Bearer YOUR_API_KEY
Request Body
Request Example
curl -X POST "https://gptproto.com/v1/suno/uploads/audio-url" \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"url": "https://filesystem.site/cdn/20240722/7YSGZwU59FRhWzhRwWiL3A8pNmcJHC.mp3"
}'
Response
Error Responses
{
"error": {
"message": "Invalid signature",
"type": "401"
}
}