A developer experience as smooth as a single API call

Any document, any format, any layout. In seconds.

Quick Start
curl -X POST https://app.docutray.com/api/convert \
  -H "Authorization: Bearer $API_KEY" \
  -F "image=@document.pdf" \
  -F "document_type_code=invoice"

docutray-node coming soon · docutray-python in development

Quickstarts

Get started with your preferred framework or language

cURL
TypeScriptComing Soon
PythonComing Soon