Skip to main content
POST
/
v1alpha1
/
public
/
knowledge-base
/
document
/
{documentID}
/
tags
/
attach
cURL
curl --request POST \
  --url https://realtime.voiceflow.com/v1alpha1/public/knowledge-base/document/{documentID}/tags/attach \
  --header 'Content-Type: application/json' \
  --data '
{
  "data": {
    "tags": [
      "<string>"
    ]
  }
}
'

Path Parameters

documentID
string
required

Body

application/json
data
object
required

Response

200

Attach many tags to one document by id in the target project