Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Clone a source world (your own, or a public one) into a new private world owned by your app.
cURL
curl --request POST \ --url https://api.alakazam.gg/v1/worlds/{id}/forks \ --header 'Authorization: Bearer <token>'
{ "worldId": "<string>", "schemaVersion": "<string>" }
An app API key, e.g. Authorization: Bearer sk_live_…. Secret (sk_) for writes/sessions; publishable (pk_) for read/embed.
Authorization: Bearer sk_live_…
sk_
pk_
Fork created