Send OTLP logs over HTTP

POST /v1/logs

The Observability Intake Serverless API supports receiving logs over the OpenTelemetry Protocol (OTLP). This API uses the OTLP/HTTP (protobuf) communication protocol.

application/json
POST /v1/logs
curl \
 --request POST 'http://api.example.com/v1/logs' \
 --header "Authorization: $API_KEY" \
 --header "Content-Type: application/json"
Request examples
{}