Hive API Docs

Overview

SDK-first guides for integrating Hive content, with a separate API Reference for raw endpoint details

This documentation is organized for production integrations.

  • Start with Guides to ship quickly using the hive-cms SDK.
  • Use API Reference when you need raw endpoint details.

Guides

API Reference

For complete endpoint contracts, URL formats, query parameters, and response payloads:

  1. Integrate with the SDK from Getting Started.
  2. Build features using SDK guides (posts, tags, categories, authors, stats).
  3. Use API Reference pages only when you need lower-level HTTP details.

SDK-First Note

The SDK wraps error handling, base URL/version management, and payload validation.

Direct API calls remain supported, but should be treated as a secondary integration path.

Production Host

https://api.hivecms.online/api/public

The SDK defaults to the production host and v1.

On this page