Skip to main content
GET
/
v1
/
projects
/
{projectId}
/
tags
curl --request GET \
  --url https://api.finseo.ai/v1/projects/67a1c2d3e4f5061728394a5b/tags \
  --header 'Authorization: Bearer sk_live_xxxxxxxx'
{
  "data": [
    "Finseo",
    "branded",
    "comparison",
    "enterprise",
    "product"
  ]
}

Documentation Index

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

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

Returns all unique tag names used on active prompts in the project. Tags help segment Finseo analytics (e.g. branded vs unbranded, or campaign labels).
projectId
string
required
Project identifier.
curl --request GET \
  --url https://api.finseo.ai/v1/projects/67a1c2d3e4f5061728394a5b/tags \
  --header 'Authorization: Bearer sk_live_xxxxxxxx'
{
  "data": [
    "Finseo",
    "branded",
    "comparison",
    "enterprise",
    "product"
  ]
}