API Documentation
Authentication
Here’s how to authenticate your requests to the API.
Before you start using the API, you will need to obtain an API Token. This token is used to authenticate your requests to the API in order to access its features.
The Authorization field above must be included in the Header of all requests to the API.
Finding Your API Token
Follow these steps to find your API token:
- Log in to your TTS.Monster developer account here
- Click your profile icon on the bottom left of the page
- Open the API Token section and copy the displayed API Token
- Paste the token into the api_key Authorization Header field of your requests
Rotating Your API Token & Other Considerations
You can reset your API token at any time by clicking the Reset Token icon next to the field where your token is displayed.
This will invalidate your old token and generate a new one. You will need to update your requests with the new token.