Enterprise API v1
These APIs are exclusively for enterprise customers and are currently in public beta, subject to change.
To use these APIs or inquire about pricing, please contact us: support@podwise.ai.
Change Log
2025-09-17
- Modified the input parameters of
API: Process Episode.- Added
options.forceRetryto the input parameters.
- Added
2025-09-14
- Deprecate
episode.podcastDescparameter inAPI: Process Episode, useepisode.descinstead. If you want to provide more information about the podcast, concatenate it directly inepisode.desc.
2025-08-23
- Added
API: Translate. Supports translating AI processing results into Simplified Chinese, Traditional Chinese, English, Japanese, and Korean. - Added
API: Get Translation Status. - Added
API: Get Translation Result. - New request parameter
languageforAPI: Download CSV File. - New request parameter
languageandmixOriginalLanguageforAPI: Download SRT File. - New request parameter
languageforAPI: Download Markdown File. API: Get Processing Historynow includes translation request history.Webhook Notificationnow provides callbacks when translation requests succeed or fail.
2025-04-07
- Added
API: Download CSV File. - Added
API: Download SRT File. - Added
API: Download Markdown File. - Modified the output parameters of
API: Get Processing Result.- Modified the
articlefield to structure the article as a list of chapters, each with a title, time, and list of conversations.
- Modified the
2025-01-03
- Modified the input parameters of
API: Process Episode.- Added
options.generateTitleandoptions.generateIntroto the input parameters. episode.titleis now optional.
- Added
- Modified the output parameters of
API: Get Processing Result.- Added
titlesandintrosto the output parameters. These fields are only returned if the corresponding options are set to true in theAPI: Process Episoderequest.
- Added
2024-12-28
- Modified the input and output parameters of
API: Get Processing History.- Removed
pageNoandpageSizefrom the input parameters. - Adjusted the fields in the response.
- Separating the transcription processing records and article generation records into two independent records.
- Removed
- Modified the input parameters of
API: Process Episode.- Added
keywordsto the input parameters.
- Added