VoiceFlow Knowledge Base Tagging
Does anyone know how to tag documents in the knowledge base on Voiceflow, so that different agent steps on the canvas only retrieve information from specific knowledge base documents?
July 2025: the standalone Tags API is being sunset. The same filters keep working, you just add your labels in the field when you upload a document.
metadatabilling{
"query": "user question …",
"filters": {
"tags": { "include": {"items": ["billing"], "operator": "or"} }
}
}