Skip to main content
GET
Search feature requests semantically

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Headers

project
string
required

Query Parameters

query
string
required
  • Required free-text description of the requested feature.
limit
number<double>
  • Size of the candidate set retrieved before reranking (default: 10). The reranked response is still capped at 3 matches unless minScore=0 is passed.
minScore
number<double>
  • Minimum rerank relevance score, 0-1 (default: 0.35). 0 disables reranking and returns up to limit candidates.

Response

200 - application/json

Ok