Promptic

Ingest OTLP traces

Accepts OpenTelemetry trace data in JSON or protobuf format

POST
/traces

Accepts OpenTelemetry trace data in JSON or protobuf format

Authorization

BearerApiKey
AuthorizationBearer <token>

API key from AI Application settings

In: header

Request Body

TypeScript Definitions

Use the request body type in TypeScript.

Response Body

application/json

application/json

application/json

curl -X POST "https://loading/api/v1/traces" \  -H "Content-Type: application/json" \  -d '{}'
Empty
{
  "error": "string"
}
{
  "error": "string"
}
{
  "error": "string"
}