Overview
An overview of the Fireberry API
The Fireberry API is an efficient and easy-to-use interface that grants you access to a wealth of data within the system. It utilizes predictable URLs for resource retrieval and built-in HTTP features to send commands and receive responses. This allows for simple communication with the API from a variety of environments, including command-line utilities, gadgets, and even your browser's URL bar.
Requests made to the API can be in JSON or form-encoded format, and all responses, including errors, will be in JSON. Only UTF-8 character encoding is supported for both requests and responses.
Documentation structure
The documentation for the Fireberry API is divided into two main sections:
- Guides: This section includes contextual information and guides on how to use the API.
- API reference: This section is a comprehensive reference for objects, schemas, and endpoints available in the API.
Navigating between these sections is easy, thanks to the navigation bar at the top of the page.
Machine-readable documentation
All documentation pages are available in a machine-readable format by appending .md to the URL. This is useful for integrations, code generators, and AI agents that consume API specifications programmatically.
| Format | URL |
|---|---|
| Browser-optimized | https://developers.fireberry.com/reference/example-request |
| Machine-readable | https://developers.fireberry.com/reference/example-request.md |
Reference pages in machine-readable format include the full OpenAPI specification with structured schemas for each endpoint.
Updated about 7 hours ago
