Skip to content

Java API Gateway

API Gateway Docs

The Java API Gateway now includes automatically generated API documentation using springdoc-openapi.

Once the gateway is running, Swagger UI is available at:

http://localhost:8080/swagger-ui/index.html

The API docs for the Java API Gateway have been deployed to Render:

https://ai-traffic-control-api.onrender.com/swagger-ui/index.html

Swagger is generated automatically from annotations in the Java controller classes.
Additional endpoint documentation will be added incrementally.