---
title: OTLP
description: Ingest traces via OTLP JSON Protobuf using POST /api/{org}/traces. Compatible with OpenTelemetry exporters for easy trace collection.
---

# Traces Ingestion - OTLP

Endpoint: `POST /api/{organization}/traces`

This is an implement of otlp [JSON Protobuf Encoding](https://opentelemetry.io/docs/specs/otlp/#json-protobuf-encoding), you can use otel exporter ingest data.

You can follow the documentation to play with OpenTelemetry: [How to use OpenTelemetry ingest traces?](../../../../ingestion/traces/opentelemetry.md)
