POST - Create Asset
Note: All body parameters need to be inside a 'data' object, as shown in the example request at the bottom.
Last updated
Note: All body parameters need to be inside a 'data' object, as shown in the example request at the bottom.
Last updated
data.name*
string
Minimum length of 1 character
data.organizationId*
string
The id of the organization you wish to create the asset under. This is directly linked to your permissions, and you will only be able to create assets for organizations which you have permission to.
data.iconUrl*
url
Must be a valid url pointing to a PNG or JPG file.
data.modelUrl*
url
Must be a valid url pointing to a GLB file.
data.gender*
enum(string)
Possible values: male, female
data.type*
enum(string)
Possible values: outfit
data.applicationIds
array
List of application ids, this asset should be added to. If empty, this asset is not added to any application.