JavaScript
Our SDK will help you easily integrate Autoenhance.ai into your codebase in a matter of minutes. We've prepared methods for interacting with our API in all possible ways you might need.
Requirements
Basic JavaScript and Typescript knowledge
Autoenhance.ai API key (How to obtain an API key)
You can find the NPM package for our SDK on npmjs
Installation
Install Autoenhance.ai SDK with simple CLI command
With npm:
With yarn:
Configuration
Follow these simple steps in order to implement and configure our SDK
Import Autoenhance SDK package
Create a constant, and add your API key
Boom, that's it! Now you can interact with our API in a matter of seconds.
Usage examples
Uploading image
Retrieving order
Retrieving list of orders
Downloading enhanced image
Last updated