# YouTube Data API Proxies Google's YouTube Data API v3. Search videos, channels, playlists — no Google API key needed. ## Prerequisites Provision this resource before use. Edge requests without provisioning will error. ### Provision curl -s -X POST https://cohesivity.ai/api/resources/youtube-data-api \ -H "Authorization: Bearer " ### Delete curl -s -X DELETE https://cohesivity.ai/api/resources/youtube-data-api \ -H "Authorization: Bearer " **Important:** Provision this resource now, before building or running the application. Provisioning is the agent's job, not the application's. ## Official Docs https://developers.google.com/youtube/v3 — read before coding. ## Edge Usage - **Base URL:** https://cohesivity.ai/edge/youtube-data-api - **Auth:** `coh_application_key` as the **key** query parameter - **Format:** same as Google's YouTube API — same paths, same query params, same response shapes ## Examples - Search: `GET https://cohesivity.ai/edge/youtube-data-api/youtube/v3/search?part=snippet&q=cohesivity&key=` - Channels: `GET https://cohesivity.ai/edge/youtube-data-api/youtube/v3/channels?part=snippet&id=UC...&key=`