POST /api/v2/search supports four discovery patterns through one request shape.
Add context
Usecontext.locale and context.currency when geography or display currency changes what a useful match means.
Filter the result set
Filters can narrow capability types, execution domains, capability kinds, protocols, price bounds, executable routes, availability time, and country codes. Prefer a small number of requirements that you can explain to the user.Paginate
Setlimit from 1 to 50. When nextCursor is not null, send it unchanged with the same query, context, and filters. A cursor is opaque; do not decode or edit it.