# Provider Notes

All submissions are sent with POST to {{BASE_URL}}/suno/generate.
All result queries use GET {{BASE_URL}}/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
}'
```
