Get YouTube channel (POST)
POST /v1/youtube-channel
POST
/v1/youtube-channel
Extract channel metadata, subscriber count, video count, and social links.
Credits: 1 per request.
Accepts the same fields as JSON instead of query parameters.
Authorizations
Section titled “Authorizations ”Request Body required
Section titled “Request Body required ”object
handle
required
Channel @handle, channel ID (UC…), or full URL.
string
Responses
Section titled “ Responses ”Extracted data.
object
identity
object
channel_id
string
channel_url
string
name
string
description
string
avatar
Array<object>
object
url
string
width
number
height
number
tags
Array<string>
metrics
object
subscriber_count
number
subscriber_count_text
string
video_count
number
video_count_text
string
view_count
number
view_count_text
string
about
object
joined_date
string
country
string
links
object
email
string
store
string
twitter
string
instagram
string
other
Array<string>
Headers
Section titled “Headers ” X-Credits-Used
integer
Credits consumed.
X-Credits-Remaining
integer
Remaining credit balance.
Missing or invalid API key.
object
error
required
string
Example
invalid request field
Field that failed validation.
string
detail
string
hint
string
Insufficient unreserved credits.
object
error
required
string
Example
insufficient credits required
required
integer
available
required
integer
Request, concurrency, or plan limit exceeded.
Headers
Section titled “Headers ” Retry-After
integer
Seconds to wait when supplied.