v1
latestOpenAPI 3.1.02026-07-222064110.7 KBExtract
ADE Extract Jobs
Extract structured data from a Markdown document according to a JSON schema, with character-span grounding into the source Markdown. Runs asynchronously and returns a job ID; use it to poll for status and retrieve the result once processing completes.
post/v2/extract/jobs
Request body
Example request
{
"schema": {
"properties": {
"revenue": {
"description": "Q1 revenue figure",
"type": "string"
},
"summary": {
"description": "Executive summary",
"type": "string"
}
},
"type": "object"
}
}Response
Job created