Skip to main content
Version: 1.0.0

Docana Platform API

REST API of the Docana platform. Authenticate with a personal API key (Authorization: ApiKey <key>) or reuse the browser session cookie. /api/v1/ is the canonical, versioned surface. The same operations also answer on the versionless /api/ paths, which exist as permanent aliases. All paths use a trailing slash: requests without one are redirected with a 308, which drops the body of POST requests in most HTTP clients.

Authentication

Personal API key, sent as Authorization: ApiKey <key>.

Security Scheme Type:

apiKey

Header parameter name:

Authorization