Skip to main content
Every ocrspace.api.* operation is listed below with parameter shapes and return types from the plugin Zod schemas.
New to Corsair? See API access, authentication, and error handling.

Account

conversions

account.conversions Retrieve conversion counts for the current month per OCR engine, updated once a day Risk: read
Input Output

Ocr

parse

ocr.parse Extract text from an image or PDF supplied as exactly one of a URL, a file upload (pass a File so the filename is sent, or set filetype), or a base64 data URI Risk: read
Input Output

parseImageUrl

ocr.parseImageUrl Extract text from an image at a public URL using the simplified GET endpoint Risk: read
Input Output