Creatives API Endpoints¶
About Creatives¶
Creative - A creative represents a single creative image that is designed to be played on a digital board of a specific size (width/height). Creatives belong to Inventory Item objects.
| Property | Value |
|---|---|
| Can Create | No |
| Can Delete | No |
Key Features¶
- Represents a single creative image
- Designed for specific digital board size (width/height)
- Belongs to Inventory Item objects
- Published to Lucit campaigns
- Can be generated from Drive Templates
Endpoints¶
| Method | Endpoint | Description |
|---|---|---|
GET |
/api/v3/creatives/constants/approval-statuses | GET /creatives/constants/approval-statuses |
GET |
/api/v3/creatives/constants/statuses | GET /creatives/constants/statuses |
POST |
/api/v3/creatives/multi-assets | GET /creatives/multi-assets |
| Returns multiple creatives with base64 encoded images, and optionally HTML | ||
POST |
/api/v3/creatives/multi-base64 | GET /creatives/multi-assets |
| Returns multiple creatives with base64 encoded images, and optionally HTML | ||
GET |
/api/v3/creatives/{lcuid} | GET /creatives/{id} |
GET |
/api/v3/creatives/{lcuid}/base64 | GET /creatives/{id}/base64 |
| Returns a single creative as a base64 encoded image |