Podcast analytics, unified
Your whole podcast audience, in one place.
Connect YouTube, Spotify, and RSS, see cross-platform performance, and give your AI agent secure API access to your listener data.

Connect every source
- YouTube
- Spotify
- RSS
Analytics
Trends over time, filtered your way
See downloads, views, and plays across any window and source. Switch between 7-day and 30-day views to watch momentum build episode after episode.

Data sources
Connect YouTube, Spotify, and RSS
OAuth for YouTube and Spotify, a prefix URL for RSS, with live connection health and last-sync times so you always know your data is current.

AI agent access
Give your AI agent the keys
Generate an API key, download the Skill file, and let your agent read your cross-platform data and listener questions through the read-only Creator API.

Usage
Usage you can see
Every Creator API request is metered by endpoint, so you know exactly what your dashboard and your agent are doing at all times.

How it works
From scattered platforms to one connected view in three steps.
- 1
Connect your sources
Link YouTube and Spotify with OAuth and add your PodSips prefix URL for RSS. PodSips starts syncing your audience right away.
- 2
See unified analytics
Watch cross-platform totals, audience trends, and per-episode performance come together in one dashboard.
- 3
Connect your AI agent
Generate an API key, download the Skill file, and hand both to your agent to read your data through the Creator API.
Creator API + Skill file
Built for your AI agent
The read-only Creator API exposes your cross-platform data over simple authenticated endpoints. Download the Skill file to teach your agent how to call it, then let it summarize episode performance, analyze listener questions, and surface trends on its own.
# Download the Skill file, then call the API
curl https://api.podsips.com/creators/v1/episodes/ \
-H "Authorization: Bearer $PODSIPS_API_KEY"
# => cross-platform performance, ready for your agent
{
"count": 42,
"results": [
{ "title": "Episode 41", "totalPlays": 8120 }
]
}