Skip to Content
Open API v1API: Follow Podcast

API: Follow Podcast

Follow a podcast by its sequence number. If the podcast is already followed, the request succeeds silently (idempotent).

Endpoint

POSThttps://podwise.ai/api/open/v1/podcasts/[seq]/follow

Path Parameters

  • seq: Podcast sequence number.

Response

type Response = { success: true, }

Last updated on