Platform Intelligence API

YouTube API

YouTube reaches over 2 billion logged-in monthly users across videos, Shorts, live streams, and podcasts, making it important for search visibility, education, brand storytelling, and creator-led demand.

API Reference Version: 1.0.0 3 Endpoints Authentication
YouTube

Base URL

https://api.pressmonitor.com/youtube/v1

Authentication

All requests use Bearer token authentication. Add the Authorization header to every call.

Authorization: Bearer YOUR_TOKEN
GET /call

Generic YouTube Data API call

Call

Parameters

Name Type Location Required Description
path string query No API path under /youtube/v3
endpoint string query No Alternative API path if path is not used
method string query No HTTP method, default GET

Code Examples

curl --request GET --url 'https://api.pressmonitor.com/youtube/v1/call?path=SOME_STRING_VALUE&endpoint=SOME_STRING_VALUE&method=SOME_STRING_VALUE'

Responses

200 Success
GET /video-details

Get video details

Get Video Details

Parameters

Name Type Location Required Description
video_ids string query Yes Comma-separated YouTube video IDs

Code Examples

curl --request GET --url 'https://api.pressmonitor.com/youtube/v1/video-details?video_ids=SOME_STRING_VALUE'

Responses

200 Success