Narakeet
Narakeet turns text and Markdown scripts into realistic narrated audio and video using AI text-to-speech voices - 900 voices across 100 languages. Beyond its web app, Narakeet exposes a documented REST API (base https://api.narakeet.com) for building speech audio (MP3, M4A, WAV) from text, building video from Markdown scripts and assets, listing available voices, and checking account credits. Audio builds run either as a short-content streaming call that returns bytes directly or as a long-content asynchronous build that returns a status URL to poll; video builds always upload a zip, trigger a build, and poll for the finished MP4. All build requests authenticate with an x-api-key header, and API access requires a top-up or metered commercial account.
APIs
Narakeet Text to Speech API
Convert text, SubRip, or WebVTT input into narrated audio in MP3, M4A, or WAV. Runs as a short-content streaming call (returns audio bytes directly, ~1 KB input) or a long-conte...
Narakeet Markdown to Video API
Build narrated video from a Markdown or text script plus its assets. Request a pre-signed upload token, PUT a zip archive of the script and media, trigger an asynchronous build,...
Narakeet Voice Listing API
Retrieve the JSON list of voices available to your account - each with a name, language description, locale code, and supported narration styles - so integrations can keep an up...
Narakeet Account Credits API
Check the credit seconds still available on your account, along with the billing plan and the identity of the API key. Useful for gating jobs and surfacing remaining balance bef...