Where can I find the API reference for self-hosted Langfuse?
Open /api/docs on your Langfuse instance (for example, https://langfuse.example.com/api/docs) to explore and test the API. The reference uses the OpenAPI specification bundled with your running deployment, so it matches your installed version and works in air-gapped environments.
To generate a client or validate an integration, download the specification from /api/openapi.yaml. The existing /generated/api/openapi.yml endpoint remains available.
For authentication and examples, see the Public API documentation.
Was this page helpful?
Last edited