Quick Start Guide

Use our APIs to launch to any channel or to build a custom production workflow

📘

What can you do with our APIs?

Join our discord here to get help and see what people are building!👾

Voiceflow lets teams build, test, and launch AI agent (also referred to as a 'project' or 'assistant') to any channel, for any use case.

APIs

Voiceflow offers a suite of APIs to launch and host AI Agents, as well as build custom tools, interfaces and workflows on-top of Voiceflow.

Popular APIs include:

These APIs can be used together with Voiceflow's Agent building platform to create custom solutions.

Popular solutions include:

  1. Single Source of Truth: Use the Voiceflow Agent Builder as a single-source of truth for Agent designs, programmatically retrieving structured design content (JSON) with the Project API
  2. Build and Launch: build low-code with the Agent builder, deploy with the Dialog API
  3. Managed Knowledge Base: use the Knowledge Base Management API and Knowledge Base Query API to act as a managed Knowledge Base service

Custom Launch

Using our Dialog API directly gives you the flexibility to launch to any channel. These code samples and others on our github provide a starting point to launch to a custom channel.

How Voiceflow works

Voiceflow is a collaborative tool that features a powerful collaborative low-code AI agent building platform. Agents built with Voiceflow are represented by structured JSON files called .VF files.

The below Voiceflow Agent design is an example of what is structured using the .VF JSON file.

You can find Voiceflow's Agent design platform documentation here.

Launch your agent directly

Agents built on Voiceflow offer a Dialog API which manages conversation state at runtime.

This enables developers to offload the mundane work of managing dialog state machines to the designer who creates and maintains the conversation logic with Voiceflow's graphic design interface. Developers can use the Dialog API for production use cases, or custom interface prototypes, where Voiceflow is hidden in the background.

Private cloud deployments are available upon request. The Dialog API can use Voiceflow's NLU, or your own 3rd party or custom NLU to resolve intents.


What’s Next

More details on our Dialog Manager API: