Parseflow · Schema

Parseflow Process Response

Response payload returned by POST /v2/process.

Document ParsingPDFOCRText ExtractionDocument AISearchBYOKAsyncJobsWebhookREST

Properties

Name Type Description
document_id string Stable identifier for the processed document.
filename stringnull
mode string
chunk_count integer
chunks array
extraction objectnull Structured fields extracted per preset or schema_json.
markdown stringnull
usage object
View JSON Schema on GitHub

JSON Schema

parseflow-process-response-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://docs.parseflow.tech/schemas/process-response.json",
  "title": "Parseflow Process Response",
  "description": "Response payload returned by POST /v2/process.",
  "type": "object",
  "required": ["document_id", "chunks"],
  "properties": {
    "document_id": {
      "type": "string",
      "description": "Stable identifier for the processed document."
    },
    "filename": {
      "type": ["string", "null"]
    },
    "mode": {
      "type": "string",
      "enum": ["deterministic", "byok_assisted", "basic"]
    },
    "chunk_count": { "type": "integer", "minimum": 0 },
    "chunks": {
      "type": "array",
      "items": { "$ref": "#/$defs/Chunk" }
    },
    "extraction": {
      "type": ["object", "null"],
      "additionalProperties": true,
      "description": "Structured fields extracted per preset or schema_json."
    },
    "markdown": {
      "type": ["string", "null"]
    },
    "usage": {
      "type": "object",
      "properties": {
        "requests_remaining": { "type": "integer" },
        "monthly_cap": { "type": "integer" }
      }
    }
  },
  "$defs": {
    "Chunk": {
      "type": "object",
      "required": ["index", "text"],
      "properties": {
        "index": { "type": "integer", "minimum": 0 },
        "text": { "type": "string" },
        "tokens": { "type": "integer" },
        "page": { "type": ["integer", "null"] },
        "confidence": { "type": ["number", "null"], "minimum": 0, "maximum": 1 }
      }
    }
  }
}

Work with this as data

Every JSON Schema here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for schemas

4 MCP tools reach this
  • find_json_schemasBrowse and filter every JSON Schema in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/parseflow-process-response"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.