Skip to main content
GET
/
v1
/
analytics
/
videos
Get video stats
curl --request GET \
  --url https://api.vidjutsu.ai/v1/analytics/videos
{
  "accountId": "<string>",
  "videos": [
    {
      "id": "<string>",
      "views": 123,
      "likes": 123,
      "comments": 123,
      "shares": 123
    }
  ]
}

Query Parameters

accountId
string
required

Response

200 - application/json

The request has succeeded.

accountId
string
required
videos
object[]
required