Overview
Generate detailed text descriptions from images using AI vision models. Ask questions about images or get automatic captions. Perfect for accessibility, content management, and image analysis workflows.
Parameters
Request body parameters for this API
| Name | Type | Required | Description |
|---|---|---|---|
image_url | string | Required | URL of the image to analyze |
question | string | Optional | Question to ask about the image (default: 'What is this image?') |
context | string | Optional | Additional context to help generate more accurate descriptions |
temperature | number | Optional | Creativity level (0.0-1.0, default: 1.0) |
Response
Response fields returned by this API
| Field | Type | Description |
|---|---|---|
id | string | Unique job identifier |
status | string | Job status: queued, processing, completed, failed |
output | string | Generated text description or answer |
Examples
Code examples coming soon
Detailed code examples in multiple languages will be added here.
Features
- AI-powered image understanding
- Question answering about images
- Automatic caption generation
- Context-aware descriptions
- Multi-language support
Use Cases
- Generating alt text for accessibility
- Content management and tagging
- Image search and indexing
- Visual question answering
- Automated image documentation
Quick Links