Quick Start Guide
Learn how to quickly integrate and start using our AI image processing APIs
Authentication
To use our API, you need an API key. You can get one by signing up for an account.
Get API KeyAPI Endpoints
View Full API Reference →open it in new windowImage Upscaler API
Endpoint
POST https://api.a1d.ai/api/upscaler
Request Example
curl -X POST https://api.a1d.ai/api/upscaler \
-H "Authorization: KEY your_api_key_here" \
-F "[email protected]" \
-F "scale=2"
Response Example
{
"taskId": "task_abc123"
}