Skip to main content
POST
/
v1
/
otlp
/
traces
OTLP/HTTP ingest endpoint (OTel GenAI semconv v1.29.0)
curl --request POST \
  --url https://api.trulayer.ai/v1/otlp/traces \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/x-protobuf' \
  --data '"<string>"'
"<string>"

Documentation Index

Fetch the complete documentation index at: https://docs.trulayer.ai/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

SDK API key (tl_...) or Clerk session JWT

Body

The body is of type file.

Response

OTLP ExportTraceServiceResponse. partial_success is populated iff one or more spans failed to persist.

The response is of type file.