Skip to main content
Version: 1.0.0

WordLift Image-to-Text API

API for converting images into text descriptions. This service allows you to extract textual descriptions from images using AI.

Authentication


Security Scheme Type:apiKey
Header parameter name:Authorization

Basic Usage

The Image-to-Text API allows you to convert images into descriptive text. Here's a basic example:

curl --request POST \
--url https://api.wordlift.io/image-2-text-v1 \
--header 'Authorization: Key YOUR_API_KEY' \
--header 'Content-Type: application/json' \
--data '{
"image_url": "https://example.com/path/to/image.jpg",
"prompt_type": "Other",
"custom_prompt": "Generate concise and descriptive text for the image"
}'