List Topics

Get all available topics organized by category. Use these to filter requests.

GET/api/v1/topics

List all available topics organized by category.

Notes

  • Cached endpoint - does not count against realtime quota

Response Example

200 OK
{
  "data": [
    {
      "slug": "productivity",
      "name": "Productivity",
      "topics": [
        "Notion",
        "Obsidian",
        "Roam Research",
        "Todoist"
      ]
    },
    {
      "slug": "developer-tools",
      "name": "Developer Tools",
      "topics": [
        "VS Code",
        "GitHub",
        "Cursor",
        "Copilot"
      ]
    }
  ]
}