# Overview

Welcome to the Autoenhance.ai API documentation. Our API allows you to seamlessly integrate powerful image enhancement capabilities into your applications. Whether you're a developer looking to automate image processing workflows or integrate advanced HDR bracket grouping, our API provides the tools you need.

### Getting Started

#### What is Autoenhance.ai?

Autoenhance.ai is an advanced image enhancement service that leverages cutting-edge technology to automatically improve the quality of your images. With our API, you can:

* **Upload Images:** Effortlessly upload single images or multiple images in bulk.
* **Group Images into Orders:** Organize images into orders, making it easy to manage and process collections of images.
* **HDR Bracket Grouping:** Enhance your images with HDR (High Dynamic Range) by grouping bracketed shots.
* **Download Enhanced Images:** Retrieve your enhanced images ready for use.

#### Core Concepts

**Image Upload**

Upload single or multiple images to the Autoenhance.ai platform. Our API accepts various image formats and processes them efficiently.

[Learn more](https://docs.autoenhance.ai/images/managing-images/creating-and-uploading) about Image Upload.

**Orders**

An order is a collection of images. You can create an order to manage a batch of images together. This is particularly useful for organizing and processing multiple images simultaneously.

[Learn more](https://docs.autoenhance.ai/orders) about Orders.

**HDR Brackets**

HDR (High Dynamic Range) brackets allow you to combine multiple exposures of the same scene into one enhanced image. Group your bracketed shots and let our API handle the rest.

[Learn more](https://docs.autoenhance.ai/getting-started/quickstart/hdr) about HDR Brackets.

**Image Download**

Once your images are processed, you can easily download the enhanced versions. Our API ensures your images are optimized and ready for your needs.

[Learn more](https://docs.autoenhance.ai/images/downloading-images) about Image Download.

### Quick Links

To help you get started quickly, we've prepared a few guides and tutorials:

* **Getting Started Guide:** A step-by-step guide to set up your API key and start using the Autoenhance.ai API. [Read the guide](https://docs.autoenhance.ai/getting-started)
* **Image Upload Tutorial:** Learn how to upload images using the API. [Read the tutorial](https://docs.autoenhance.ai/getting-started/quickstart)
* **Creating and Managing Orders:** Understand how to create orders and add images to them. [Read the guide](https://docs.autoenhance.ai/orders/managing-orders)
* **Using HDR Brackets:** A comprehensive tutorial on grouping HDR brackets for enhanced image processing. [Read the tutorial](https://docs.autoenhance.ai/orders/grouping-brackets)
* **Downloading Enhanced Images:** Instructions on how to download your processed images. [Read the guide](https://docs.autoenhance.ai/images/downloading-images/enhanced)

### Need Help?

If you have any questions or need further assistance, our support team is here to help. Visit our Support Center or contact us directly at <support@autoenhance.ai>.


---

# 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.autoenhance.ai/readme.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.
