Palatial API

Use the Palatial API to create SimReady 3D assets from images, text, or CAD files, track generation progress, and download results programmatically.

All routes below use your API key and live under:

<https://dashboard.palatial.cloud/api/v1/external/>

Contact Palatial if you need a sandbox or staging environment for integration testing.


Getting started

  1. Create an API key in the Palatial dashboard (workspace settings). Keys are scoped to your workspace.
  2. Send the key on every request using one of:
  3. Create an asset with one of the generation endpoints (Image → Sim, Text → Sim, or CAD → Sim).
  4. Poll status until the asset is READY (or handle PROCESSING_FAILED).
  5. Download the SimReady export ZIP or individual outputs (mesh, texture, collisions, etc.).

Feature highlights