Overview

Our GraphQL API endpoint is available at https://content.pmkin.io/graphql and provides programmatic access to all PMKIN content, including categories and documents.

With this API, you can:

  • Fetch individual documents and categories
  • Retrieve lists of documents and categories
  • Look up documents by their slugs
  • Navigate through content hierarchies

Before making requests, authenticate using your API key. The Authentication section details how to obtain and use your API credentials.

The API is rate-limited to ensure fair usage. See the Rate Limits section for more information about our rate-limiting policies and best practices.

For detailed information about error handling and troubleshooting, refer to the Errors section of this documentation.