Skip to main content
POST
/
v1
/
worlds
/
{id}
/
forks
Fork a world
curl --request POST \
  --url https://api.alakazam.gg/v1/worlds/{id}/forks \
  --header 'Authorization: Bearer <token>'
{
  "worldId": "<string>",
  "schemaVersion": "<string>"
}

Authorizations

Authorization
string
header
required

An app API key, e.g. Authorization: Bearer sk_live_…. Secret (sk_) for writes/sessions; publishable (pk_) for read/embed.

Path Parameters

id
string<uuid>
required

Response

Fork created

worldId
string
schemaVersion
string