Skip to main content
GET
Get video comments

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"

id
string
required

Provider video ID.

Minimum string length: 1
Example:

"dQw4w9WgXcQ"

Query Parameters

continuation
string

Opaque pagination token.

all
boolean
default:false

Fetch all available pages rather than one page.

Response

A comment page or collection.

videoId
string
required
comments
object[]
required
meta
object
required
totalCount
integer

Total comments reported by YouTube when available.

Required range: x >= 0
continuation
string
complete
boolean
pagesFetched
integer
topLevelCount
integer
replyCount
integer
remainingContinuations
integer