Authentication
User credentials can be generated in your Profile page.
Go to your profile page at cortecs.ai and create your API credentials first.
Last updated
User credentials can be generated in your Profile page.
Go to your profile page at cortecs.ai and create your API credentials first.
Last updated
This endpoint allows a client to authenticate using their client_id
, client_secret
, and grant_type
, and receive an access token along with its expiration time.
The client ID assigned to the client.
"your_client_id"
The client secret assigned to the client.
"your_client_secret"
The type of grant being used, typically "client_credentials".
"client_credentials"
Successfully authenticated
The access token to be used for further API requests.
"abcdef123456"
The type of token, typically "Bearer".
"Bearer"
The number of seconds until the token expires.
3600