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.

https://repodify.app/import?url=[URL_ENCODED_EPISODE_URL]

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:

https://repodify.app/api/oembed?url=https%3A%2F%2Frepodify.app%2Fp%2F[podcastId]&format=json

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:

<iframe src="https://repodify.app/embed/[podcastId]?theme=dark" width="100%" height="400" frameborder="0" style="border-radius: 12px; border: 1px solid rgba(0,0,0,0.1);"></iframe>

You can customize the widget theme by passing ?theme=dark or ?theme=light in the iframe URL.

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.