Advanced
Coming Soon
API Reference
Access your Contxt memory programmatically via REST API. Build integrations, scripts, and custom tooling on top of your project's knowledge base.
API access is available on Pro and Team plans.
Authentication
All API requests require a Bearer token. Use your Contxt access token obtained from contxt auth token:
Authorization: Bearer <your-access-token>
Endpoints
| Method | Endpoint | Description |
|---|---|---|
| GET | /api/v1/projects | List all projects |
| GET | /api/v1/projects/:id/entries | List entries for a project |
| GET | /api/v1/entries/:id | Get a single entry |
| POST | /api/v1/projects/:id/entries | Create a new entry |
| GET | /api/v1/projects/:id/export | Export all entries as JSON |
Base URL
https://mycontxt.ai/api/v1