Developers
Integrate Repodify into your app, podcast player, or automation workflow. We're building tools to make podcast curation open and accessible.
Deep Linking (Import Wizard)
Allow your users to seamlessly import podcast episodes directly from your app into their Repodify feeds using a simple URL structure.
We currently natively support routing and parsing Apple Podcasts URLs. If a user hits this link and isn't logged in, they will be prompted to authenticate and then seamlessly redirected back to the import wizard with their payload preserved.
oEmbed Support
When a user pastes a Repodify URL into a supported platform (like Discord, Notion, or Slack), we automatically provide a rich oEmbed payload. We support standard oEmbed auto-discovery in the HTML `<head>`, or you can query our API directly:
Embedded Player
If you want to manually embed a minimalist, interactive Repodify player directly into your own website or blog, simply drop this HTML snippet into your code:
You can customize the widget theme by passing ?theme=dark or ?theme=light in the iframe URL.
Live Preview
Here is the standard interactive embedded player rendering a Repodify feed.
Roadmap Ideas
REST API
Programmatically manage feeds, add episodes, and sync metadata directly from your own backend or via Zapier/Make.
Webhooks
Receive real-time HTTP POST payloads whenever a user adds a new episode to a Repodcast or publishes a feed.