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

  1. Upload CS demo files (.dem)
  2. Poll demo processing state and inspect parsed kills
  3. Queue automatic or manual-scope highlights
  4. 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.sh
  • docs/examples/python-httpx-examples.py
  • docs/examples/python-requests-examples.py