Create and auto-convert a podcast project. Currently, the LLM cost is covered by us but you will still be charged for the audio generation. In the future, you will be charged for both the LLM and audio generation costs.
The ID of the model to be used for this Studio project, you can query GET /v1/models to list all available models.
The type of podcast to generate
The source content for the Podcast.
Output quality of the generated audio. Must be one of: standard - standard output format, 128kbps with 44.1kHz sample rate. high - high quality output format, 192kbps with 44.1kHz sample rate and major improvements on our side. Using this setting increases the credit cost by 20%. ultra - ultra quality output format, 192kbps with 44.1kHz sample rate and highest improvements on our side. Using this setting increases the credit cost by 50%. ultra lossless - ultra quality output format, 705.6kbps with 44.1kHz sample rate and highest improvements on our side in a fully lossless format. Using this setting increases the credit cost by 100%.
Duration of the generated podcast. Must be one of: short - produces podcasts shorter than 3 minutes. default - produces podcasts roughly between 3-7 minutes. long - prodces podcasts longer than 7 minutes.
An optional language of the Studio project. Two-letter language code (ISO 639-1).
A brief summary or highlights of the Studio project’s content, providing key points or themes. This should be between 10 and 70 characters.
A url that will be called by our service when the Studio project is converted. Request will contain a json blob containing the status of the conversion
Successful Response