POST Upload space template as splat with GLB collider
POST /resources/spaces/splat: Upload space template as splat with GLB collider. Uploads a splat space template consisting of the visual splat asset and a
Are you an LLM? You can read better optimized documentation at /docs/api/endpoints/resource/post-resources-spaces-splat.md for this page in Markdown format
POST
Try it out https://api.rooom.com/resources/spaces/splatScopes
space:writeBody
multipart/form-data| Name | Type | Description |
|---|---|---|
name | string | Space name |
filerequired | file | Splat file (splat format) |
colliderrequired | file | GLB collider file |
Responses
201Space template successfully uploaded
400Bad Request - Invalid upload payload or file validation failed
401Unauthorized - Invalid or missing authentication
404Not Found - Referenced upload resource could not be resolved
500Internal Server Error - Failed to store the uploaded space template
POST /resources/spaces/splat Upload space template as splat with GLB collider Uploads a splat space template consisting of the visual splat asset and a required GLB collider file. Required scopes: space:write name Space name file Splat file (splat format) collider GLB collider file