Create Transcript 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'

Language
Authorization
Header
Click Try It! to start a request and see the response here!