Murphy
API's for Murphy
2 subscribers
3 endpoints
The in-depth APIMemo review for this API hasn't been published yet —
the data below comes straight from the public marketplace listing.
Murphy endpoints
| Method | Endpoint | Description |
|---|---|---|
| POST |
File Upload Route /upload |
This endpoint is used to upload a CSV file. It reads the file and returns a preview of the first few records (using .head()). |
| POST |
Anomaly Detection Route /anomalies |
This endpoint takes a CSV file and a column name, then performs anomaly detection on the specified column and returns the indices of the rows that contain anomalies. |
| POST |
MCTS Prediction Route /mcts |
This endpoint takes a CSV file and a column name, then runs Monte Carlo Tree Search (MCTS) on the data for the specified column and returns the predicted outcome. |
Murphy pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| PRO Recommended | Free | 10000 / hour |
|