Retrieve your Voiceflow project files. It will either be a:
.vf file which contains all the information of a project including details about blocks and steps in the diagrams..vfr file which includes a more concise version of the project in the programs property. We recommend to use this file for any programmatic analysis or integrating with third-party tooling.In order to reliably use the .vfr file’s programs property, we recommend selecting the “Publish” or “Run” button from the canvas after any updates to the project to ensure it is reflected in the file.
All requests made to the Project API must be validated with the project DM API Key.
Voiceflow project ID. This is meant to be used in conjunction with a versionID alias on the path.
"63204daf2c4a550006873773"
Voiceflow project version ID. You can also use 'development' to identify the version on canvas or 'production' to identify the published version. However if using an alias this must be used in conjuction with the projectid header.
"63204daf2c4a550006873772"
If specified returns a .vfr file
true, false true
OK