List YouTube channel shorts
GET /v1/youtube-channel-shorts
GET
/v1/youtube-channel-shorts
List shorts from a YouTube channel with pagination.
Credits: 1 per request.
Authorizations
Section titled “Authorizations ”Parameters
Section titled “ Parameters ”Query Parameters
Section titled “Query Parameters ” channel_id
string
YouTube channel ID (UC…).
continuation
string
Pagination token from previous response.
Responses
Section titled “ Responses ”Paginated shorts.
object
channel_id
string
shorts
Array<object>
object
id
string
title
string
thumbnail
string
view_count
integer
pagination
object
continuation
string
has_more
boolean
Headers
Section titled “Headers ” X-Credits-Used
integer
X-Credits-Remaining
integer
Missing or invalid API key.
object
error
Error message.
string
Example
invalid or inactive api_keyInsufficient credits.
Rate limit exceeded.
object
error
Error message.
string
Example
invalid or inactive api_keyHeaders
Section titled “Headers ” Retry-After
integer
Seconds to wait before retrying.