POST Prepare upload for new object to user account
Required scopes: product:write
Are you an LLM? You can read better optimized documentation at /docs/api/endpoints/resource/post-resources-objects-prepare-upload.md for this page in Markdown format
POST
Try it out https://api.rooom.com/resources/objects/prepare-uploadScopes
product:writeBody
multipart/form-data| Name | Type | Description | Values |
|---|---|---|---|
name | string | Object name | |
description | string | Object description | |
comment | string | Upload comment | |
type | string | File type | raw_modelmeshimagesai_modelopenconfiguration |
extension | string | Main file extension (glb, obj, jpg, jpeg, png, oc, ...) | |
file_size | number | Upload file size | |
file_count | number | Number of files | |
preview | file | First image in series (image series only) | |
mail_after_upload | string | Add an email address to send a notification after upload |
Responses
200array
401Unauthorized
POST /resources/objects/prepare-upload Prepare upload for new object to user account Required scopes: product:write name Object name description Object description comment Upload comment type File type extension Main file extension (glb, obj, jpg, jpeg, png, oc, ...) file_size Upload file size file_count Number of files preview First image in series (image series only) mail_after_upload Add an email address to send a notification after upload