Create reusable extraction schema template
Creates and stores a reusable JSON Schema template for structured data extraction.
Documentation Index
Fetch the complete documentation index at: https://docs.mka1.com/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Gateway auth: send Authorization: Bearer <mka1-api-key>. For multi-user server-side integrations, you can also send X-On-Behalf-Of: <external-user-id>.
Headers
Optional external end-user identifier forwarded by the API gateway.
Body
Schema definition for creating a reusable extraction template. Extraction schemas define the structure and validation rules for data extraction from files.
Name of the extraction schema. Must be between 1 and 100 characters. Used to identify and reference the schema.
1 - 100JSON Schema object defining the structure of data to extract. Specifies the fields, types, and validation rules for the extracted data.
Optional description of the schema. Maximum 500 characters. Helps document the purpose and usage of the schema.
500Optional metadata for the schema. Can store additional information like version, author, or custom properties.