Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
获取用于组织搜索词的主题分组。
GET /projects/{project_id}/topics
project_id
curl "https://topify-customer-api-production.up.railway.app/api/public/v1/projects/{project_id}/topics" \ -H "X-API-Key: tk_live_..."
resp = client.get(f"/projects/{project_id}/topics")
const resp = await fetch(`${BASE}/projects/${projectId}/topics`, { headers });
{ "success": true, "data": [ { "topic_id": "t1u2v3w4-...", "project_id": "a1b2c3d4-...", "name": "Product comparisons", "description": "Prompts comparing products in the category", "created_at": "2026-01-20T14:00:00+00:00" }, { "topic_id": "u5v6w7x8-...", "project_id": "a1b2c3d4-...", "name": "Pricing questions", "description": null, "created_at": "2026-01-20T14:05:00+00:00" } ] }
topic_id
name
description
created_at