There is no api. Follow through https://www.wowza.com/docs/how-to-protect-streaming-using-securetoken-in-wowza-streaming-engine
- You enable secure token with a selected hash algorithm
- Follow the hash generation guide and con at string in proper order and generate a hash using the selected algorithm in any programming language. This happens on your app server.
- Make request to wowza in the described format passing in all relevant parameters as shown in examples.
- Wowza knows algorithm selected , shared secret and prefix to expect. It will identify the parameters from query and generate hash on its own to verify against the hash you passed in.