# Image Editing API

- [Image I/O](https://docs.claid.ai/image-editing-api/image-i-o.md)
- [Image Operations](https://docs.claid.ai/image-editing-api/image-operations.md)
- [Restorations](https://docs.claid.ai/image-editing-api/image-operations/restorations.md): Restore lost details and decompress images
- [Resizing](https://docs.claid.ai/image-editing-api/image-operations/resizing.md)
- [Generative Editing](https://docs.claid.ai/image-editing-api/image-operations/generative-editing.md)
- [Color Adjustments](https://docs.claid.ai/image-editing-api/image-operations/color-adjustments.md)
- [Background](https://docs.claid.ai/image-editing-api/image-operations/background.md)
- [Padding](https://docs.claid.ai/image-editing-api/image-operations/padding.md)
- [Privacy](https://docs.claid.ai/image-editing-api/image-operations/privacy.md)
- [API Reference](https://docs.claid.ai/image-editing-api/api-reference.md): request and response description
- [Async API Reference](https://docs.claid.ai/image-editing-api/async-api-reference.md)
- [Batch API Reference](https://docs.claid.ai/image-editing-api/batch-api-reference.md)
- [Upload API Reference](https://docs.claid.ai/image-editing-api/upload-api-reference.md): This section explains how to upload an image for editing by sending a direct request to our API.


---

# 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.claid.ai/image-editing-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.
