Endpoint | URL | Method |
---|---|---|
Delete | http://api.alchemyml.com/api/datasets/delete/ | POST |
Upload | http://api.alchemyml.com/api/datasets/upload/ | POST |
Statistical descriptors | http://api.alchemyml.com/api/datasets/statistical_descriptors/ | POST |
Update | http://api.alchemyml.com/api/datasets/update/ | POST |
List | http://api.alchemyml.com/api/datasets/list/ | POST |
Endpoint | URL | Method |
---|---|---|
Create | http://api.alchemyml.com/api/experiments/create/ | POST |
Results | http://api.alchemyml.com/api/experiments/results/ | POST |
Add to project | http://api.alchemyml.com/api/experiments/add-experiment-to-project/ | POST |
Extract from project | http://api.alchemyml.com/api/experiments/extract-experiment-from-project/ | POST |
Send | http://api.alchemyml.com/api/experiments/send-experiment/ | POST |
List | http://api.alchemyml.com/api/experiments/list/ | POST |
Delete | http://api.alchemyml.com/api/experiments/delete/ | POST |
Statistical descriptors | http://api.alchemyml.com/api/experiments/statistical_descriptors/ | POST |
Update | http://api.alchemyml.com/api/experiments/update/ | POST |
Endpoint | URL | Method |
---|---|---|
List | http://api.alchemyml.com/api/projects/list/ | POST |
Create | http://api.alchemyml.com/api/projects/create/ | POST |
Delete | http://api.alchemyml.com/api/projects/delete/ | POST |
Update | http://api.alchemyml.com/api/projects/update/ | POST |
Endpoint | URL | Method |
---|---|---|
Predictions | http://api.alchemyml.com/api/experiments/predictions/ | POST |
Historical Predictions | http://api.alchemyml.com/api/experiments/historical-predictions/ | POST |
Historical Data Aggregation | http://api.alchemyml.com/api/experiments/historical-data-aggregations/ | POST |
The access key in string format.
HTTP Code | Note |
---|---|
200 | OK - indicates that the request has been successful. |
400 | Bad Request - Your request is invalid or expired. Please request a new one. |
401 | Unauthorized - Your API key is wrong. |
403 | Forbidden – Requested resource is available for registered users. |
404 | Not Found - The specified resource could not be found. |
405 | Method Not Allowed – Invalid method used. Check documentation. |
406 | Not Acceptable – Input resource format not valid. Check documentation. |
500 | Internal Server Error - We had a problem with our server. Try again later. |
503 | Service Unavailable - We're temporarily offline for maintenance. Please try again later. |