Dara Application Framework HTTP API
The HTTP surface exposed by a Dara application. Dara is causaLens' Apache-2.0 open-source Python framework built on FastAPI; each app serves a documented set of built-in routes (session verification, token refresh, file upload) and lets developers register custom REST endpoints with the dara.core.http get/post/put/patch/delete decorators. Dara applications are self-hosted, so there is no single vendor-operated base URL — the base URL is whatever host the operator deploys the app to.
Documentation
Documentation
https://dara.causalens.com/docs/generated/dara/docs/getting-started/whats-dara
APIReference
https://dara.causalens.com/docs/generated/dara/reference/dara/core/auth/routes
Authentication
https://raw.githubusercontent.com/api-evangelist/causalens/refs/heads/main/authentication/causalens-authentication.yml