- Print
- PDF
Article summary
Did you find this summary helpful?
Thank you for your feedback
Using Postman to test Knovvu Text-to-Speech APIs
For easy testing using Postman, we provided a Postman Collection.
The files are available here:
After downloading Postman and Knovvu Text-to-Speech Postman Collection, you can import the collection into Postman to get started.
Step 1: Get your API Client ID and Secret
Contact sales operation department and they will give you these credentials.
Step 2: Generate your Access Token
Using the POST Get Integration token API you will be able to generate anaccess token that will expire in 1 year from the time of token generation. You will be able to make a synthesis using this access token. Check Authentication for more info.
Step 3: Convert Text to Speech
After adding bearer token to your request header (authorization: type > bearer), you should write the text to your request body. Check POST TTS for more info.
Was this article helpful?