API Overview

The Print Hive API lets you manage models, files, makes, print jobs, and smart queue orchestration for your own printers. Only routes explicitly marked as public are shown in our API docs.

Base URL

https://api.hiv3d.com/v1

Versioning

All routes are prefixed with /v1. We use additive changes and deprecations before removals.

Authentication

  • API Key: send x-api-key header
  • JWT: send Authorization: Bearer <token>

Rate Limits

Per API key limits apply. Contact support for higher limits.

Error format

{
  "error": "Bad Request",
  "message": "Explanation of the error"
}