Skip to main content
POST
/
v1
/
rooms
V1 Create Room
curl --request POST \
  --url https://api.genova.gg/v1/rooms \
  --header 'Content-Type: application/json' \
  --header 'x-api-key: <x-api-key>' \
  --data '
{
  "character_ids": [
    "<string>"
  ]
}
'
{
  "id": "<string>",
  "created_at": "2023-11-07T05:31:56Z"
}

Headers

x-api-key
string
required

Body

application/json
character_ids
string[]
required

Response

Successful Response

id
string
required
created_at
string<date-time>
required