Leads are form submissions from viewers who filled in the CTA on one of your demo videos. Each lead captures the submitted field values along with which video it came from and when it was submitted.Documentation Index
Fetch the complete documentation index at: https://docs.demomatic.tech/llms.txt
Use this file to discover all available pages before exploring further.
Leads are only generated when
cta_type is form. External link CTAs do not produce leads. To configure your CTA, see the CTA setup guide.Lead fields
Unique identifier for the lead.
The ID of the video the lead was submitted from.
An object containing the submitted form values, keyed by field name (for example,
name, email, company). The exact keys depend on the fields you configured for your CTA form.ISO 8601 timestamp of when the form was submitted.
The internal name of the video the lead came from.
Retrieving leads
Leads are always returned in reverse chronological order (most recent first).- Per video
- Per domain
- API key
Fetch all leads submitted on a specific video. Requires authentication.
