Capability · Convert
Import anything — not just spreadsheets.
Images and PDFs via OCR, audio via transcription, HTML and URLs via ETL. The extracted records are shaped straight into your target schema — the engine behind “paste anything, drop a doc”.
What you get
Built for regulated workloads
Not every source is a file with headers. Convert extracts structured records from unstructured input — scanned forms and PDFs by OCR, recordings by transcription, web pages and URLs by ETL — using our in-region extractor, then shapes the result into your schema. Because unstructured input is full-data by nature, convert runs on the PHI-gated full-data tier; a request without the entitlement returns 402. It’s the capability that powers the Workbench’s “paste anything, drop a doc” flow.
Recordings → transcription
HTML & URLs → ETL
Media can’t be PHI-routed
Try it
A real call, end to end
Point convert at a document or a URL and name the target schema. It extracts, then shapes the records into your fields — the same output shape as a spreadsheet import.
- Convert is full-data by nature — it needs the PHI entitlement; without it the endpoint returns 402.
- Media upstreams (OCR, STT, ETL) reject X-PHI, so converted media can’t be PHI-routed.
- Convert needs a configured LLM key; where that key is unset the endpoint is unavailable (503).
curl https://api.adaptivmapr.com/v1/convert \
-H "Authorization: Bearer $MAPR_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"target": "invoices",
"source": { "type": "pdf", "data": "data:application/pdf;base64,JVBER…" }
}'{
"target": "invoices",
"rows": [
{ "invoice_no": "INV-2043", "issued_on": "2026-05-14",
"total": "1240.00", "currency": "EUR" }
],
"extractor": "ocr"
}FAQ
Common questions
Ready when you are
Put any-to-any convert in production — without shipping raw records.
Spin up a key in minutes. Top up a $10 prepaid wallet — every map is a few tokens.