curl -X GET "https://api.helicone.ai/v1/prompt-2025/tags" \
-H "Authorization: Bearer $HELICONE_API_KEY"
[
"support",
"chatbot",
"classification",
"customer",
"analytics",
"qa"
]
Retrieve all available prompt tags
curl -X GET "https://api.helicone.ai/v1/prompt-2025/tags" \
-H "Authorization: Bearer $HELICONE_API_KEY"
[
"support",
"chatbot",
"classification",
"customer",
"analytics",
"qa"
]
curl -X GET "https://api.helicone.ai/v1/prompt-2025/tags" \
-H "Authorization: Bearer $HELICONE_API_KEY"
[
"support",
"chatbot",
"classification",
"customer",
"analytics",
"qa"
]
Was this page helpful?