Autoenhance.ai
  • Overview
  • Getting Started
    • Obtaining an API key
    • Quickstart
      • Single Image
      • HDR Brackets
    • Code Examples
      • JavaScript
        • Uploading Single Bracket
        • Uploading HDR
        • Uploading 360
      • API Integrations Repository
  • SDKs
    • Web (Beta)
      • Changelog
    • JavaScript
      • Changelog
    • Python
      • Changelog
  • File & Camera Guidelines
    • File Formats
    • Metadata
    • 360
    • Lens Correction
  • Images
    • Managing Images
      • Creating & Uploading
      • Reprocessing
      • Retrieveing
      • Deleting
      • Reporting
    • Settings
      • Enhancement Style
      • Sky Replacement
      • Lens Correction
      • Vertical Correction
      • Window Pull
      • Auto Privacy
      • Usage Example
    • Downloading Images
      • Original
      • Preview
      • Enhanced
  • Orders
    • Managing Orders
      • Creating
      • Editing
      • Retrieving
      • Listing and Pagination
      • Deleting
    • Grouping Brackets and Processing Orders
  • Webhooks
  • API Versions
  • AI Versions
  • Links
    • API Specification
    • Support
Powered by GitBook
On this page
  • Single Image (Easy)
  • HDR Brackets (Advanced)
  1. Getting Started

Quickstart

PreviousObtaining an API keyNextSingle Image

Last updated 14 days ago

In Autoenhance the three main concepts you will be interacting with are Orders, Images and Brackets.

Images are exactly what they say and represent an individual shot to be edited and downloaded.

These Images are made up of one or more Brackets which provide the information to be edited. Autoenhance will automatically detect the file type and any 360 shots.

Finally Orders provide a high level way to group your images sent to Autoenhance, use them to represent specific properties or individual work orders from your clients.

The most more important part of your integration with Autoenhance will be uploading the files for the brackets which will used to create the final edited Image.

The API provides two main workflows for enhancing images, in either flow you do not need to indicate the type of the image. Autoenhance will automatically detect that as well as if it's a 360 image.

Single Image (Easy)

This workflow is designed to provide a simple endpoint to allow you to quickly register, upload and enhance an image all in one API call.

Use this for use cases where you will always have a single file or just want to start using Autoenhance the simplest way possible.

HDR Brackets (Advanced)

This workflow is designed for orders where you will have some images with more than one bracket which you need to create a HDR image.

Read the guide
Read the guide