API Documentation
  • Welcome!
  • Quick Start
  • API methods
  • Easy integration
  • Handling Large File Sets
  • Supported formats
  • Webhooks
  • Common usecases
    • Auto enhance image quality
    • Create business photo or avatar from face image
    • Face swap
    • Create beautiful product photo
    • Genarate image in high resolution
    • Remove background
    • AI Drawing to Image - Doodle
    • Real estate
    • Enhancing documents
    • Car dealer photo
  • Image processing
    • Resize and padding
    • Denoise and sharpen
    • Enhance lighting and colors
    • Enhance face details
    • Background removal and generation
    • Image generation
    • Inpainting and outpainting (uncrop)
    • Frame identification
    • Print
    • Captions
    • Additional parameters
    • Presets
  • Account & settings
    • Account information
  • storages
    • Description
    • AWS S3
    • AWS S3 IAM Configuration
  • Presets
    • E-commerce
    • Real-estate
    • Print/Photo
    • Digital Art
  • Technology
    • Algorithms
    • Upscale
    • Background removal
      • Remove BG recommendation
    • Sharpen & Noise reduction
    • Enhance Lighting
  • FAQ
Powered by GitBook
On this page
  1. Image processing

Presets

PreviousAdditional parametersNextAccount information

Last updated 6 days ago

To simplify image enhancements preset parameter can be used.

{
    "url": "image_url",
    "preset": "real_estate"
}

Preset description

Preset name
Description

auto_enhance

real_estate

  • enhancements: ["light", "color"]

real_estate_upscaled

  • enhancements: ["light", "color"]

  • width: "200%"

ecommerce

  • enhancements: ["light", "color"]

ecommerce_upscaled

  • enhancements: ["light", "color"]

  • width: 2048

auto_enhance_generative

{
      "max_length": 4096,
      "enhancements": [
        "denoise",
        "face_enhance",
        "deblur",
        "color",
        "light",
        "white_balance",
        "exposure_correction"
      ],
      "light_parameters": {
        "type": "hdr_light_advanced",
        "level": 1.0
      },
      "color_parameters": {
        "type": "hdr_light",
        "level": 0.85
      },
      "white_balance_parameters": {
        "level": 0.5
      },
      "deblur_parameters": {
        "type": "v2"
      },
      "denoise_parameters": {
        "type": "v2"
      },
      "background": {
        "generate": {
          "description": "high quality",
          "adapter_type": "upscale"
        }
    }
}
{
      "max_length": 4096,
      "enhancements": [
        "denoise",
        "face_enhance",
        "deblur",
        "color",
        "light",
        "white_balance",
        "exposure_correction"
      ],
      "light_parameters": {
        "type": "hdr_light_advanced",
        "level": 1.0
      },
      "color_parameters": {
        "type": "hdr_light",
        "level": 0.85
      },
      "white_balance_parameters": {
        "level": 0.5
      },
      "deblur_parameters": {
        "type": "v2"
      },
      "denoise_parameters": {
        "type": "v2"
      },
      "background": {
        "generate": {
          "description": "high quality",
          "adapter_type": "upscale"
        }
    },
    "generative_upscale": true
}