Authentication
Last updated
Last updated
The SmartExtract API uses API Keys to provide a session token. You can view and manage your API Keys through your . Make sure to note down the secret key when you create a new API key. If you fail to copy or lose your secret key, there is no way to retrieve it back. The only option would be to create a new API key. The session-auth-token returned as part of the response needs to be used as part of the iframe url while loading the SmartExtract component
POST
https://api.clik.ai/smart-extract-api/api/account/v1/auth/token
Create an authentication token to be used to load the SmartExtract iframe.
Content-Type
string
application/json
key
string
Your API key
secret
string
Your secret key
POST
https://api.clik.ai/smart-extract-stg-api/api/account/v1/auth/token
Create an authentication token to be used to load the SmartExtract iframe.
Content-Type
string
application/json
key
string
Your API key
secret
string
Your secret key