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.
https://api.orshot.com/v1/brand-assets/images/getawait fetch("https://api.orshot.com/v1/brand-assets/images/get", {
method: "GET",
headers: {
"Content-Type": "application/json",
Authorization: "Bearer <ORSHOT_API_KEY>",
},
});| 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 |
