Xceptor · Schema

Document

A document that has been uploaded to the Xceptor platform for intelligent data extraction and processing.

API IntegrationData AutomationData ExtractionDocument ProcessingETLFinancial DataFinancial-ServicesIntelligent Document ProcessingReconciliationsTrade Operations

Properties

Name Type Description
id string The unique identifier of the document
filename string The original filename of the uploaded document
content_type string The MIME type of the uploaded document
file_size integer The file size in bytes
status string The current processing status of the document
classification string The document type classification determined by AI or assigned by template
template_id string The extraction template used for this document
confidence_score number The overall confidence score for the classification (0.0 to 1.0)
page_count integer The number of pages in the document
uploaded_at string The date and time the document was uploaded
processed_at string The date and time extraction was completed
metadata object Custom metadata associated with the document
View JSON Schema on GitHub

JSON Schema

xceptor-document-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/Document",
  "title": "Document",
  "type": "object",
  "description": "A document that has been uploaded to the Xceptor platform for intelligent data extraction and processing.",
  "properties": {
    "id": {
      "type": "string",
      "format": "uuid",
      "description": "The unique identifier of the document"
    },
    "filename": {
      "type": "string",
      "description": "The original filename of the uploaded document"
    },
    "content_type": {
      "type": "string",
      "description": "The MIME type of the uploaded document"
    },
    "file_size": {
      "type": "integer",
      "description": "The file size in bytes",
      "minimum": 0
    },
    "status": {
      "type": "string",
      "description": "The current processing status of the document",
      "enum": [
        "uploaded",
        "classifying",
        "classified",
        "extracting",
        "extracted",
        "validated",
        "failed"
      ]
    },
    "classification": {
      "type": "string",
      "description": "The document type classification determined by AI or assigned by template"
    },
    "template_id": {
      "type": "string",
      "format": "uuid",
      "description": "The extraction template used for this document"
    },
    "confidence_score": {
      "type": "number",
      "description": "The overall confidence score for the classification (0.0 to 1.0)",
      "minimum": 0.0,
      "maximum": 1.0
    },
    "page_count": {
      "type": "integer",
      "description": "The number of pages in the document",
      "minimum": 1
    },
    "uploaded_at": {
      "type": "string",
      "format": "date-time",
      "description": "The date and time the document was uploaded"
    },
    "processed_at": {
      "type": "string",
      "format": "date-time",
      "description": "The date and time extraction was completed"
    },
    "metadata": {
      "type": "object",
      "description": "Custom metadata associated with the document",
      "additionalProperties": true
    }
  }
}

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/xceptor-document"
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 email required.

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