Run Scoring

Submits a batch of records for scoring and blocks until results are available. Returns 200 OK with per-record scores inline.

Unknown configIds are ignored: a well-formed id that does not match an existing score config is skipped rather than failing the run. Returns 400 if configIds or records are missing/empty, exceed their limits (10 configs, 25 records), if a configId is malformed (not a valid integer id), or if none of the supplied configIds match an existing config. Returns 5xx if the run errors before any record can be scored; partial errors are reported per-record in the response.

Body Params

Score run request with configuration IDs and records to process.

JSON API model for a score run request.

data
object
required

The primary data of the document

Responses

Language
Credentials
OAuth2
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/vnd.api+json