Batched ingestion for Langfuse Tracing. If you want to use tracing via the API, such as to build your own Langfuse client implementation, this is the only API route you need to implement. Notes: - Introduction to data model: https://langfuse.com/docs/tracing-data-model - Batch sizes are limited to 3.5 MB in total. You need to adjust the number of events per batch accordingly. - The API does not return a 4xx status code for input errors. Instead, it responds with a 207 status code, which includes a list of the encountered errors.
Protected
addProtected
addProtected
addOptional
rawQuery: QueryParamsTypeProtected
createProtected
encodeProtected
mergeOptional
params2: RequestParamsProtected
toOptional
rawQuery: QueryParamsType
Title
langfuse
Authentication
Authenticate with the API using Basic Auth, get API keys in the project settings:
Exports