Skip to main content
GET
List reusable assets
Work with reusable assets.

Authorizations

Authorization
string
header
required

Create an API key in Studio → account menu → API Keys. Keep it on your server.

Query Parameters

type
string
default:model

Asset type, such as model, outfit, or preset.

paginated
boolean
default:false

Enable cursor pagination.

include_public
boolean
default:false

Include shared library assets.

public_only
boolean
default:false

Return public assets only.

limit
integer

Page size in paginated mode.

cursor
string

Opaque page_info.next_cursor from the last response.

Name search in paginated mode.

classes
string[]

Class filters in paginated mode.

Response

Set paginated=true to receive assets and page_info. Without it, the response is a bare array. type defaults to model. Set include_public=true to include shared library assets.

assets
object[]
required
page_info
object
required
total_count
integer
required
facets
object