Python
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 Python knowledge
Autoenhance.ai API key (How to obtain an API key)
You can find the PyPI package for our SDK on pypi
Installation
Install Autoenhance.ai SDK with a simple CLI command
With pip
:
With poetry
:
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.
Examples
Uploading image
Retrieving order
Retrieving list of orders
Downloading enhanced image
Last updated