Beta · Private access

Viral trend data, as an API

One REST API for TikTok, Instagram and YouTube — ranked viral content, growth curves, creators and AI analysis. Built for agencies and developers.

or email us at vossdevelopmentltd@gmail.com
Explore endpoints
Quickstart
curl https://api.vosscore.com/v1/feed/tiktok?limit=10&dateRange=24h \
  -H "Authorization: Bearer $VOSSCORE_API_KEY"

Endpoints

Base URL: https://api.vosscore.com/v1

GET/feed/{platform}Latest viral content for a platform, ranked by reach & velocity.
GET/trends/{platform}/{period}Top trending videos for today / week / month.
GET/creators/{platform}/{handle}A creator profile with their trending videos and growth.
GET/hashtagsTrending hashtags across platforms with volume.
GET/videos/{id}/growthSnapshot timeline & growth curve for a single video.
GET/searchFull-text search across the cross-platform index.
POST/lab/analyzeAI Lab: why a video went viral + a production recipe.

🔑 Authentication

Send your key as a Bearer token on every request. Keys are scoped per plan.

Authorization: Bearer voss_live_••••••••

📦 Example response

{
  "total": 247,
  "page": 1,
  "items": [{
    "id": "tt_7627486...",
    "platform": "tiktok",
    "title": "...",
    "user": "hirsizkedi",
    "views": 1200000,
    "likes": 42700,
    "engagementRate": 3.6,
    "createdAt": "2026-07-27T..."
  }]
}

Rate limits

The API is a separate product from Vosscore web/app subscriptions. During beta, access is invite-only and free; at general availability it will be usage-based (priced per 1,000 calls).

TierRate limitCalls / moPricing
Beta (invite)60 / dk50.000free during beta
Scale300 / dk500.000+usage-based, per 1K calls
EnterprisecustomcustomSLA, dedicated support

🔔 Webhooks

Get notified the moment something pops — no polling. Subscribe to events and we POST to your URL.

trend.spikecreator.viralhashtag.risingniche.breakout

Build on Vosscore

The API is in private beta — separate from web/app subscriptions, and free while in beta. Tell us your use case and we'll send you a key.

or email us at vossdevelopmentltd@gmail.com