Issue a short-living access token to be used by the public-client. API Reference. This method must only be called server-side, and the resultant token should be passed to the client. Read more about this at https://docs.sws.speechify.com/docs/authentication#access-tokens. You need to call this method regularly to issue the new token and keep it fresh. The expiration time is defined by the expiresIn property on the return value.
a single scope, or an array of scopes to issue the token for.
The token details
Generate audio from text. API Reference.
Request details.
The object containing raw audio data and additional information.
Stream audio from text. API Reference.
Set the access token for the client.
The Access Token to set.
Set the API key for the client.
The API Key to set.
Create a new voice. API Reference.
Request details.
The newly created voice details.
Delete a voice. API Reference.
The ID of the voice to delete.
Get the list of available voices. API Reference.
The list of available voices.
The Speechify client.