concepts
Perform a semantic fuzzy search on concepts
Allows authenticated clients to search concepts using Forem's semantic embeddings database.
get/api/concepts/search
Query parameters
qstring required
The search query term to match semantically.
per_pageinteger
Limit of concepts returned (default 10, max 50).
thresholdnumber
Optional cosine distance threshold (between 0.0 and 2.0) to filter results.
Response
successful