Search help center articles
Searches current Leadtime documentation with hybrid text and semantic ranking.
Use cases:
- Build in-product help search
- Suggest relevant documentation from API clients
- Resolve documentation slugs before fetching article Markdown
What is returned:
- Stable documentation slug
- Breadcrumb and per-locale titles/descriptions
- Available locales
- Hybrid relevance score
Use GET /help-center/article with the returned slug to fetch the full article Markdown.
GET
/help-center/searchAuthorization
AuthorizationOAuth2 access token · headerrequiredScopes:
api:reador
AuthorizationBearer token (JWT) · headerrequiredQuery parameters
searchTermstringrequiredSearch term used to find relevant help center articles.
Responses
200
Matching help center articles
resultsHelpCenterSearchResultDto[]requiredShow propertiesHide properties
Array of
HelpCenterSearchResultDtoavailableLocalesstring[]requiredbreadcrumbstring[]requiredDocumentation path segments above this article.
descriptionsHelpCenterLocalizedValueDtorequiredShow propertiesHide properties
destringenstringrelevanceScorenumberrequiredBest hybrid search score among localized variants.
slugstringrequiredStable documentation slug used to retrieve the article.
titlesHelpCenterLocalizedValueDtorequiredShow propertiesHide properties
destringenstringsearchTermstringrequiredtotalResultsnumberrequired401
Unauthorized - Invalid or missing authentication token
403
Forbidden - Insufficient API scopes or permissions
502
Documentation search request failed upstream
503
Help center search is not configured on this server