Assets
List Assets
The list assets endpoint lets users retrieve detailed information about their uploaded assets, including their dimensions, URL, status, tags, and type. This endpoint is paginated.
GET
/
pub
/
v1
/
assets
Headers
X-API-KEY
string
requiredAPI key needed to access our public endpoints. You can find yours under the 'Account' section of the website
Query Parameters
page
integer
The page number of the feed
page_size
integer
The page size of the feed
Response
200 - application/json
data
object[]
err
object
The error if the request was not successful
pagination
object
The pagination information
Was this page helpful?