startocr_Get API Key

DEVELOPERS

Build with documents, not document-processing busywork.

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

Docs · API reference · Python & TypeScript SDKs · Playground

WHEN YOU GO LIVE

Keep every document request easy to track.

Production work is easier when jobs, results, and spend live in one workspace.

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