Skip to main content
PUT
/
transcripts
/
{projectID}
/
{transcriptID}
/
report_tag
/
{reportTagID}
Create Transcript Tag
curl --request PUT \
  --url https://api.voiceflow.com/v2/transcripts/{projectID}/{transcriptID}/report_tag/{reportTagID} \
  --header 'Authorization: <api-key>'

Authorizations

Authorization
string
header
required

All requests made to the Project API must be validated with the project DM API Key.

Path Parameters

projectID
string
required

Voiceflow project ID

Example:

"63204daf2c4a550006873772"

transcriptID
string
required

Voiceflow transcript ID

Example:

"63204daf2c4a550006873773"

reportTagID
string
required

Voiceflow tag ID

Example:

"63204daf2c4a550006873774"

Response

200

OK