put https://api.voiceflow.com/v2/transcripts///report_tag/
Add a tag to a transcript
Examples
This creates a tag that can be applied to your transcripts.
curl --request PUT
--url <https://api.voiceflow.com/v2/projects/66667c820c5aef4fa4bc173a/tags>
--header 'Authorization: VF.DM.XYZ'
--header 'content-type: application/json'
--data '{"label":"your tag"}'
This lists returns all tags available in your project
curl --request GET
--url <https://api.voiceflow.com/v2/projects/66667c820c5aef4fa4bc173a/tags>
--header 'Authorization: VF.DM.XWZ'