API Docs
  • ๐Ÿ˜€Welcome!
  • ๐Ÿ”‘Get Your API Keys
  • ๐Ÿ“˜Blueprint - Quick Start
  • ๐Ÿ”กDynamic - Quick Start
  • โœ‚๏ธSubtitles
  • Webhooks
  • Video Status
  • Audio Preview
  • Analytics
  • Reference
    • API Reference
      • Videos
      • Voice
      • Analytics
Powered by GitBook
On this page
  1. Reference
  2. API Reference

Analytics

Analyze your video creation performance.

PreviousVoice

Last updated 1 year ago

Get Summary

get

get analytics summary

Authorizations
Query parameters
breakdownall ofOptionalDefault: monthly
string ยท enumOptional

An enumeration.

Possible values:
from_datestring ยท dateOptional
to_datestring ยท dateOptional
correlation_idstringOptional
Responses
200
Successful Response
application/json
422
Validation Error
application/json
get
GET /api/v1/analytics/summary HTTP/1.1
Host: 
api-key: YOUR_API_KEY
Accept: */*
[
  {
    "day": 1,
    "week": 1,
    "month": 1,
    "year": 1,
    "videos_created": 1,
    "total_duration": 1
  }
]