# Autoenhance.ai

## Autoenhance.ai

- [Overview](https://docs.autoenhance.ai/readme.md)
- [Getting Started](https://docs.autoenhance.ai/getting-started.md)
- [Obtaining an API key](https://docs.autoenhance.ai/getting-started/obtaining-an-api-key.md): API key is required in order to communicate with our API and SDKs
- [Quickstart](https://docs.autoenhance.ai/getting-started/quickstart.md)
- [Single Image](https://docs.autoenhance.ai/getting-started/quickstart/single-bracket.md)
- [HDR Brackets](https://docs.autoenhance.ai/getting-started/quickstart/hdr.md)
- [Code Examples](https://docs.autoenhance.ai/getting-started/code-examples.md)
- [JavaScript](https://docs.autoenhance.ai/getting-started/code-examples/javascript.md)
- [Uploading Single Bracket](https://docs.autoenhance.ai/getting-started/code-examples/javascript/uploading-single-bracket.md): A working codesandbox example of uploading Single Bracket images
- [Uploading HDR](https://docs.autoenhance.ai/getting-started/code-examples/javascript/uploading-hdr.md): A working codesandbox example of uploading HDR images
- [Uploading 360](https://docs.autoenhance.ai/getting-started/code-examples/javascript/uploading-360.md): A working codesandbox example of uploading 360 images
- [File & Camera Guidelines](https://docs.autoenhance.ai/file-guidelines.md)
- [File Formats](https://docs.autoenhance.ai/file-guidelines/formats.md)
- [Recommendations for Best Results](https://docs.autoenhance.ai/file-guidelines/recommendations-for-best-results.md)
- [Metadata](https://docs.autoenhance.ai/file-guidelines/metadata.md)
- [360](https://docs.autoenhance.ai/file-guidelines/360.md)
- [Lens Correction](https://docs.autoenhance.ai/file-guidelines/lens-correction.md)
- [Images](https://docs.autoenhance.ai/images.md)
- [Managing Images](https://docs.autoenhance.ai/images/managing-images.md)
- [Creating & Uploading](https://docs.autoenhance.ai/images/managing-images/creating-and-uploading.md)
- [Reprocessing](https://docs.autoenhance.ai/images/managing-images/reprocessing.md)
- [Retrieveing](https://docs.autoenhance.ai/images/managing-images/retrieveing.md)
- [Deleting](https://docs.autoenhance.ai/images/managing-images/deleting.md)
- [Reporting](https://docs.autoenhance.ai/images/managing-images/reporting.md): Your feedback is extremely valuable to us, so please don't hesitate to share your thoughts!
- [Settings](https://docs.autoenhance.ai/images/basic-enhancements.md)
- [Enhancement Style](https://docs.autoenhance.ai/images/basic-enhancements/enhancement-style.md): We've trained our AI in different locations to suit your needs
- [Sky Replacement](https://docs.autoenhance.ai/images/basic-enhancements/sky-replacement.md): Replace your grey skies with beautiful ones.
- [Lens Correction](https://docs.autoenhance.ai/images/basic-enhancements/lens-correction.md): Correct lens distortions in your photographs for a more accurate and balanced perspective.
- [Vertical Correction](https://docs.autoenhance.ai/images/basic-enhancements/vertical-correction.md): Correct wonky angles in your images for a professional look.
- [Window Pull Type](https://docs.autoenhance.ai/images/basic-enhancements/window-pull.md): Highlight captivating background content seen through windows with ease.
- [Auto Privacy](https://docs.autoenhance.ai/images/basic-enhancements/auto-privacy.md): Protect the privacy of individuals in your real estate photos with our AI-powered auto privacy feature. - it automatically detects faces and license plates and blurs them out.
- [Restaging](https://docs.autoenhance.ai/images/basic-enhancements/restaging.md): Black out TVs, put fire in fireplaces, remove photographer reflections and shadows, and make grass greener.
- [TV Blackout](https://docs.autoenhance.ai/images/basic-enhancements/restaging/tv-blackout.md): Remove reflections off TV screens and make them appear black
- [Fire in Fireplaces](https://docs.autoenhance.ai/images/basic-enhancements/restaging/fire-in-fireplaces.md): Add fire to fireplaces
- [Reflection Removal](https://docs.autoenhance.ai/images/basic-enhancements/restaging/reflection-removal.md): Remove photographer reflections and shadows
- [Grass Greening](https://docs.autoenhance.ai/images/basic-enhancements/restaging/grass-greening.md): Make brown grass appear green
- [Usage Example](https://docs.autoenhance.ai/images/basic-enhancements/usage-example.md)
- [Downloading Images](https://docs.autoenhance.ai/images/downloading-images.md)
- [Original](https://docs.autoenhance.ai/images/downloading-images/original.md)
- [Enhanced](https://docs.autoenhance.ai/images/downloading-images/enhanced.md)
- [Orders](https://docs.autoenhance.ai/orders.md)
- [Managing Orders](https://docs.autoenhance.ai/orders/managing-orders.md)
- [Creating](https://docs.autoenhance.ai/orders/managing-orders/creating.md)
- [Editing](https://docs.autoenhance.ai/orders/managing-orders/editing.md)
- [Retrieving](https://docs.autoenhance.ai/orders/managing-orders/retrieving.md)
- [Listing and Pagination](https://docs.autoenhance.ai/orders/managing-orders/listing-and-pagination.md)
- [Deleting](https://docs.autoenhance.ai/orders/managing-orders/deleting.md)
- [Grouping Brackets and Processing Orders](https://docs.autoenhance.ai/orders/grouping-brackets.md)
- [Webhooks](https://docs.autoenhance.ai/webhooks.md)
- [API Versions](https://docs.autoenhance.ai/api-versions.md): Autoenhance regularly releases improvement to it's API as a new version - allowing you to choose the cadence that suits your needs
- [AI Versions](https://docs.autoenhance.ai/ai-version.md): Autoenhance regularly releases improvement to it's AI as a new version - giving you the flexibility and control to choose the cadence that suits your needs
- [Rate Limits](https://docs.autoenhance.ai/rate-limits.md): Understand API and enhancement limits, how they are enforced, and how to handle them in your integration.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information, you can query the documentation dynamically by asking a question.
Perform an HTTP GET request on a 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.
