v1
latestOpenAPI 3.1.02026-07-222064110.7 KBExtract
ADE Extract
Extract structured data from a Markdown document according to a JSON schema, with character-span grounding into the source Markdown. Runs synchronously and returns the result inline.
post/v2/extract
Request body
Example request
{
"schema": {
"properties": {
"revenue": {
"description": "Q1 revenue figure",
"type": "string"
},
"summary": {
"description": "Executive summary",
"type": "string"
}
},
"type": "object"
}
}Response
v2-extract result