Authentication API

The Authentication API is composed of only 1 API, “Generate Token (Authenticate)”

Generate Token (Authenticate)
Used to generate a new access token (required every 24 hours) in order to further call other Symbl.ai APIs.

This is a POST API call which references the following API Endpoint:
https://api.symbl.ai/oauth2/token:generate

It will require:

  • type : “application”
  • appID
  • appSecret

This will return your “Access Token” which you will use to call other Symbl APIs.

For more information, please refer to the following Symbl documentation: