Skip to main content
POST
Create project

Authorizations

Authorization
string
header
required

Voiceflow bearer token

Body

application/json
name
string
required
workspaceID
string
required

The ID of the workspace the project belongs to.

type
enum<string>
required

The channel type of the project to create.

Available options:
webchat,
phone-call

Response

201 - application/json

Creates the project and returns it, including the ID that most other endpoints take as their projectID query parameter.

project
object
required