Skip to main content

API Overview

The Jabrod API is a RESTful interface that allows you to manage knowledge bases, upload documents, and perform RAG operations.

Base URL

All API requests should be made to:
https://cloud.jabrod.com/api

Authentication

Authentication is performed via the Authorization header with a Bearer token (your API key).
Authorization: Bearer jb_your_api_key_here