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

MethodEndpointDescription
GET/api/v1/projectsList all projects
GET/api/v1/projects/:id/entriesList entries for a project
GET/api/v1/entries/:idGet a single entry
POST/api/v1/projects/:id/entriesCreate a new entry
GET/api/v1/projects/:id/exportExport all entries as JSON

Base URL

https://mycontxt.ai/api/v1