Vocalware Text-to-Speech API

Vocalware is Oddcast's cloud text-to-speech service. It exposes a pay-as-you-go HTTP/REST API (suitable for mobile and server-side/standalone apps) and a JavaScript/HTML5 API (for in-browser playback), offering hundreds of voices in over thirty languages. Requests are authenticated with an account id and API key plus a per-request checksum; audio is returned as a playable stream (a stream is one playback instance up to 60 seconds).

API entry from apis.yml

apis.yml Raw ↑
name: Vocalware Text-to-Speech API
description: Vocalware is Oddcast's cloud text-to-speech service. It exposes a pay-as-you-go HTTP/REST
  API (suitable for mobile and server-side/standalone apps) and a JavaScript/HTML5 API (for in-browser
  playback), offering hundreds of voices in over thirty languages. Requests are authenticated with an
  account id and API key plus a per-request checksum; audio is returned as a playable stream (a stream
  is one playback instance up to 60 seconds).
humanURL: https://www.vocalware.com
baseURL: https://www.vocalware.com
tags:
- Text-to-Speech
- Speech Synthesis
- Voice
- Audio
properties:
- type: Documentation
  url: https://www.vocalware.com/support/javascript
- type: APIReference
  url: https://www.vocalware.com/support/reference
- type: Support
  url: https://www.vocalware.com/support/support
- type: Pricing
  url: https://www.vocalware.com/index/pricing
- type: SignUp
  url: https://www.vocalware.com/auth/signup
- type: Login
  url: https://www.vocalware.com/auth/signin
- type: Authentication
  url: authentication/oddcast-authentication.yml
- type: Conventions
  url: conventions/oddcast-conventions.yml