Image OCR
Image OCR Overview
Qoest Image OCR endpoint extracts text from public image URLs.
#Available Endpoint
POST /v1/image- Extract text from an image URL (3 credits)
Credits are only deducted after a successful extraction.
#Supported Inputs
- image URLs ending in
.jpg,.jpeg,.png, or.webp
#Authentication
Send your API token as a bearer token:
Authorization: Bearer YOUR_API_TOKEN
#Quick Start Example
curl -X POST /v1/image \
-H "Authorization: Bearer your-token" \
-H "Content-Type: application/json" \
-d '{
"url": "https://example.com/invoice.png"
}'
#What's Included
- Image OCR - Extract text from JPG, PNG, and WebP images
- Built for production - Fast, reliable text extraction for real-world workloads