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. * :doc:`Python API `: Learn how to work with AnyVar directly from Python, including creating, querying, and normalizing variants. * :doc:`REST API `: Use AnyVar as a web service. This page documents the available HTTP endpoints and how to interact with them programmatically. * :doc:`Running the REST Service `: Instructions for starting the FastAPI/uvicorn-based AnyVar service and launching its associated Celery worker. .. toctree:: :maxdepth: 2 :hidden: Using the Python API Using the REST API Running REST Service