← Tools Reference

Podscribe

Podscribe integration (Marketing, Data). Imported from open-connector.

API key3 toolshttps://backend.podscribe.ai
POST
podscribe_get_integration_health
Retrieve Podscribe integration health, optionally filtered by advertiser and including pixel data.

/api/public/integration-health

2 parameters
ParamTypeRequiredDescription
advertiserNamestringoptionalAdvertiser name used to filter integration health.
withPixelsbooleanoptionalWhether to include pixel data for the advertiser.
GET
podscribe_search_episodes
Search Podscribe episodes by query string with optional time frame, media type, and show filters.

/api/public/episode/search

7 parameters
ParamTypeRequiredDescription
searchstringrequiredSearch query string.
timeFrameintegeroptionalNumber of days to look back.
exactbooleanoptionalWhether to enable exact-match search.
transcriptOnlybooleanoptionalWhether to search only in transcripts.
excludeAdsbooleanoptionalWhether to exclude ads from search results.
showFilterIdsarrayoptionalShow IDs used to filter episode search results.
mediaTypestringoptionalThe media type values used to filter episode search results.
GET
podscribe_get_show_info
Retrieve Podscribe show information by iTunes or YouTube identifier.

/api/public/series/episodes/{id}

1 parameter
ParamTypeRequiredDescription
idstringrequirediTunes ID, YouTube channel ID, or YouTube playlist ID.