Resolve a natural-language taxonomy term to its id/path
Resolve a natural-language taxonomy term (color, size, family, gender, …) to its taxonomy id and path for filtering. Runs a layered cascade: exact equality, then alias/abbreviation containment, then multi-token ILIKE (so ‘bleu turquoise’ resolves the ‘Turquoise’ node), then a semantic fallback. Omit type to search all 12 taxonomy types. NOTE: limit is applied PER taxonomy type, so omitting type can return up to 12 × limit nodes (default 60, max 240). Results are ordered by score desc.
Authorizations
User session token issued by NextAuth. For human users accessing Solya via the web application.
Query Parameters
Natural-language taxonomy term to resolve, e.g. 'bleu turquoise', 'M', 'running'
1Restrict to one taxonomy type (size, color, family, gender, …); omit to search all 12 types
size, color, gender, category, family, sport, style, design, shape, brand_typology, brand_typology_by_style_and_target_audience, movement_type Maximum matches returned PER taxonomy type (1–20). With type omitted this applies to each of the 12 types, so the response can hold up to 12 × limit nodes (default 60, max 240).
1 <= x <= 20Restrict to a single language; omit to search all languages
en, fr 
