One endpoint, every tool. Submit a job, poll for status, download the result — the same priority queue that powers the website.
Submit a job
POST https://image-to-text.ai/api/jobs/image-to-text
Authorization: Bearer YOUR_API_KEY
Content-Type: multipart/form-data
[email protected]
lang=eng
mode=formatted
Response
{
"id": "j_8fQ2…",
"url": "/job/j_8fQ2…"
}
Poll for the result
GET https://image-to-text.ai/api/job/j_8fQ2…
{
"status": "done",
"text": "TOTAL $42.10 …",
"files": [{ "name": "j_8fQ2.docx", "url": "/download/j_8fQ2/0" }]
}
Priority & credits
Add priority=true to jump the queue (spends one credit). Standard requests are always free. Rate limits and metered billing arrive with general availability.
Want early access?
Email [email protected] and we'll add you to the preview. In the meantime, every tool is free to use on the website.