v50

latestOpenAPI 3.0.3raw.githubusercontent.com2025-01-2810050281.4 KB
Videos

Get Video Count

Gets count of videos for the account or a search

get/v1/accounts/{{account_id}}/counts/videos

Path parameters

account_idstring required

Video Cloud account ID.

Query parameters

qstring
Example:+name:Birds

Search string - see search guide for details

Headers

Content-Typestring required

Content-Type: application/json

Authorizationstring required

Authorization: Bearer {access_token} - see Getting Access Tokens

Response

200

countinteger

count of videos

Example response

{
  "count": 7650
}