DEVELOPERS

Get from document upload to a working request in three steps.

01
Get an API key
Create a project key.
02
Send a file
Use one endpoint.
03
Use the result
Markdown or JSON.

QUICKSTART

curl -X POST https://api.startocr.com/v1/markdown
-H "Authorization: Bearer $STARTOCR_API_KEY"
-F file=@report.pdf

DocsAPI referencePython & TypeScript SDKsPlayground

PRODUCTION CHECKLIST

Keep every document request easy to track.

Handle errors and retries deliberately, retain the request ID, and use jobs or webhooks for longer processing paths.

Async jobs
Process longer files without blocking your app.
JOBS
Webhooks
Continue the workflow when results are ready.
WEBHOOKS
Logs and usage
Inspect requests and processing volume.
DASHBOARD
Open dashboard