Skip to content

langfuse/langfuse-api-reference

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GitHub Banner

Langfuse API Reference

Deployment

This repository contains a simple static site that renders an OpenAPI specification using Scalar. By default, it renders the Langfuse API specification from https://cloud.langfuse.com/generated/api/openapi.yml.

Deploy with a custom OpenAPI specification

You can deploy this repository to render any OpenAPI specification by setting the APISPEC_DATA_URL environment variable in your Vercel deployment:

  1. Fork this repository
  2. Create a new Vercel project from your fork
  3. Set the APISPEC_DATA_URL environment variable to point to your OpenAPI specification URL
  4. Deploy

Example environment variable:

APISPEC_DATA_URL=https://example.com/path/to/your/openapi.yml

Languages