Narakeet REST API
Narakeet has a REST API that enables you to create text to speech audio and convert markdown scripts into video programmatically, and integrate Narakeet into your application or programmable flows.
API Endpoint
The public REST API endpoint is https://api.narakeet.com.
API Key
To use the API, you will need a Narakeet API key. For information on how to get a key, check out our guide on Managing API Keys.
Authenticating requests
You should provide the API key as a header to all requests to the public REST endpoint. Use the x-api-key header for that.
Requests to storage endpoints (for file uploads and downloads and result polling) do not require this header. The storage URLs provided to you by the REST API will already be pre-signed with authentication tokens. Do not include your API key as a separate header when performing those requests.
Text to Speech API
See the Text to Speech API page for more information.
Video API
See the Markdown to Video API page for more information.
More information
For general API limitations and pricing, see Automating audio/video production.