Under Development You're reading the docs for the upcoming XBackBone 4.x. Version 3.x docs are available here.
Skip to content

REST API

XBackBone exposes a versioned REST API (currently v1) for uploading and managing resources programmatically. It's what every client integration uses under the hood, and you can call it directly from your own code or tooling.

Per-instance OpenAPI docs

There is no single hosted API reference — the schema is specific to your instance and version. Every instance serves interactive, always-up-to-date OpenAPI documentation at /docs/api. Browse it on your own instance for the exact request and response schemas for your version.

Released under the Apache 2.0 License.