v2
latestOpenAPI 3.1.02026-08-01302833.9 KBUnified Agent APIs
Unified Document Extract
Unified document extraction.
Extracts structured data from a URL or raw content. Provide either:
- A URL (we scrape it first, then extract)
- Raw content (we extract directly)
And either:
- An extraction_prompt (natural language: "Extract all product prices")
- A JSON schema (we extract data matching the schema)
Uses the proven O-mega pattern: Firecrawl scrape + Claude LLM extraction.
post/v1/documents/extract
Request body
Response
Successful Response
{"stackTrail":"paths:/v1/documents/extract:post:responses:200:content:application/json:schema","oasType":"schema","type":"unknown"}