API Reference
Build on the Playgent API
A clean REST API and typed SDKs for creating games, managing sessions, and distributing rewards.
Base URL: https://api.playgent.co
- POST
/v1/gamesCreate a new branded game instance. - GET
/v1/games/{id}Retrieve a game's configuration and status. - POST
/v1/sessionsStart a player session and return an embed token. - GET
/v1/sessions/{id}/resultFetch the outcome and reward for a session. - POST
/v1/rewardsConfigure a reward pool and distribution rules.