The Nexosis API has multiple endpoints to help you build your application with our machine learning capabilities. There are some guidelines to be aware of when using the API which help us make sure that the API is always quick to respond to all of our customers.
In general, an endpoint which you pay to use (create session, upload data) has an unlimited use policy. Those endpoints from which you get information back are limited to 1000 calls per 24 hour period and 50 calls in a single minute.
Endpoint | Limited or Paid |
Add Data (PUT /data/{datasetname}) | Paid |
Delete Data (DELETE /data/{datasetname}) | Limited |
List Datasets (GET /data) | Limited |
Retrieve Dataset Data (GET /data/{datasetname}) | Limited |
Create Forecast Session (POST /sessions/forecast) | Paid |
Create Impact Session (POST /sessions/impact) | Paid |
Delete Session (DELETE /sessions/{sessionId}) | Limited |
Delete Sessions (DELETE /sessions) | Limited |
List Sessions (GET /sessions) | Limited |
Retrieve Session Results (GET /sessions/{sessionId}/results) | Limited |
Retrieve Session (GET /sessions/{sessionId}) | Limited |
Retrieve Session Status (HEAD/sessions/{sessionId}) | Limited |
Comments
0 comments
Please sign in to leave a comment.