PredictionIO Engine Query API

REST API exposed by a deployed prediction engine that responds to prediction queries in real time (POST /queries.json). Unauthenticated by default.

API entry from apis.yml

apis.yml Raw ↑
name: PredictionIO Engine Query API
description: REST API exposed by a deployed prediction engine that responds to prediction queries in real
  time (POST /queries.json). Unauthenticated by default.
humanURL: https://predictionio.apache.org/deploy/
baseURL: http://localhost:8000
tags:
- Predictions
- Engine