Skip to main content
This endpoint generates a secure game launch URL for a specified player and game. Once you have the URL, you can open it in an iframe embedded in your site or redirect the player directly to it in a new tab. Each call produces a session-specific URL tied to the player, provider, and game you supply.

Request

Headers

Request Body

string
required
Your unique identifier for the player on your system.Length:1–50 characters; Allowed characters: A–Z, a–z, 0–9, _
number
required
The unique identifier of the game provider. Retrieve valid provider IDs from List Providers.
number
required
The unique id of the game to launch. Retrieve valid game ids from List Games.
string
required
Language code for the game interface (e.g., en). The game UI will be rendered in this language where supported by the provider.
string
required
URL to redirect the player after they exit the game.
bool
required
If isStreamer is true, the player’s report is not considered to agent’s report, and the player can have more than 100% RTP.

Example Request

Response

Example Response

Response Fields

bool
Indicates whether the request was processed successfully.
string
Result message of the request (e.g., "OK").
string
Game Launch URL.