Usage
This section describes the different ways you can interact with AnyVar -— whether you are embedding it in Python code, calling it over HTTP, or running the REST service yourself.
Python API: Learn how to work with AnyVar directly from Python, including creating, querying, and normalizing variants.
REST API: Use AnyVar as a web service. This page documents the available HTTP endpoints and how to interact with them programmatically.
Running the REST Service: Instructions for starting the FastAPI/uvicorn-based AnyVar service and launching its associated Celery worker.