Rate Limit, Maintenances
Rate Limit
The terms and conditions for the Aurora Vision APIs are described within the EULA.
Since it is mandatory to accept the EULA to be able to access the service, we recommend that you read it carefully in order to understand its meaning and the limits imposed.
In the documentation, it is possible to obtain information about the EULA via the Service Agreement
suite, where you will find the API calls that allow you to:
Service Agreements SuiteGET
EULA
Allows the user to actively retrieve and read the Aurora Vision EULA.
Request
GET
https://api.auroravision.net/api/rest/eula
Header
X-AuroraVision-ApiKey
HTTP Basic Authentication
https://UserID:Password@
Curl
curl --request GET https://UserID:Password@api.auroravision.net/api/rest/eula --header "X-AuroraVision-ApiKey: 1a23b456-c789-1d23-12ef-ghil123456mn-1o23"
Service Agreements Suite POST
Accept EULA
Allows the user to accept the Aurora Vision EULA.
Request
PUT https://api.auroravision.net/api/rest/eula
Header
X-AuroraVision-ApiKey
HTTP Basic Authentication
https://UserID:Password@
Curl
curl --request PUT https://UserID:Password@api.auroravision.net/api/rest/eula --header "X-AuroraVision-ApiKey: 1a23b456-c789-1d23-12ef-ghil123456mn-1o23"
Maintenances
Aurora Vision periodically undergoes scheduled maintenance to improve the services offered to our customers.
In the documentation, it is possible to obtain information on scheduled or ongoing maintenance through the Service Info
suite, where you will find the Maintanance Status
API:
Service Info SuiteGET
Maintenance Status
Allows to retrieve the Aurora Vision maintenance banner to find out if there are any scheduled or ongoing maintenances..
Request
GET
https://api.auroravision.net/api/rest/status