A Specialized and Secure AI Orchestrator for Swiss Financial Compliance
View the Project on GitHub Digital-AI-Finance/wecan-innosuisse-ai-draft
Status: Template - to be completed when FastAPI routes are implemented (expected M4-M6)
The AI Orchestrator exposes a RESTful API for document processing, field extraction, and CRM integration. This page will document all available endpoints once the API is implemented.
| Parameter | Value |
|---|---|
| Method | TBD |
| Header | TBD |
| Token Format | TBD |
| Code | Description |
|---|---|
| 400 | Bad Request - Invalid input format |
| 401 | Unauthorized - Invalid or missing authentication |
| 404 | Not Found - Document or resource not found |
| 413 | Payload Too Large - Document exceeds size limit |
| 422 | Unprocessable Entity - Valid format but cannot process |
| 429 | Too Many Requests - Rate limit exceeded |
| 500 | Internal Server Error |
The system architecture defines these processing stages that will map to API endpoints:
See Architecture for the full system design.
This document will be populated as API endpoints are implemented during WP2-WP5 development.