Skip to main content
PUT
/
v1
/
threads
/
{threadId}
/
tags
Set thread tags
curl --request PUT \
  --url https://capy.ai/api/v1/threads/{threadId}/tags \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "tags": [
    "<string>"
  ]
}
'
{
  "tags": [
    {
      "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

threadId
string
required

Thread jam ID.

Body

application/json
tags
string[]
required
Maximum array length: 20
Required string length: 1 - 64
Pattern: ^[a-z0-9][a-z0-9_-]{0,63}$

Response

Success

tags
object[]
required