POST /v1/score
Score a video’s viral potential based on content, niche, and format. Returns a score, a breakdown of contributing factors, and actionable suggestions.Request body
| Field | Type | Required | Description |
|---|---|---|---|
mediaUrl | string | Yes | Public URL of the video or image to score |
mediaType | string | Yes | video or image |
content | string | No | Description of the content or caption |
niches | string[] | No | Target niches (e.g. ["fitness", "wellness"]) |
type | string | No | Content format — talking-head, b-roll, ugc, slideshow, podcast |
Example request
Example response
Response fields
| Field | Type | Description |
|---|---|---|
score | number | Overall viral potential score from 0 to 100 |
breakdown | object | Per-factor scores |
suggestions | string[] | Actionable improvements to increase the score |