Skip to main content
POST
/
v1
/
transcript
/
{transcriptID}
/
project
/
{projectID}
/
end
End transcript
curl --request POST \
  --url https://analytics-api.voiceflow.com/v1/transcript/{transcriptID}/project/{projectID}/end \
  --header 'authorization: <api-key>'

Authorizations

authorization
string
header
required

Voiceflow API key

Path Parameters

transcriptID
string
required

ID of the transcript to target.

projectID
string
required

ID of the target Voiceflow project.

Response

200 - undefined