---
title: "Help center search index"
method: GET
path: "/api/help.json"
---

# Help center search index

`GET /api/help.json`

Lightweight search index of every visible help-center article across English, Spanish, and Portuguese. Used by in-site help search and by agent tools to surface support articles. Cache: public, max-age=3600.

## Response `200`

JSON array of help-center article records.

- object[]
  - `id` string, required
  - `slug` string, required
  - `lang` 'en' | 'es' | 'pt', required
  - `title` string, required
  - `url` string, uri
  - `type` string, required
  - `section` string, required
  - `cluster` string, required
  - `platforms` string[]
  - `feature_area` string
  - `priority` union
    - string
    - number

---

[API](https://skmtc.dev/dailybot/apis/dailybot-com-public-json-endpoints.md) · [All operations](https://skmtc.dev/dailybot/apis/dailybot-com-public-json-endpoints/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/dailybot/dailybot-com-public-json-endpoints/revisions/f1f338c9ed3f/schema)
