Skip to main content
GET
/
v1
/
shorts
/
stats
Get shorts statistics
curl --request GET \
  --url https://api.yalg.ai/v1/shorts/stats \
  --header 'x-api-key: <api-key>'
{
  "total": 42,
  "byStatus": {
    "draft": 12,
    "scheduled": 8,
    "published": 22
  },
  "recentItems": [],
  "generatedAt": "2026-06-20T17:24:39.000Z"
}

Authorizations

x-api-key
string
header
default:yalg_live_your_api_key
required

YALG Developer API key. Send it in the x-api-key header from a server-side environment only.

Response

Shorts statistics

Aggregated statistics or dashboard metrics.

total
integer
Example:

42

byStatus
object
recentItems
object[]
generatedAt
string<date-time>
Example:

"2026-06-20T17:24:39.000Z"