LeapOCRLeapOCR Docs
API Endpoints

API Endpoints

Complete reference for all LeapOCR API endpoints

API Endpoints

Complete reference for all LeapOCR API endpoints. Each endpoint includes SDK examples in JavaScript, Python, and Go.

Upload Endpoints

Job Management

Quick Reference

MethodEndpointDescription
POST/ocr/uploads/urlSubmit document from URL
POST/ocr/uploads/directSubmit document via direct upload
POST/ocr/uploads/{job_id}/completeComplete multipart upload
GET/ocr/status/{job_id}Get job status
GET/ocr/result/{job_id}Get processing result
DELETE/ocr/delete/{job_id}Delete job and its data

Base URL

https://api.leapocr.com/api/v1

Authentication

All API requests require authentication via an API key in the X-API-Key header:

X-API-Key: your-api-key-here

Next Steps