Score explicit supplier↔reference room pairs

Scores an explicit list of supplier ↔ reference room-name pairs. Each pair gets a calibrated match score and binary label. Use when you already know which pairs to evaluate (QA, A/B tests, custom pipelines)—unlike Room Match many-to-many, which scores the full grid and ranks per supplier.

Key Parameters

  • threshold: Decision cutoff on calibrated score. Default: 0.5
  • batchSize: Informational batch hint on the request. Default: 64
  • lowercase: Lowercase room text before scoring. Default: true
  • includeLogitRaw: Include logitRaw per result when true. Default: false
  • pairs: Array of pairs to score, each with id, supplierRoomName, and referenceRoomName

Per-pair Result

scoreCalibrated, predictedLabel (1 = match at threshold), decisionThreshold, optional logitRaw.

To experiment with this API, use the sandbox key:
e2R4t6Y8u0i3O5p7A9s1D3f5G7h9J2k4

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Body Params
float
0 to 1
Defaults to 0.5

Decision cutoff on calibrated score.

integer
≥ 1
Defaults to 64

Informational batch hint on the request.

boolean
Defaults to true

Lowercase room text before scoring.

boolean
Defaults to false

Include logitRaw per result when true.

pairs
array of objects
required
length ≥ 1

Pairs to score.

pairs*
string
required

Client-supplied pair identifier.

string
required

Supplier-side room title.

string
required

Reference-side room title.

Responses

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