Please login first | Sign up Login
REST service for Term-to-Id mapping

1. Select dictionaries

Select Reset

2. Specify options

  • get the entries whose similarity to an input term is higher than (0.0 < threshold <= 1.0).
  • get entries per a term at most (when 0, all results will be returned).
    • Simple format shows only the IDs.
    • Rich format shows IDs together with the matching score and the source dictionary.

3. Generate URL


!. You can POST a list of terms to the URL, to get their IDs

for example
curl -H "content-type:application/json" -d '["term1", "term2", ...]' URL



Back