# SUNO AI API

- [IMAGINE](https://docs.apiframe.ai/suno-ai-api/imagine.md): Generate a song with a lyrics video clip. You have access to the chirp-v3-0 and chirp-v3-5 models. This endpoint actually generates two songs with the same lyrics.
- [UPLOAD](https://docs.apiframe.ai/suno-ai-api/upload.md): Upload an audio file and get an audio url (don't need it if you already have an audio url).
- [EXTEND](https://docs.apiframe.ai/suno-ai-api/extend.md): Extend a previously generated song or an uploaded audio.
- [LYRICS](https://docs.apiframe.ai/suno-ai-api/lyrics.md): Generate song Lyrics based on a prompt.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.apiframe.ai/suno-ai-api.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
