Ludex integration documentation
These pages describe how to send telemetry to Ludex over direct HTTP: authentication, request shapes, errors, and copy-paste examples. Any language or engine that can make HTTP requests works — Unity (C#), Unreal (C++), Godot, custom engines, server-side Python, and more.
Start here
- Quickstart — verify health, send your first event, batch ingest
- Contract reference — endpoints, headers, JSON envelopes
- Error catalog — HTTP status codes and machine-readable error bodies
- Schema drift — deterministic validation, drift categories, recovery path
- Trusted-data egress (pull API) —
GET /v1/trusted/eventswith Bearer +read:trusted+ strict credential scoping +trust_origin - Trusted-data egress (Parquet exports) —
GET /v1/trusted/exportsand signed Parquet download URLs
Examples
The Postman collection (examples/postman-collection.json) can be imported into Postman or compatible clients.