FAQ

How to authenticate with the Langfuse API?

You need to authenticate with the API using Basic Auth, get API keys in the project settings:

  • username: Langfuse Public Key
  • password: Langfuse Secret Key

Example

curl -u "<public_key>:secret_key" https://cloud.langfuse.com/api/public/projects
Was this page helpful?