Assets V2
List Assets V2
The list assets endpoint lets users retrieve detailed information about their uploaded assets, including its size, type, status, URL, duration (for video and audio asset) and frames (for video asset). This endpoint is paginated.
GET
/
pub
/
v2
/
assets
V2 offers streamlined and precise attributes in requests and responses, making asset usage more efficient and simpler.
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
type
enum<string>
Filter asset by its type. By default it lists all types of assets
Available options:
image
, video
, audio
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?