API : 将一段音频或视频播客录音转换为带字幕的竖版片段。
This API is simple to use. You just have to follow these steps
If your credentials are correct, our server will provide you with a token as a response :
YOUR_TOKEN is valid for one hour, its duration can be extended using YOUR_REFRESH_TOKEN
Use the token to start the process
The API sends a JSON response to confirm that the process is finished. Download the generated files with the authenticated URLs in
Contact us This API is also available in asynchronous mode : Developer API : PodcastClipGenerator
- Create a free account
- Click on the link you receive by email to confirm your address
- Generate a token with credentials
You can use any language to make this CURL call. (Python, PHP, Java, JavaScript...) Need help ?
If your credentials are correct, our server will provide you with a token as a response :
YOUR_TOKEN is valid for one hour, its duration can be extended using YOUR_REFRESH_TOKEN
Action parameters
Send parameters as a JSON object. Required fields are marked with required.
clipCount— integer; minimum 1; maximum 6.targetDuration— integer; minimum 15; maximum 60.language— enum:auto,en,fr,es,de,hi,zh,ar.platform— enum:youtube_shorts,tiktok,instagram_reels,facebook_reels,x,linkedin.subtitleStyle— enum:classic,alex_hormozi,mrbeast,minimal,bold,podcast,custom.podcastTitle— string; maximum 160 characters.subtitles— boolean.maximumClips— boolean.highlightReel— boolean.rightsConfirmed— boolean; required.
The API sends a JSON response to confirm that the process is finished. Download the generated files with the authenticated URLs in
actionResultsDownloadURLs.
This documentation is not clear? (Python, PHP, Java, JavaScript...) Need help ?
Contact us This API is also available in asynchronous mode : Developer API : PodcastClipGenerator