Export Asset List

Exports assets belonging to the given organization. If no "type" parameter is provided, the default value is assumed to be "item". Thus the default behaviour of the API is to export the list of items in an organization. When tags or keywords are provided, only matching assets will be exported. Currently the only supported export format is JSON

Query Params
string
required

ID of the organization which the assets belong to

string

Asset tags to search for. If you have multiple tags to query by, you can encode and stringify that array. For example - encodeURI(JSON.stringify(['myTag1','myTag2']))

string

Asset keywords to search for

string
Defaults to item

Specify the type of assets that need to be exported. If this parameter is not present, only the list of items will be exported. The supported values are item, model, material, texture, font, vector, scene. Multiple asset types can also be exported.

Responses

Language
Credentials
Bearer
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json