Match supplier rooms to a reference catalog

Overview

Match supplier room names to your reference catalog. For each supplier room, returns the best matching reference room along with ranked alternatives and confidence scores.

When to Use

  • Normalize supplier inventory - Map diverse supplier room names to your canonical catalog
  • Rate shopping - Identify equivalent rooms across suppliers for price comparison
  • Content enrichment - Link supplier rooms to your reference data for consistent display
  • Booking flows - Ensure supplier rooms match expected room types before confirmation

What You Get

  • Match status - mapped or not_mapped for each supplier room
  • Best match - Reference room with highest confidence (when above threshold)
  • Ranked candidates - Top K alternative matches with scores
  • Confidence scores - How confident the match is (0-1)

Quick Start

Required fields: references (your catalog rooms), suppliers (rooms to map)

Optional tuning: Set threshold (default 0.5) for match sensitivity, topK (default 3) for number of candidates

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Body Params
string | null

Correlation ID echoed in the response

string | null

Batch/chunk ID for large jobs

number
0 to 1
Defaults to 0.5

Minimum confidence score for a positive match

integer
≥ 1
Defaults to 3

Number of ranked candidates returned per supplier

references
array of objects
required
length ≥ 1

Canonical reference rooms

references*
required

Reference room identifier

string
required

Reference room title

suppliers
array of objects
required
length ≥ 1

Supplier rooms to map

suppliers*
integer
required

Supplier row index (stable within the request)

string
required

Supplier room title

Responses

401

Unauthorized

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