Documentation Index
Fetch the complete documentation index at: https://docs.qalico.com/llms.txt
Use this file to discover all available pages before exploring further.
API Reference
The Qalico REST API lets B2B clients integrate regulatory intelligence into their own products. Each API client gets access to one or more workspaces, with full control over profiles, subscriptions, references, and updates.Base URL
Authentication
All requests require an API key passed via theX-API-Key header:
Authorization: Bearer header:
Workspace scoping
Most endpoints are scoped to a workspace. The API key determines which workspaces you can access. Requests to unauthorized workspaces return403 Forbidden.
Errors
| Status | Meaning |
|---|---|
200 | Success |
201 | Created |
400 | Bad request — invalid input |
401 | Unauthorized — missing or invalid API key |
403 | Forbidden — API key doesn’t have access to this workspace |
404 | Not found |
message field:
Typical workflow
Generate a profile
POST /api/workspaces/:id/profile/generate with a company website URL. AI analyzes the site and creates a regulatory profile.Generate subscriptions
POST /api/workspaces/:id/subscriptions/generate — AI recommends regulatory sources based on the profile.Wait for impact assessment
After subscriptions are set, an impact assessment runs in the background. Updates will appear with priority and impact summaries once complete.
