Create Voice
Authentication
Enter your API key with the Bearer prefix, e.g. ‘Bearer sk_…’.
Headers
Request
Native language (locale) of the personal voice (e.g. en-US, es-ES, etc.)
Gender marker for the personal voice male GenderMale female GenderFemale not_specified GenderNotSpecified
A string representing the user consent information in JSON format
This should include the fullName and email of the consenting individual.
For example, {"fullName": "John Doe", "email": "john@example.com"}
Response headers
Request-rate budget: the maximum number of requests in the current
window (the bucket capacity). The IETF-draft un-prefixed name; the
legacy alias X-RateLimit-Limit carries the same value. Rides every
response.
Request-rate budget: requests left in the current window. Legacy
alias: X-RateLimit-Remaining.
Request-rate budget: integer delta-seconds until the window fully
refills (same unit as Retry-After). Legacy alias:
X-RateLimit-Reset.