v1

latestOpenAPI 3.0.42026-08-068161,1253.1 MB
Creator Store

Search Creator Store Assets

Search Creator Store for assets.

post/toolbox-service/v2/assets:search

Request body

searchCategoryType'Audio' | 'Model' | 'Decal' | 'Plugin' | 'MeshPart' | 'Video' | 'FontFamily'

This represents a "subset" of Toolbox.Service.CategoryType options and represent the full set of "categories" (or asset types) that can be searched upon from the toolbox search API.

querystring nullable

The search terms used to filter the results. Only one of 'query' and 'image' can be present in a query.

imagestring byte nullable

The image file to search by. The image must be base64 encoded to be used in the search. Only one of 'query' and 'image' can be present in a query.

userIdinteger nullable

The User ID of the creator. Only one of 'userId' and 'groupId' can be present in a query.

groupIdinteger nullable

The Group ID of the creator. Only one of 'userId' and 'groupId' can be present in a query.

pageTokenstring nullable

The identifier for the desired search results page. Only one of 'pageNumber' and 'pageToken' can be present in a query.

pageNumberinteger nullable

The page number to retrieve, starting from 0. Only one of 'pageNumber' and 'pageToken' can be present in a query.

maxPageSizeinteger

The number of assets to be returned. Cannot be larger than 100.

sortDirection'None' | 'Ascending' | 'Descending'

Represents the direction in which to sort the results

sortCategory'Relevance' | 'Trending' | 'Top' | 'AudioDuration' | 'CreateTime' | 'UpdatedTime' | 'Ratings'

The category to sort the search results by.

includeOnlyVerifiedCreatorsboolean

Whether the results should only include assets created by verified creators.

minPriceCentsinteger nullable

The minimum price of the asset in cents. If included, must be greater than or equal to 0.

maxPriceCentsinteger nullable

The maximum price of the asset in cents. If included, must be greater than or equal to 0.

facetsstring[] nullable

Additional keywords to query by.

tagsstring[] nullable

The tags to filter by.

categoryPathstring nullable

The category path to filter by.

swimlanestring nullable

Optional swimlane identifier (e.g. "trending", "essential", "priced").

searchView'IDs' | 'Core' | 'Full'

This view controls which fields are populated in the search response. A lighter view will result in faster response times and higher reliability.

Response

Success

nextPageTokenstring nullable

The page token to view the next page of results.

totalResultsinteger

The total number of results for the given search query.

filteredKeywordstring nullable

The filtered keyword that was used to search for assets, if applicable.