Skip to main content
POST
Create many turns

Authorizations

Authorization
string
header
required

Voiceflow bearer token

Query Parameters

projectID
string
required

The ID of the project to operate on.

environmentAlias
string
required

The alias of the environment to operate on (e.g. main).

Body

application/json
testID
string
required

The ID of the test to attach these turns to.

turns
object[]
required

Response

201 - application/json

Creates every turn in the request body against the single test named there and returns them with their assigned IDs. Checks are not part of this call: create them separately against an agent turn's id.

turns
object[]
required