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
Examples
The Postman collection (examples/postman-collection.json) can be imported into Postman or compatible clients.