Skip to content
中文

Provider Notes

All submissions are sent with POST to /suno/generate. All result queries use GET /suno/feed/clipsId1,clipsId2. Different request bodies below produce different effects.

curl --request POST
--url {{BASE_URL}}/suno/generate
--header 'Authorization: Bearer your-key'
--header 'Content-Type: application/json'
--data '{
  // provider-specific example normalized for English documentation
}'