Enhancer
Introduction
Welcome to the documentation for our Enhancer API! Enhancer is an advanced tool that utilizes AI technology to upscale images, enhancing their resolution and quality. This documentation will guide you through the installation, configuration, and usage of the enhancer API.
Our tool uses advanced image processing algorithms to ensure that your images look their best after editing, with minimal loss of image quality. The API is easy to integrate with your existing workflow and can be used to edit images of different types, including photographs, graphics, and more.
Getting started
To use the APIs, user has to create the API Key, go to this page API Key (opens in a new tab) page to retrieve the API key you'll use in your requests. After using the Enhancer API user will get most appropriate output result.
Note: BMP and TIFF formats are currently not supported for images, and the output will be in WebP format.
Usage
curl --location 'https://prodapi.phot.ai/external/api/v2/user_activity/create-enhancer-2k' \
--header 'x-api-key: Paste your generated api-key here' \
--header 'Content-Type: application/json' \
--data '{"fileName": "YourInputFileName", // Replace with the actual input file name as a string
"sourceUrl": "https://example.com/your-image.jpg" // Replace with the URL of your input image
}'