Skip to Content
Open API v1API: Get Episode Info

API: Get Episode Info

Retrieve metadata for a specific episode by its sequence number.

Endpoint

GEThttps://podwise.ai/api/open/v1/episodes/[seq]

Path Parameters

  • seq: Episode sequence number (found in search results or Podwise URL).

Response

type Response = { success: true, result: { episodeId: string, seq: number, title: string, podcastName: string, cover: string, // May be null epCover: string | null, // May be null description: string | null, // Unix timestamp in seconds publishTime: number, link: string, linkType: string, // Duration in seconds, may be null duration: number | null, transcribed: boolean, // May be null language: string | null, }, }

Last updated on