GitBook · Schema
GitBook Space
A space in GitBook is a container for documentation or knowledge base content, with configurable visibility and access settings.
ContentDocumentationExperienceIntegrationPlatformSDK
Properties
| Name | Type | Description |
|---|---|---|
| id | string | The unique identifier of the space. |
| title | string | The title of the space. |
| emoji | string | The emoji icon for the space. |
| visibility | string | The visibility setting of the space. |
| createdAt | string | The timestamp when the space was created. |
| updatedAt | string | The timestamp when the space was last updated. |
| deletedAt | string | The timestamp when the space was deleted, if applicable. |
| urls | object | URLs associated with the space. |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "https://github.com/api-evangelist/gitbook/blob/main/json-schema/space.json",
"title": "GitBook Space",
"description": "A space in GitBook is a container for documentation or knowledge base content, with configurable visibility and access settings.",
"type": "object",
"properties": {
"id": {
"type": "string",
"description": "The unique identifier of the space."
},
"title": {
"type": "string",
"description": "The title of the space."
},
"emoji": {
"type": "string",
"description": "The emoji icon for the space."
},
"visibility": {
"type": "string",
"enum": [
"public",
"unlisted",
"share-link",
"in-collection",
"private"
],
"description": "The visibility setting of the space."
},
"createdAt": {
"type": "string",
"format": "date-time",
"description": "The timestamp when the space was created."
},
"updatedAt": {
"type": "string",
"format": "date-time",
"description": "The timestamp when the space was last updated."
},
"deletedAt": {
"type": "string",
"format": "date-time",
"description": "The timestamp when the space was deleted, if applicable."
},
"urls": {
"type": "object",
"description": "URLs associated with the space.",
"properties": {
"app": {
"type": "string",
"format": "uri",
"description": "URL to the space in the GitBook app."
},
"published": {
"type": "string",
"format": "uri",
"description": "URL to the space's published site."
}
}
}
}
}
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/space"
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.