Videos
Dynamic Video Templates

Dynamic Videos

Dynamic videos allow you to create customizable video templates that can be populated with different data for each use.

API Endpoints

Get Dynamic Video Template IDs

Retrieve a list of all available dynamic video template IDs for the current user.

Endpoint: GET /api/dynamic/video/ids

Headers:

  • X-API-KEY: Your API key (required)

Response Fields:

  • id: The unique identifier for the dynamic image template
  • name: The name of the template (defaults to "Untitled Image" if not set)
  • created_at: The timestamp when the template was created

Note: This endpoint is similar to the one for dynamic images, but it retrieves video templates instead of image templates.