Generate Token (Authenticate)

POST {{base_url}}/oauth2/token:generate

Generate the access token which is required for making any API call. You must execute this API before executing any other API.

Replace your appId and appSecret values in the request body.

You can find your account credentials on Symbl Console - https://platform.symbl.ai

Request Body

{"type"=>"application", "appId"=>"{{app_id}}", "appSecret"=>"{{app_secret}}"}

HEADERS

KeyDatatypeRequiredDescription
Content-Typestring