API Reference
The spacial API
A simple REST API for generating, retrieving, and exporting physically-grounded worlds. Authenticate with a bearer token from your dashboard.
https://api.spacial.click
POST
/v1/worldsGenerate a new world from a prompt, image, or panorama.GET
/v1/worlds/{id}Retrieve a world and its reconstruction status.GET
/v1/worlds/{id}/meshDownload the navigable mesh with physics data.GET
/v1/worldsList all worlds in your workspace.DELETE
/v1/worlds/{id}Permanently delete a world.