Skip to main content
GET

Overview

This endpoint returns trending videos within a specific content niche. Use this to discover viral content in your target category.

Path Parameters

string
required
The niche identifier (e.g., “fitness”, “cooking”, “gaming”)

Query Parameters

string
Filter by platform:
  • tiktok: TikTok videos only
  • youtube: YouTube videos only
  • Omit to get videos from all platforms
number
default:"20"
Number of videos to return (1-50)
number
default:"0"
Pagination offset

Response

boolean
Indicates if the request was successful
object
If the niche ID is invalid, a 404 error will be returned. Use the List Niches endpoint to get valid niche IDs.

Authorizations

x-api-key
string
header
required

Path Parameters

nicheId
string
required

Query Parameters

platform
enum<string>
Available options:
tiktok,
youtube
limit
integer
default:20
offset
integer
default:0

Response

200

Success