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

Documentation Index

Fetch the complete documentation index at: https://docs.voiceflow.com/llms.txt

Use this file to discover all available pages before exploring further.

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