Properties
| Name | Type | Description |
|---|---|---|
| id | string | Unique identifier for the object. |
| url | string | A URL path to access the template. |
| urlId | string | A short unique identifier for the template used in URLs. |
| title | string | The title of the template. |
| data | object | The body of the template as a Prosemirror document. |
| icon | string | An emoji to use as the template icon. |
| color | string | The color of the template icon in hex format. |
| fullWidth | boolean | Whether the template should be displayed full width. |
| collectionId | string | Identifier for the associated collection, if any. |
| createdAt | string | The date and time that the template was created. |
| createdBy | object | |
| updatedAt | string | The date and time that the template was last changed. |
| updatedBy | object | |
| deletedAt | string | The date and time that the template was deleted. |
| publishedAt | string | The date and time that the template was published. |
JSON Schema
{
"$schema": "http://json-schema.org/draft-07/schema#",
"title": "Template",
"type": "object",
"properties": {
"id": {
"type": "string",
"description": "Unique identifier for the object.",
"readOnly": true,
"format": "uuid"
},
"url": {
"type": "string",
"description": "A URL path to access the template.",
"readOnly": true
},
"urlId": {
"type": "string",
"description": "A short unique identifier for the template used in URLs.",
"readOnly": true
},
"title": {
"type": "string",
"description": "The title of the template."
},
"data": {
"type": "object",
"description": "The body of the template as a Prosemirror document."
},
"icon": {
"type": "string",
"description": "An emoji to use as the template icon.",
"nullable": true
},
"color": {
"type": "string",
"description": "The color of the template icon in hex format.",
"nullable": true
},
"fullWidth": {
"type": "boolean",
"description": "Whether the template should be displayed full width."
},
"collectionId": {
"type": "string",
"description": "Identifier for the associated collection, if any.",
"format": "uuid",
"nullable": true
},
"createdAt": {
"type": "string",
"description": "The date and time that the template was created.",
"readOnly": true,
"format": "date-time"
},
"createdBy": {
"$ref": "#/components/schemas/User"
},
"updatedAt": {
"type": "string",
"description": "The date and time that the template was last changed.",
"readOnly": true,
"format": "date-time"
},
"updatedBy": {
"$ref": "#/components/schemas/User"
},
"deletedAt": {
"type": "string",
"description": "The date and time that the template was deleted.",
"readOnly": true,
"format": "date-time",
"nullable": true
},
"publishedAt": {
"type": "string",
"nullable": true,
"description": "The date and time that the template was published.",
"readOnly": true,
"format": "date-time"
}
}
}
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.
Call it yourself
curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/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.