Skip to content

Drive Templates API Endpoints

About Drive Templates

Drive Template - A template that was created in the Lucit Template Designer that is used to generate creatives. Typically these are attached to Inventory Item objects.

Property Value
Can Create Yes
Can Delete Yes

Key Features

  • Created in Lucit Template Designer
  • Used to generate creatives dynamically
  • Typically attached to Inventory Items
  • Can use Drive Template Elements for design
  • Supports fonts for text rendering
  • Drive Template Element - Elements available for use when designing a template
  • Font - Fonts used by templates when rendering text

Endpoints

Method Endpoint Description
POST /api/v3/drive-templates POST /drive-templates
GET /api/v3/drive-templates/constants/drive-template-element-classes GET /drive-templates/constants/drive-template-element-classes
GET /api/v3/drive-templates/constants/drive-template-element-types GET /drive-templates/constants/drive-template-element-types
GET /api/v3/drive-templates/constants/elements/public GET /drive-templates/elements/public
GET /api/v3/drive-templates/fonts/public GET /drive-templates/fonts/public
GET /api/v3/drive-templates/{lcuid} GET /drive-templates/{lcuid}
PUT /api/v3/drive-templates/{lcuid} PUT /drive-templates/{lcuid}
GET /api/v3/drive-templates/{lcuid}/field-map GET /drive-templates/{lcuid}/field-map

← Back to Main Index