Quick Start
Get up and running with Claid API within minutes
Get your API keys
Your API requests are authenticated using API keys. Any request that doesn't include an API key will return an error. You can generate and manage API keys in your Claid account.
Make an image processing request
To make your first request, send an authenticated request to the image editing endpoint. All you need to do is just replace API key placeholder with your actual API key.
This sample request will perform ML-based color adjustment, sharpen the image and turn it into 800x800 square.
Your response should be similar to following:
And here's the sample image we just used in our request (left) and the result it produced (right).
Last updated