{ success, data } envelope.
Printers
Fleet status, firmware versions, and connection health for every printer.
Jobs
The queued, active, and historical print jobs across your farm.
Inventory
Finished-goods stock levels by SKU, color, and material.
Base URL
Quick start
1
Create a key
Open Settings → API Keys in the dashboard,
click Create API Key, and pick the scopes you need.
2
Copy it once
The full key is shown exactly once. AutoPrintFarm only stores the SHA-256
hash, so save it to your secret manager immediately.
3
Make your first request
Send the key as a Bearer token on every request:
Scopes
See Authentication → Scopes for the per-scope breakdown.
Response envelope
Every successful response is wrapped:success: false plus code and error fields:
Next steps
Authentication
How to create, use, and revoke API keys — plus the full error code table.
Rate limits
Per-key request budgets and how to read the
X-RateLimit-* headers.API Reference
Endpoint-by-endpoint reference generated from the OpenAPI spec.
OpenAPI spec
Machine-readable spec you can feed into your own SDK generator.