Platform / Quickstart
Docs
U
User

Zero to API call
in 5 minutes.

Go from zero to your first high-fidelity telemetry extracted in under 5 minutes. No complex infrastructure required.

1

Create an API Key

Head to your keys dashboard to generate a new authentication token. All platform requests use Bearer Authorization.

2

Submit a Replay Parse

PathGen thrives on telemetry. For your first call, we'll use the POST /v1/replay/parse endpoint with a sample FN_REPLAY file.

cURL CLI
curl -X POST "https://api.pathgen.dev/v1/replay/parse" \
     -H "Authorization: Bearer YOUR_API_KEY" \
     -H "Content-Type: application/json" \
     -d '{ "file_url": "https://assets.pathgen.dev/samples/replays/S2.replay" }'
3

Explore the API

Now that you've made your first call, dive into our interactive explorer to test every endpoint in the PathGen ecosystem.

You're officially a PathGen developer.

Dive into our expert guides to learn how to visualize movement maps, track real-time stats, and leverage Gemini-powered match analysis.

Global Network: Online
Developed ByWrenchDevelops
Discord