Cognis

Introduction

The Cognis Public API provides programmatic access to your organization data. Use it to build integrations, automate workflows, sync data with external systems, and receive real-time events via webhooks.

Base URL

All requests go to http://localhost:3013/api/v1.

Response format

All responses use the envelope format: { success, data?, message?, traceId?, meta? }. On success, data contains the payload. List endpoints may include meta.pagination with page, limit, and total.

Error format

On error, success is false and the response includes errors: [{ code, message }]. Use traceId for support and debugging.

Getting started

Create API keys at Account → Developer. Include the key in the Authorization: Bearer cogn_xxx header. See the Authorization guide for details.

Usage & pricing

See Usage & pricing for credits, storage, analytics, and AI token rates.