GET
Usage summary
/v1/clipsonar/usage/summaryAggregate API usage for the account (optionally filtered by time). No body.
Query parameters
fromstringoptionalISO start time
Example: 2026-07-01T00:00:00.000Z
tostringoptionalISO end time
Example: 2026-08-01T00:00:00.000Z
Request body
This endpoint has no request body.
Response
200 Usage aggregates for the selected window.
request_countnumberrequiredTotal API requests in window
error_countnumberrequiredRequests with status >= 400
creators_creatednumberrequiredSuccessful creator creates
videos_analyzednumberrequiredVideos analyzed aggregate
fromstring | nullrequiredApplied from filter
tostring | nullrequiredApplied to filter
external_user_idstring | nullrequiredOptional external user filter when provided
{
"request_count": 100,
"error_count": 14,
"creators_created": 2,
"videos_analyzed": 0,
"from": null,
"to": null,
"external_user_id": null
}

