Skip to main content
FastAPIService is the fastest way to write a Uniac service. It wraps FastAPI so you can define routes, request models, and dependencies with familiar Python.

Minimal example

The routes() method

Request and response models

Dependency injection

Async handlers

See also