API Documentation
Getting Started
Our REST API allows you to integrate ImageDescriber's AI-powered image description capabilities directly into your applications, websites, and workflows.
Authentication
All API requests must include your API key in the Authorization header.
curl -H "Authorization: Bearer YOUR_API_KEY" https://api.imagedescriber.com/v1/describe
Endpoints
- /v1/describe - Generate image descriptions
- /v1/batch - Process multiple images
- /v1/usage - Check API usage