Skip to main content
mySpellChecker is tested and integrated with FastAPI. The key pattern: create a SpellChecker instance once at startup, then reuse it across requests using check_async() for non-blocking operation.

FastAPI

Basic Endpoint

Testing with curl

Batch Endpoint

With Lifespan Management

CORS Configuration

Production Deployment


WebSocket

FastAPI WebSocket


Common Patterns

Error Handling

Health Check

Redis Caching


See Also