AI ingestion
Import purchase invoices by OCR.
- Base URL:
https://api.aikount.com - Every call requires the header
Authorization: Bearer <token>(Authentication and API keys).
| Method | Path | What for | Parameters |
|---|---|---|---|
POST | /ai/chat | Chat | — |
GET | /ai/models | Models | refresh |
GET | /ai/status | Agent Status | — |
GET | /ai/usage | Ai Usage Summary | from, to |
Full detail (parameters, bodies and schemas) lives in OpenAPI/Swagger. Parameters marked
*are required.