Articles

Search your published knowledge base articles programmatically. Articles are managed through the dashboard and published to your public knowledge base portal.

GET/api/v1/articles/search

Search published knowledge base articles by keyword and optionally filter by category.

const results = await helmdesk.articles.search({
  q: 'reset password',
  category: 'getting-started',
})

Public knowledge base

Published articles are automatically available at your project's public portal: helmdesk.dev/p/your-slug/articles. No API key is required to view published articles through the portal.