suggestionType (location and job title only). This endpoint does not run a search. Copy suggestion values into inputFieldMapping on find (jobTitle or location fields). Job title find uses jobTitle with default match CONTAINS; use jobTitleMatchMode EXACT or SIMILAR for tighter matching.curl --location 'https://app.highperformr.ai/api/schema/verified-discovery/search-suggestions/?q=' \
--header 'x-api-key: <api-key>'{
"data": [
{
"label": "string",
"value": null
}
]
}