Topics are groups that organize your prompts by theme or category (e.g., “Product comparisons”, “Pricing questions”). Each prompt belongs to one topic.Documentation Index
Fetch the complete documentation index at: https://docs.topify.ai/llms.txt
Use this file to discover all available pages before exploring further.
List topics
Path parameters
| Param | Type | Description |
|---|---|---|
project_id | string (UUID) | The project ID |
Query parameters
None.- cURL
- Python
- JavaScript
Response
TopicResponse fields
| Field | Type | Nullable | Description |
|---|---|---|---|
topic_id | string (UUID) | No | Topic ID |
project_id | string (UUID) | No | Parent project ID |
name | string | No | Topic display name |
description | string | Yes | Topic description |
created_at | string (ISO 8601) | No | Creation timestamp |
topic_id to correlate prompts to their topic group via the topic_id field in the prompts and overview endpoints.