Inkit · Schema

Inkit Template

A document template in the Inkit Document Generation platform

Document GenerationPDFTemplatesDigital SignaturesWorkflowsDocument-ManagementSecure DocumentsComplianceHIPAAEnterprise

Properties

Name Type Description
id string Unique template identifier
name string Template display name
source string Template source format
file string Base64-encoded template file content
data object Template dimension and format settings
destinations array Default delivery destinations for renders from this template
created_at string Template creation timestamp
updated_at string Template last update timestamp
View JSON Schema on GitHub

JSON Schema

inkit-template.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "$id": "https://api-evangelist.github.io/inkit/json-schema/inkit-template.json",
  "title": "Inkit Template",
  "description": "A document template in the Inkit Document Generation platform",
  "type": "object",
  "properties": {
    "id": {
      "type": "string",
      "description": "Unique template identifier"
    },
    "name": {
      "type": "string",
      "description": "Template display name"
    },
    "source": {
      "type": "string",
      "description": "Template source format",
      "enum": ["html", "pdf", "docx"]
    },
    "file": {
      "type": "string",
      "description": "Base64-encoded template file content"
    },
    "data": {
      "type": "object",
      "description": "Template dimension and format settings",
      "properties": {
        "width": {
          "type": "number",
          "description": "Page width"
        },
        "height": {
          "type": "number",
          "description": "Page height"
        },
        "unit": {
          "type": "string",
          "description": "Unit for dimensions",
          "enum": ["px", "mm", "in", "cm"]
        }
      }
    },
    "destinations": {
      "type": "array",
      "description": "Default delivery destinations for renders from this template",
      "items": {
        "type": "object",
        "properties": {
          "name": {
            "type": "string",
            "description": "Destination name"
          },
          "data": {
            "type": "object",
            "additionalProperties": true
          }
        }
      }
    },
    "created_at": {
      "type": "string",
      "format": "date-time",
      "description": "Template creation timestamp"
    },
    "updated_at": {
      "type": "string",
      "format": "date-time",
      "description": "Template last update timestamp"
    }
  },
  "required": ["id", "name", "source"]
}

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/inkit-template"
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.