Create AssetsAsk AIpost https://preview.threekit.com/api/v2/assetsCreate assetsQuery ParamsbranchstringName of the org branch to connect to. If no value is provided the default value is "main".bearer_tokenstringPrivate token used to authorize the request. This endpoint is only accessible using a private token.Body ParamsAsset creation information.namestringrequiredAsset name.typestringrequiredAsset type.orgIdstringrequiredOrganization which owns the asset.idstringAsset IDcustomIdstringA custom identifier that the user can use as reference instead of the Threekit generated UUID. It cannot be longer than 255 characters and cannot be a UUID. It is unique within the scope of the org.descriptionstringAsset descriptiontagsarray of stringstagsADD stringattributesarrayattributesADD stringAttributeBody | numberAttributeBody | booleanAttributeBody | assetAttributeBody | colorAttributeBody | arrayAttributeBody | globalAttributeBodymetadataarrayAsset metadatametadataADD stringMetadataBody | numberMetadataBodykeywordsarray of stringskeywordsADD stringResponses 200Returns catalog item information 401User is not authenticated. They must be authenticated to use this service. 403The token being used does not belong to the org being queried or does not have enough permissions to make the request.Updated about 1 year ago