Suggest Trademarks
Suggest Trademarks
Trademark autocomplete with prefix matching and optional filters
GET
Suggest Trademarks
Overview
Returns trademark name suggestions for a prefix query. Designed for typeahead interfaces where low latency matters: suggestions come from the compact tier of the search index, with edge n-gram matching onmark_text. Results are returned as a non-paginated list (top N).
This endpoint requires the trademarks:read scope.
Query Parameters
Prefix query, between 2 and 200 characters.
Maximum number of suggestions to return, between 1 and 50.
Filter by jurisdiction codes, comma-separated (e.g.
?jurisdictions=US,EU).Filter by Nice classification numbers, 1 to 45, comma-separated (e.g.
?nice_classes=9,42).Filter by status stage, comma-separated (e.g.
?status_stage=registered,published).Response
Always
list.Always
false. Suggest is not paginated.Always
{ "cursor": null }.Unique request identifier for support and debugging.
Code Examples
Errors
| Status | Type | Description |
|---|---|---|
| 400 | validation_error | q shorter than 2 characters, limit outside 1-50, or invalid filter values |
| 401 | unauthorized | Missing or invalid API key |
| 403 | forbidden | API key lacks the trademarks:read scope |
| 429 | rate_limited | Rate limit exceeded |
Related Endpoints
- List Trademarks — multi-strategy text and phonetic search with aggregations and sort