Skip to main content
GET
/
v1
/
prompt-2025
/
tags
curl -X GET "https://api.helicone.ai/v1/prompt-2025/tags" \
  -H "Authorization: Bearer $HELICONE_API_KEY"
[
  "support",
  "chatbot",
  "classification",
  "customer",
  "analytics",
  "qa"
]

Documentation Index

Fetch the complete documentation index at: https://docs.helicone.ai/llms.txt

Use this file to discover all available pages before exploring further.

Retrieves a list of all unique tags used across all prompts in the organization.

Response

Returns an array of unique tag strings.
curl -X GET "https://api.helicone.ai/v1/prompt-2025/tags" \
  -H "Authorization: Bearer $HELICONE_API_KEY"
[
  "support",
  "chatbot",
  "classification",
  "customer",
  "analytics",
  "qa"
]