...
Table of Contents | ||
---|---|---|
|
Getting API KEY
The API allows sending requests to AI service through HTTP requests.
Each user has a unique API key to authenticate the API. The API key is viewed on the User Settings page in the dashboard. You need to copy it and send in the request.
...
Chat service - POST request
POST: https://[firewall API address]/firewallApi/v1/chat
...
In case of an error, it will return an error message.
...
How do you find the ID of the collection or content item for the “PromptScopeId” parameter?
To find the ID triple-click the line to get some system info:
...
For a document it is the contentID as in the image below
...
Upload service - POST request
POST: https://[firewall API address]/firewallApi/v1/upload
...
In case of an error, it will return an error message.
...
Get classifications service - GET request
GET: https://[firewall API address]/firewallApi/v1/getClassifications
...
In case of an error, it will return an error message.
...
Healthcheck service - GET request
GET: https://[firewall API address]/firewallApi/v1/alive
Sample URL for BGD10 environment:
https://bgd10-firewall.agatdemo.com/firewallApi/v1/alive
...
Postman Samples for all APIs
Attached is the Postman collection with example requests.
...