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.

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.mdarrow-up-right for more details.

Last updated