post https://api.voiceflow.com/v3alpha/knowledge-base/tags
Create tags that can be attached to Knowledge Base documents to filter and organize them (improving query response accuracy).
All requests to any Knowledge Base APIs require a Dialog Manager API Key.
To obtain this key, go to the Integration tab on the project you uploaded data sources to and click the "Copy API key" button.
Example
Request
{
"data": {
"label": "technical"
}
}
Response
{
"data": {
"label": "technical",
"tagID": "651ebb247770e893e3768507"
}
}