Developer First V2.1

Scalable
Image Description API

Integrate automatic alt text into your CMS, DAM, or app. A simple REST interface for enterprise-level image recognition.

< 500ms Latency
99.9% Uptime
GDPR Safe
POST /v1/generate
// Request
curl -X POST https://api.autoalt.ai/v1/generate \
-H "Authorization: Bearer sk_live_..." \
-d '{ "url": "https://site.com/shoe.jpg", "lang": "de" }'

// Response (200 OK)
{
"id": "img_892301",
"alt_text": "Weißer Ledersneaker auf Asphalt bei Sonnenlicht",
"tags": ["schuhe", "mode", "outdoor"],
"confidence": 0.98,
"usage": { "credits": 1 }
}

Integration in 5 minutes

1
Create API Key

Create a free account. You will receive immediate access to your sk_test Key.

Get Key →
2
Send request

Send image URLs or Base64 data to the /generate endpoint. Webhooks are available for batch jobs.

3
Processing JSON

You’ll receive optimized alt text, keywords, and a confidence score. Ready for SEO.

Code Examples

# Einfacher POST Request für ein Bild
curl https://api.autoalt.ai/v1/generate \
-H “Authorization: Bearer YOUR_API_KEY” \
-H “Content-Type: application/json” \
-d ‘{
“image_url”: “https://example.com/product.jpg”,
“language”: “de”,
“context”: “ecommerce”
}’

API Capabilities

Multi Language

Generate alt text natively in DE, EN, FR, ES, IT and 20 other languages ​​via

Batch Processing

Process up to 1,000 images in a single asynchronous request. Status updates via polling or webhook.

Webhooks

Receive the results (Alt Text JSON) directly to your endpoint as soon as generation is complete.

EAA Compliant

The output is optimized for screen readers and meets the requirements of the European Accessibility Act.

Context Awareness

Include product names or categories to refine the context for the AI ​​(e.g., for e-commerce SEO).

Enterprise Security

256-bit SSL, EU hosting (Frankfurt) and deletion of image data immediately after processing.

Simple Pricing. Pay per Call.

Developer
Developer / Test
0 € / month
  • 1,000 Free Calls (one time offer)
  • Rate Limit: 60 RPM
  • Standard Support
Get API Key
Production
Production
1,6 ct / Call

Volume discounts available for calls of 50k or more.

  • Unlimited calls
  • Rate Limit: 1.000 RPM
  • Priority Processing
  • 99.9% SLA
Upgrade

Do you need more details?

Our complete documentation includes error codes, authentication details, and SDKs.