Skip to main content
GET
Browse a provider discovery feed

Authorizations

Authorization
string
header
required

Permanent personal API key created in the dashboard. Example: curl -H "Authorization: Bearer aty_…" https://your-host/v1/projects

Path Parameters

provider
enum<string>
required

External video provider.

Available options:
youtube
Example:

"youtube"

Query Parameters

category
enum<string>
required

Discovery category.

Available options:
music,
news,
sports,
live
Example:

"music"

region
enum<string>
default:US

Supported region code.

Available options:
US,
IN
Example:

"IN"

language
enum<string>
default:en

Supported language code.

Available options:
en,
hi
Example:

"en"

continuation
string

Opaque pagination token.

Response

Browse results.

category
enum<string>
required
Available options:
music,
news,
sports,
live
browseId
string
required
results
object[]
required
videos
object[]
required
channels
object[]
required
playlists
object[]
required
meta
object
required
title
string
continuation
string
estimatedTotal
integer
Required range: x >= 0