Enterprise API v1
These are APIs for enterprise customers that is still under development and not yet available. The API documentation is for preview reference only and may be subject to changes.
If you wish to use these APIs, please contact us: support@podwise.ai.
Change Log
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
article
field 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.generateTitle
andoptions.generateIntro
to the input parameters. episode.title
is now optional.
- Added
- Modified the output parameters of
API: Get Processing Result
.- Added
titles
andintros
to the output parameters. These fields are only returned if the corresponding options are set to true in theAPI: Process Episode
request.
- Added
2024-12-28
- Modified the input and output parameters of
API: Get Processing History
.- Removed
pageNo
andpageSize
from 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
keywords
to the input parameters.
- Added