Feathery · Schema

Feathery AI Extraction Configuration

Schema for a Feathery AI document extraction configuration

FormsForm BuilderMulti-Step FormsDocument IntelligenceArtificial IntelligenceFinancial-ServicesInsuranceWealth ManagementE-SignatureWorkflowsData IntakeSubmissionsPaymentsAuthentication

Properties

Name Type Description
id string Extraction configuration identifier
name string Human-readable extraction name
file_type string Type of document/file the extraction processes
extraction_type string Extraction method
merge_files boolean Whether to merge multiple files before extraction
confidence_scores_enabled boolean Whether to include confidence scores in extraction results
context_rules array Contextual rules guiding the extraction
queries array Individual extraction queries
View JSON Schema on GitHub

JSON Schema

feathery-extraction-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://api.feathery.io/schema/extraction",
  "title": "Feathery AI Extraction Configuration",
  "description": "Schema for a Feathery AI document extraction configuration",
  "type": "object",
  "properties": {
    "id": {
      "type": "string",
      "format": "uuid",
      "description": "Extraction configuration identifier"
    },
    "name": {
      "type": "string",
      "description": "Human-readable extraction name"
    },
    "file_type": {
      "type": "string",
      "enum": ["image", "csv", "meeting", "ai_query"],
      "description": "Type of document/file the extraction processes"
    },
    "extraction_type": {
      "type": "string",
      "description": "Extraction method"
    },
    "merge_files": {
      "type": "boolean",
      "description": "Whether to merge multiple files before extraction"
    },
    "confidence_scores_enabled": {
      "type": "boolean",
      "description": "Whether to include confidence scores in extraction results"
    },
    "context_rules": {
      "type": "array",
      "items": { "type": "string" },
      "description": "Contextual rules guiding the extraction"
    },
    "queries": {
      "type": "array",
      "items": { "$ref": "#/$defs/ExtractionQuery" },
      "description": "Individual extraction queries"
    }
  },
  "required": ["id", "name", "file_type"],
  "$defs": {
    "ExtractionQuery": {
      "type": "object",
      "properties": {
        "id": { "type": "string", "format": "uuid" },
        "question_type": {
          "type": "string",
          "enum": ["one_value", "multiple_value", "yes_no", "page_number"]
        },
        "entities": {
          "type": "array",
          "items": { "type": "string" }
        },
        "criteria": {
          "type": "string",
          "description": "Extraction instructions in natural language"
        },
        "data_validation_rules": {
          "type": "array",
          "items": { "type": "string" }
        },
        "run_email_mode": {
          "type": "string",
          "enum": ["email_only", "email_document", "document_only"]
        }
      },
      "required": ["id", "question_type"]
    }
  }
}

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/feathery-extraction"
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.