The AlphaEdge OCR API extracts usable text from files whose format is accepted by the endpoint (see Supported file formats). The service targets strong recognition accuracy and response times suited to production integrations.
This document describes the request and response contract (multipart, image field), the canonical list of input extensions, the returned JSON structure, and integration best practices.
Base URL, host, and documentation
Use the gateway’s public base URL, e.g. https://api-endpoints.alphaedge-ai.com. Do not call the gateway by raw IP when a public hostname is required (otherwise 403). This documentation is hosted at https://api-docs.alphaedge-ai.com/; the gateway does not expose interactive Swagger / OpenAPI online (OpenAPI disabled on the server).
OCR model slugs
The URL must use a registered slug: alpha-digit-max or alpha-digit-medium (kebab-case). GET /models returns model_slug and type for each entry. An unknown slug yields a 404 error.