Kodexa API Reference
Integrate Kodexa's AI-powered banking compliance engines into your applications. Generate workflows, tests, code and CI/CD pipelines via REST API.
Base URL
https://kodexa.systemsAuthentication
Sign in at kodexa.systems/login to get your session cookie. Include it in all API requests.
Cookie: kodexa_auth=trueDuring the pilot phase, use your account email and any password to sign in.
Error codes
| Code | Meaning |
|---|---|
200 | Success — output generated |
400 | Bad request — missing or invalid fields |
401 | Unauthorized — sign in required |
500 | Server error — retry the request |
Powered by Kodexa AI
Every API call is processed by Kodexa AI — our GPU-powered model running on Canadian infrastructure, trained on 2,420 banking workflows and 33 regulatory documents. If unavailable, Claude handles it automatically.
2,420 workflows
Banking knowledge base
33 regulations
OSFI, FINTRAC, Basel III
Tesla T4 GPU
Toronto, Canada 🇨🇦
Auto fallback
Claude backup always ready
Available engines
Workflow Engine
Generate visual banking compliance workflows from plain English. Returns node graphs with compliance scores.
/api/workflows/generate| Parameter | Type | Required | Description |
|---|---|---|---|
prompt | string | Yes | Plain English description of the banking workflow to generate |
Test Engine
Generate banking test suites from user stories, code snippets, workflows or API specs.
/api/test/generate| Parameter | Type | Required | Description |
|---|---|---|---|
content | string | Yes | The user story, code snippet or spec to generate tests for |
sourceType | string | No | user_story | code_snippet | workflow | api_spec (default: user_story) |
Code Engine
Generate production-ready banking code with built-in compliance flags. Supports TypeScript, Python, Java and C#.
/api/code/generate| Parameter | Type | Required | Description |
|---|---|---|---|
prompt | string | Yes | What you want to build |
language | string | No | typescript | python | java | csharp (default: typescript) |
framework | string | No | Node.js | FastAPI | Spring | .NET (default: Node.js) |
DevOps Engine
Generate banking-grade CI/CD pipelines with compliance gates and audit logging. Supports GitHub Actions, Azure DevOps, Jenkins and GitLab CI.
/api/devops/generate| Parameter | Type | Required | Description |
|---|---|---|---|
prompt | string | Yes | What pipeline to generate |
platform | string | No | github_actions | azure_devops | jenkins | gitlab_ci (default: github_actions) |
Quick example
Kodexa AI 🇨🇦
Trained on 2,420 banking workflows · Tesla T4 GPU · Toronto · Data never leaves Canada