Podcastle
Podcastle is an AI audio and podcast creation platform whose developer engine, Async, exposes a low-latency Voice API for human-like text-to-speech, a browsable voice library, and instant voice cloning from a short audio sample. The API is served from https://api.async.com and authenticated with an x-api-key header plus a version header. Transcription is a Podcastle platform feature; no standalone transcription endpoint is documented in the public Voice API.
APIs
Podcastle Text-to-Speech API
Low-latency, human-like speech synthesis via the Async engine. Batch (/text_to_speech), streaming (/text_to_speech/streaming), word-timestamped (/text_to_speech/with_timestamps)...
Podcastle Voices API
Browse the voice library of predefined and custom voices via POST /voices, with filters for model, language, accent, gender, and style plus cursor-based pagination.
Podcastle Voice Cloning API
Instant voice cloning via POST /voices/clone. Upload a short audio sample (wav, mp3, flac, aiff) as multipart/form-data to produce a production-ready custom voice with no traini...
Podcastle Transcription
Transcription and speech-to-text are Podcastle platform features (multi-language transcription with speaker identification) available in the product, console, and credit-based p...