Skip to main content
POST
https://api.worlds.wazoo.tech
/
v1
/
worlds
Create World
curl --request POST \
  --url https://api.worlds.wazoo.tech/v1/worlds \
  --header 'Content-Type: application/json' \
  --data '
{
  "name": "<string>",
  "description": "<string>"
}
'

Body Parameters

name
string
required
The name of the new world.
description
string
A description of the world.

Response

Returns the created World object.