# Generate a game launch URL **POST /game/url** ## Servers - BASE_URL: BASE_URL () ## Parameters ### Headers - **Signature** (string) - **Public-Key** (string) ### Body: application/json (object) - **brandId** (string) - **country** (string) - **currency** (string) - **defaultBet** (number) - **gameId** (string) - **ip** (string) IP address of a user who initiated the game launch - **lobbyUrl** (string) Redirect URL when a game is closed - **locale** (string) Optional. Please default to the locale of the game round or Locale.ENGLISH if that is not possible - **maxBet** (number) - **minBet** (number) - **mode** (string) - **platform** (string) Optional. Please default to Platform.WEB - **playerId** (string) Omitted for demo mode - **sessionId** (string) Omitted for demo mode ## Responses ### 200 Successful response #### Body: application/json (object) - **url** (string) Game launch URL ### 400 Request could not be processed #### Body: application/json (object) - **code** (string) - **message** (string) ### 401 Request public key or signature is missing or invalid #### Body: application/json (object) - **code** (string) - **message** (string) ### 500 Internal error / Unknown error #### Body: application/json (object) - **code** (string) - **message** (string) [Powered by Bump.sh](https://bump.sh)