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