Analytics
The Analytics API provides you with valuable information and insights to enhance your video creation experience.
summary
The summary api will help you analyze your video creation performance.
It offers insights such as the number of videos produced within your chosen timeframe, as well as the total duration of all videos created.
Query Paramaters:
breakdown: (optional)
Specification of how you'd like to group your videos: by months, weeks, or days.
Type = Enum[ 'monthly' | 'weekly' | 'daily' ]
defaults to 'monthly'
from_date: (optional)
The beginning of the selected timeframe
Type - Date ["yyyy-mm-dd"] (example: "2023-03-07")
defaults to one year ago
to_date: (optional)
The end of the selected timeframe
Type - Date ["yyyy-mm-dd"] (example: "2023-03-07")
defaults to current date
correlation_id: (optional)
match a unique identifier used to correlate between a users specific group
this field can be added on video creation
Last updated