Rankacy Public API Docs
This documentation is focused only on:
- Public API endpoints under
/api/public/v1 - correct request/response examples
- production-like integration examples for developers
What you can build with the Public API
- Upload CS demo files (
.dem) - Poll demo processing state and inspect parsed kills
- Queue automatic or manual-scope highlights
- Receive webhook events when demo or highlight processing completes
Developer-first examples
Primary example (recommended first):
- FastAPI Showcase
- source:
docs/examples/fastapi_public_demo_webhook_showcase.py
Additional ready-to-run examples:
docs/examples/curl-examples.shdocs/examples/python-httpx-examples.pydocs/examples/python-requests-examples.py