List Assets

Response

FieldTypeDescription
idstringUnique asset identifier
namestringAsset display name
file_typestringAsset type (image, video, audio, etc.)
folder_idstringParent folder ID (empty string if in root)
created_tsintegerCreation timestamp (Unix timestamp)
urlstring | nullAccessible download URL (CDN-optimized for images)

Pagination

The list endpoint supports cursor-based pagination:

  1. First Request: Call without token parameter
  2. Subsequent Requests: Use the token from the previous response
  3. End of Results: When token is empty or null
Language
Credentials
Header
Click Try It! to start a request and see the response here!