Ask AIAttaches KB tags to a document.post https://api.voiceflow.com/v3alpha/knowledge-base/docs/{documentID}/tags/attachAttaches existing KB tags to a document (documentID).🚧The Tags API is a legacy API. We recommend adding tags at metadata to your documents moving forward.Future features will not be compatible with the Tags API. Example Request JSON{ "data": { "tags": [ "advanced", "big_scale" ] } } Response Successful response will be blank.