BaseHub API

GraphQL API for programmatically querying and mutating content in BaseHub repositories. Authenticated via x-basehub-token header, with a TypeScript-native SDK that generates type-safe clients from the content schema.

API entry from apis.yml

apis.yml Raw ↑
aid: basehub:api
name: BaseHub API
description: GraphQL API for programmatically querying and mutating content in BaseHub repositories. Authenticated
  via x-basehub-token header, with a TypeScript-native SDK that generates type-safe clients from the content
  schema.
tags:
- GraphQL
- Content Management
- Headless CMS
- TypeScript
humanURL: https://docs.basehub.com/api-reference
baseURL: https://api.basehub.com/graphql
properties:
- url: https://docs.basehub.com/api-reference
  type: Documentation
- url: graphql/basehub-graphql.md
  type: GraphQL