For developers
Service-as-a-software for unresolved legal demand. Give your product the ability to open dispute cases and generate cited legal letters — the same engine consumers use, behind an API.
Authenticate with a per-organization API key. Full machine-readable contract: OpenAPI specification.
Official TypeScript SDK (@legamik/sdk) is available to API partners.
curl https://api.legamik.com/api/v1/complaints \
-H "Authorization: Bearer <your API key>" \
-H "Content-Type: application/json" \
-d '{
"description": "Roční vyúčtování záloh neodpovídá
uzavřené smlouvě ani skutečné spotřebě
podle samoodečtu z 31. 3. 2026.",
"entity": "ČEZ Prodej, a. s.",
"category": "utility",
"jurisdiction": "CZ"
}'
HTTP/1.1 201 Created
{ "complaint": {
"id": "…",
"status": "processing",
"createdAt": "2026-06-13T09:00:00.000Z" } }An MCP server exposes the dispute flow as agent tools — open a case, fetch the cited letter, list categories and jurisdictions, manage credits. One rule is enforced server-side: no letter is ever sent without explicit end-user confirmation. Case data is never used to train AI models; all processing is governed by the privacy policy.
Available for B2B partners — POST /mcp (Streamable HTTP) with the same API key as the REST API. The server speaks the current MCP revision, 2026-07-28.{
"mcpServers": {
"legamik": {
"type": "http",
"url": "https://api.legamik.com/mcp",
"headers": {
"Authorization": "Bearer <your API key>"
}
}
}
}Same prices as the consumer web — B2C parity, no partner markup. Billing is pre-paid: your organization holds a CZK credit balance and each successful call consumes its listed price.
The API is available for B2B partners. Tell us about your use case.
support@legamik.com