API reference
32 documented operations, from OpenAPI 1.0.0. Download the OpenAPI document to generate a client.
This spec is incomplete. It predates several services and does not yet cover auth, memory, verify or abuse control. Those services are documented in full on their own pages — start from the index. Treat the per-service pages as authoritative where the two disagree.
chat
| Method | Path | What it does |
|---|---|---|
POST | /api/v1/chat/regenerate-key | Regenerate chat widget key |
| Method | Path | What it does |
|---|---|---|
GET | /api/v1/email/campaigns | Get campaign statistics |
GET | /api/v1/email/logs | List and filter email logs |
POST | /api/v1/email/send | Send transactional email |
GET | /api/v1/email/senders | List sender accounts |
POST | /api/v1/email/senders | Create sender account |
GET | /api/v1/email/senders/{id} | Get sender account |
PATCH | /api/v1/email/senders/{id} | Update sender account |
DELETE | /api/v1/email/senders/{id} | Delete sender account |
POST | /api/v1/email/senders/{id}/set-default | Set sender as default |
GET | /api/v1/email/tracking/{emailId} | Get email tracking details |
jobs
| Method | Path | What it does |
|---|---|---|
POST | /api/v1/jobs/cron.create | Create cron schedule |
GET | /api/v1/jobs/cron.list | List cron schedules |
POST | /api/v1/jobs/enqueue | Enqueue one-off job |
maas
| Method | Path | What it does |
|---|---|---|
POST | /api/v1/maas/chat/completions | Create a chat completion |
GET | /api/v1/maas/models | List available models |
pricing
| Method | Path | What it does |
|---|---|---|
POST | /api/v1/pricing/lookup | Look up specific model pricing (rate-limited) |
GET | /api/v1/pricing/models | List model pricing |
GET | /api/v1/pricing/providers | List providers with pricing data |
search
| Method | Path | What it does |
|---|---|---|
POST | /api/v1/search/collections/create | Create a search collection |
POST | /api/v1/search/collections/delete | Delete a search collection |
POST | /api/v1/search/documents/upsert | Upsert documents |
POST | /api/v1/search/query | Query search index |
storage
| Method | Path | What it does |
|---|---|---|
GET | /api/v1/storage | Download a file |
POST | /api/v1/storage | Describe file metadata |
PUT | /api/v1/storage | Upload a file (multipart form-data) |
DELETE | /api/v1/storage | Delete a file |
vector
| Method | Path | What it does |
|---|---|---|
POST | /api/v1/vector/collections/create | Create vector collection |
POST | /api/v1/vector/collections/delete | Delete vector collection |
POST | /api/v1/vector/points/delete | Delete points |
POST | /api/v1/vector/points/upsert | Upsert points |
POST | /api/v1/vector/search | Vector search |