{
  "name": "ImageToText API",
  "description": "Text extraction API. Send a screenshot or a URL, get back all readable text. If you send a URL, we render the page and extract the visible text. Tesseract OCR. $0.01 per extraction. Synchronous results.",
  "url": "https://imagetotextapi.com",
  "api": {
    "type": "openapi",
    "url": "https://imagetotextapi.com/openapi.json"
  },
  "auth": {
    "type": "api_key",
    "header": "X-API-Key",
    "signup_url": "https://imagetotextapi.com/#quick-start",
    "description": "Register with email, verify with 6-digit code, then generate API key. 5 free credits included."
  },
  "pricing": {
    "model": "per_call",
    "cost_per_call": "$0.01",
    "free_tier": "5 free credits on signup",
    "failed_calls": "Automatically refunded"
  },
  "capabilities": [
    "image_ocr",
    "url_text_extraction",
    "screenshot_text_extraction",
    "web_page_rendering",
    "document_scanning",
    "text_recognition"
  ],
  "supported_formats": ["image/jpeg", "image/png", "image/webp", "image/tiff", "image/bmp"],
  "max_file_size": "20MB",
  "rate_limits": {
    "requests_per_minute": 10,
    "extractions_per_day": 5000
  },
  "data_returned": {
    "text": "All readable text extracted from the image or URL",
    "characters": "Total character count",
    "lines": "Number of non-empty lines"
  },
  "documentation": {
    "llms_txt": "https://imagetotextapi.com/llms.txt",
    "llms_full_txt": "https://imagetotextapi.com/llms-full.txt",
    "openapi": "https://imagetotextapi.com/openapi.json"
  }
}
