# API reference

- [Colorize image with reference image](https://docs.palette.fm/extra-resources/api-reference/colorize-image-with-reference-image.md)
- [Colorize image with auto prompt](https://docs.palette.fm/extra-resources/api-reference/colorize-image-with-auto-prompt.md)
- [Colorize image with auto prompt base64](https://docs.palette.fm/extra-resources/api-reference/colorize-image-with-auto-prompt-base64.md)
- [Colorize video frame with prompt](https://docs.palette.fm/extra-resources/api-reference/colorize-video-frame-with-prompt.md)
- [Colorize video frame with reference image](https://docs.palette.fm/extra-resources/api-reference/colorize-video-frame-with-reference-image.md)
- [Generate video frame prompt](https://docs.palette.fm/extra-resources/api-reference/generate-video-frame-prompt.md)
- [Generate image prompt](https://docs.palette.fm/extra-resources/api-reference/generate-image-prompt.md)


---

# 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.palette.fm/extra-resources/api-reference.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.
