Skip to main content
GET
/
v1
/
projects
/
{projectId}
/
tags
List tags
curl --request GET \
  --url https://capy.ai/api/v1/projects/{projectId}/tags \
  --header 'Authorization: Bearer <token>'
{
  "items": [
    {
      "name": "<string>"
    }
  ]
}

Documentation Index

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

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

Authorizations

Authorization
string
header
required

API token (capy_xxxx). Generate at capy.ai/settings/tokens

Path Parameters

projectId
string
required

Project ID.

Response

Success

items
object[]
required