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.
curl "https://api.aisonar.dev/v1/worlds/world_123" \ -H "Authorization: Bearer sk-your-api-key"
import requests response = requests.get( "https://api.aisonar.dev/v1/worlds/world_123", headers={"Authorization": "Bearer sk-your-api-key"}, ) print(response.json()["world_id"])
const response = await fetch('https://api.aisonar.dev/v1/worlds/world_123', { headers: { Authorization: 'Bearer sk-your-api-key' } }); console.log(await response.json());
Retrieves a completed World Labs Marble world