# Overview

Claid API provides access to powerful AI-based image editing workflows via a simple declarative interface. It allows you to enhance and restore images, fit size to given requirements, separate object from background, align the object within a frame and automatically adjust colors.&#x20;

This comprehensive guide for developers describes all the API features and image processing operations.

[Getting started with Claid API: Step-by-step video tutorial.](https://www.youtube.com/watch?v=vvcV1L6UZK8\&t=4s)

[Quick Start](https://docs.claid.ai/quick-start) is a hands-on introduction to Claid API to get a feel of what it can do.

[Guides section](https://docs.claid.ai/guides) contains industry-specific examples.

[Image Operations](https://docs.claid.ai/image-editing-api/image-operations) provides an in-depth explanation of all the image processing options and their combinations.

[Storage Management](https://docs.claid.ai/storage-connectors) describes how to connect your cloud storage using Storage Connectors and storage API reference.

{% hint style="info" %}
If your company does not have a Claid account, please [book a call with our team](https://claid.ai/schedule-demo).
{% endhint %}

See our [Blog](https://claid.ai/blog/) and follow [@ClaidAI](https://twitter.com/ClaidAI) on Twitter to stay updated.

{% content-ref url="quick-start" %}
[quick-start](https://docs.claid.ai/quick-start)
{% endcontent-ref %}


---

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