DEVELOPER · REST API · v1

Outlier Scores in your stack.

Programmatic access to the Outlier Score engine. 10,000 calls/mo included with Agency. Higher volumes available.

BASE URL
api.viralvault.studio/v1
AUTH
Bearer token · /account
RATE LIMIT
60 req/min · Agency

Endpoints

GET/videos/:idGet full record + Outlier Score for a video
GET/videos/searchSearch · filter by niche, score, date, sort
GET/creators/:handleCreator profile · median views · score history
GET/niches/:slug/trendingTop outliers in a niche, last 24h
POST/hooks/generateGenerate 5 AI hooks for a video URL or title
GET/boards/:idRead board contents (requires sharing scope)

Example: get a video

curl https://api.viralvault.studio/v1/videos/abc123 \
-H "Authorization: Bearer vv_live_xxx"
// 200 OK
{
"id": "abc123",
"creator": "finance.with.maya",
"outlier_score": 743,
"tier": "viral",
"views": 2400000,
"creator_median": 322000
}
AGENCY PLAN

10K API calls / month · $79

Higher volumes? Email api@viralvault.studio

See plans