Properties
| Name | Type | Description |
|---|---|---|
| id | string | Unique identifier for the object. |
| documentTitle | string | Title of the shared document. |
| documentUrl | string | URL of the original document. |
| sourceTitle | string | Title of the shared document or collection. |
| sourcePath | string | Path of the shared document or collection. |
| documentId | string | Identifier of the shared document, if any. |
| collectionId | string | Identifier of the shared collection, if any. |
| urlId | string | Short URL identifier for the share, if set. |
| url | string | URL of the publicly shared document. |
| domain | string | Custom domain the share is served on, if any. |
| title | string | Override title displayed on the publicly shared page. If not set the source document or collection title is used. |
| iconUrl | string | URL of an icon displayed on the publicly shared page, overriding the workspace branding. |
| published | boolean | If true the share can be loaded without a user account. |
| includeChildDocuments | boolean | If to also give permission to view documents nested beneath this one. |
| allowSubscriptions | boolean | Whether visitors to the public share can subscribe to receive email notifications when the document is updated. Requires SMTP to be configured on the workspace. |
| allowIndexing | boolean | Whether the shared page may be indexed by search engines. |
| showLastUpdated | boolean | Whether to show the last-updated time on the shared page. |
| showTOC | boolean | Whether to show a table of contents on the shared page. |
| views | number | The number of times the shared page has been viewed. |
| createdAt | string | Date and time when this share was created |
| createdBy | object | |
| updatedAt | string | Date and time when this share was edited |
| lastAccessedAt | string | Date and time when this share was last viewed. Only returned to workspace admins. |
JSON Schema
{
"$schema": "http://json-schema.org/draft-07/schema#",
"title": "Share",
"type": "object",
"properties": {
"id": {
"type": "string",
"description": "Unique identifier for the object.",
"readOnly": true,
"format": "uuid"
},
"documentTitle": {
"type": "string",
"description": "Title of the shared document.",
"example": "React best practices",
"readOnly": true
},
"documentUrl": {
"type": "string",
"format": "uri",
"description": "URL of the original document.",
"readOnly": true
},
"sourceTitle": {
"type": "string",
"description": "Title of the shared document or collection.",
"readOnly": true
},
"sourcePath": {
"type": "string",
"description": "Path of the shared document or collection.",
"readOnly": true
},
"documentId": {
"type": "string",
"format": "uuid",
"nullable": true,
"description": "Identifier of the shared document, if any.",
"readOnly": true
},
"collectionId": {
"type": "string",
"format": "uuid",
"nullable": true,
"description": "Identifier of the shared collection, if any.",
"readOnly": true
},
"urlId": {
"type": "string",
"nullable": true,
"description": "Short URL identifier for the share, if set.",
"readOnly": true
},
"url": {
"type": "string",
"format": "uri",
"description": "URL of the publicly shared document.",
"readOnly": true
},
"domain": {
"type": "string",
"nullable": true,
"description": "Custom domain the share is served on, if any."
},
"title": {
"type": "string",
"maxLength": 255,
"nullable": true,
"description": "Override title displayed on the publicly shared page. If not set the source document or collection title is used."
},
"iconUrl": {
"type": "string",
"format": "uri",
"maxLength": 4096,
"nullable": true,
"description": "URL of an icon displayed on the publicly shared page, overriding the workspace branding."
},
"published": {
"type": "boolean",
"example": false,
"description": "If true the share can be loaded without a user account."
},
"includeChildDocuments": {
"type": "boolean",
"example": true,
"description": "If to also give permission to view documents nested beneath this one."
},
"allowSubscriptions": {
"type": "boolean",
"example": true,
"description": "Whether visitors to the public share can subscribe to receive email notifications when the document is updated. Requires SMTP to be configured on the workspace."
},
"allowIndexing": {
"type": "boolean",
"description": "Whether the shared page may be indexed by search engines."
},
"showLastUpdated": {
"type": "boolean",
"description": "Whether to show the last-updated time on the shared page."
},
"showTOC": {
"type": "boolean",
"description": "Whether to show a table of contents on the shared page."
},
"views": {
"type": "number",
"description": "The number of times the shared page has been viewed.",
"readOnly": true
},
"createdAt": {
"type": "string",
"format": "date-time",
"description": "Date and time when this share was created",
"readOnly": true
},
"createdBy": {
"$ref": "#/components/schemas/User"
},
"updatedAt": {
"type": "string",
"format": "date-time",
"description": "Date and time when this share was edited",
"readOnly": true
},
"lastAccessedAt": {
"type": "string",
"format": "date-time",
"nullable": true,
"description": "Date and time when this share was last viewed. Only returned to workspace admins.",
"readOnly": 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.
Call it yourself
curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/share"
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.