API Guide
The FastAPI gateway exposes endpoints for ingestion, case management, and reporting workflows. While access is currently limited to trusted services and authenticated analysts, documenting the API surface prepares i4g for future integrations.
Authentication – describes IAM gating, tokens, and future plans.
Sample Workflows – provides request/response examples for common tasks.
Taxonomy Reference – lists fraud taxonomy codes and definitions.
API Reference
For detailed endpoint documentation (parameters, schemas, and response types), please refer to the interactive documentation generated by the running API:
Swagger UI:
/docs(e.g.,http://127.0.0.1:8000/docs)ReDoc:
/redoc(e.g.,http://127.0.0.1:8000/redoc)
See core/docs/api_reference.md for more details.
Last updated