API
Docs¶
In order to integrate Alviss AI in to excising systems we provide an API one can use, the documentation is available here https://api.alviss.io/v1/api/docs
Note
In order to access the API documentation one must first have accessed https://app.alviss.io/ and be signed in`
Authentication¶
To authenticate your requests, you will need to provide an access token. To create the access token, please see Create Access Token
Once you have the access token, you can authenticate your request by sending the token in the Authorization
header of your request. For example, in the following request, replace YOUR-TOKEN
with a reference to your token:
curl --request GET \
--url "https://api.alviss.io/v1/team/teams" \
--header "Authorization: Bearer YOUR-TOKEN" \
--header "Accept: application/json"
Access Token¶
to manage your access token you can visit https://app.alviss.io/-/user#access-tokens or by clicking on your profile picture in the top right corner of the Alviss AI platform, and click on Your Account menu, then click on the Access Token tab.
Create Access Token¶
When you click on Create New Token a prompt will be shown with fields:
- Name: just a name of your token
- Expires at: the expire time of the token. to keep your tokens secure, consider setting a token that expires when your task is complete. We only allow a token to be expires within 365 days.
after submitting the prompt, your new access token will be shown once and you must save that token somewhere, once the prompt is closed you will not be able to see it anymore.
Revoking Access Token¶
You can just revoke by pressing Revoke button from the list of your tokens