Game
List Games (V1 Only)
Lists the currently available games, and provides basic information about each one such as the owner and availability.
POST
https://api.rpggo.ai/open/game/gamelist
Request Body
category
String
the category of games, will return all the games by default.
Start a new game
Start a new game.
POST
https://api.rpggo.ai/open/game/startgame
Request Body
session_id*
String
game session's unique ID, which records the current game state and conversation history.
game_id*
String
game ID, obtainable through the /gamelist API.
scene_id*
String
scene ID, obtainable through the /gamelist API. Ensure that this scene is in the corresponding game.
Change scene and continue the game
Switch to the specified scene and continue a new game
POST
https://api.rpggo.ai/open/game/changescene
Request Body
session_id*
String
current session ID, must be an ongoing game session id
game_id*
String
current game ID, obtainable through the /gamelist API.
scene_id*
String
specified scene ID, obtainable through the /gamelist API. Ensure that this scene is in the corresponding game.
Last updated