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.
x-api-key: YOUR_API_KEYAuthorization: Bearer YOUR_API_KEY?api_key=YOUR_API_KEYREADY (or handle PROCESSING_FAILED).| Key type | What you can access |
|---|---|
| Workspace API key (recommended) | Assets and workspaces tied to that workspace |
| User-scoped key | Assets you own in your workspaces |
| Master key (enterprise) | Broader access; some calls require an explicit owner field |
If you receive 403 Forbidden, check that the asset belongs to the workspace attached to your API key and that your workspace has sufficient export credits.
| Code | Meaning |
|---|---|
| 200 | Success |
| 201 | Resource created |
| 307 | Redirect (export download — follow with -L in cURL) |
| 400 | Invalid request (check field names and values) |
| 403 | Invalid API key or insufficient permissions/credits |
| 404 | Asset or workspace not found |
| 500 | Server error — retry with backoff |