# 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.

```
{
"prompt": "",
"tags": "heavy metal",
"mv": "chirp-v3-5",
"title": "Example title",
"continue_clip_id": null,
"continue_at": null,
"infill_start_s": null,
"infill_end_s": null
}
```
