Reference
Explore project resource endpoints, request parameters, and return types.
Use the API Reference when you need to work directly with Documents, Evaluations, Flow Requests, or Vector Indexes. Resource methods use project scoped routes under:
https://api.botdojo.com/api/v1/accounts/{account_id}/projects/{project_id}
Requests are authenticated with your API key. Most resource methods accept a
JSON object containing a positional params array; each endpoint documents the
required order and data type.
Beta Resource endpoints in this section may change. Keep integrations isolated behind your own API client so you can update them without changing the rest of your application.
Resources
- Documents — load, save, and download project Documents.
- Evaluation Runs — inspect and manage Evaluation execution records.
- Flow Requests — query Flow execution records.
- Vector Indexes — work with project Indexes.