Podscribe integration (Marketing, Data). Imported from open-connector.
https://backend.podscribe.ai/api/public/integration-health
| Param | Type | Required | Description |
|---|---|---|---|
| advertiserName | string | optional | Advertiser name used to filter integration health. |
| withPixels | boolean | optional | Whether to include pixel data for the advertiser. |
/api/public/episode/search
| Param | Type | Required | Description |
|---|---|---|---|
| search | string | required | Search query string. |
| timeFrame | integer | optional | Number of days to look back. |
| exact | boolean | optional | Whether to enable exact-match search. |
| transcriptOnly | boolean | optional | Whether to search only in transcripts. |
| excludeAds | boolean | optional | Whether to exclude ads from search results. |
| showFilterIds | array | optional | Show IDs used to filter episode search results. |
| mediaType | string | optional | The media type values used to filter episode search results. |
/api/public/series/episodes/{id}
| Param | Type | Required | Description |
|---|---|---|---|
| id | string | required | iTunes ID, YouTube channel ID, or YouTube playlist ID. |