For the complete documentation index, see llms.txt. This page is also available as Markdown.

List all built-in style guide templates

Lists the built-in style guide starter templates that can seed a new styleguide, including the markdown content used to render each template's preview.

Available in MCP
get
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
organizationIdstringRequired

A unique entity identifier

Pattern: ^[a-zA-Z0-9_-]+$
Responses
200

OK

application/json
get/orgs/{organizationId}/styleguide-templates
GET /v1/orgs/{organizationId}/styleguide-templates HTTP/1.1
Host: api.gitbook.com
Authorization: Bearer YOUR_SECRET_TOKEN
Accept: */*
200

OK

{
  "templates": [
    {
      "id": "text",
      "title": "text",
      "subtitle": "text",
      "emoji": "text",
      "markdown": "text"
    }
  ]
}

Last updated

Was this helpful?

Powered by GitBook