API Documentation

Integrate our powerful AI services into your applications

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 Key

Image 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"
}