GET: Brand Asset Images
Learn how to retrieve brand assets from your workspace
Overview
This endpoint allows you to retrieve a list of brand assets (images) from your workspace. Brand assets can be used across your templates and designs.
Request
Rate Limits
- 30 requests per minute per endpoint
Response Fields
Field | Type | Description |
---|---|---|
id | String | Unique identifier for the asset |
created_at | String | Timestamp when the asset was created |
direct_url | String | URL to access the asset |
file_name | String | Original filename of the asset |
file_size | Number | Size of the file in bytes |
meta | Object | Custom metadata associated with the asset |
workspace_id | String | ID of the workspace the asset belongs to |
user_id | String | ID of the user who created the asset |