ratty-blush
ratty-blush15mo ago

Get access to the alpha API

I would like to get access to the alpha API used in the Indochino example.
1 Reply
Tico | Voiceflow Assistant
To get access to the API used in the Indochino example, follow these steps: 1. Open the Assistant Project: Start by opening the project you are working on in Voiceflow. 2. Navigate to Integrations: On the left-hand menu, select the Integrations tab. 3. Copy the Dialog API Key: In the Dialog API section, you will find the Dialog API Key. Copy this key. 4. Use the API Key in Your Code: - HTML and JQuery: Replace 'YOURAPIKEYHERE' in index.html with your API Key. Open index.html in any browser to start your chat. - Node.js: If you don't have Node.js, install it from nodejs.org. In your project folder, run npm install. Replace 'YOURAPIKEYHERE' in index.js with your Dialog Manager API Key. Run npm start to start your chat. For more detailed instructions and examples, you can refer to the Voiceflow API Examples repository. For further guidance, you can check out the following resources: - Voiceflow Developer Documentation - Voiceflow Design Best Practices

Did you find this page helpful?