Skip to main content
POST
Create many checks

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
turnID
string
required

The ID of the turn to attach these checks to.

checks
object[]
required

Response

201 - application/json

Creates every check in the request body against the single turn named there and returns them with their assigned IDs. Types can be mixed in one batch, so a response, a routing, and a tool check can all land on the same turn.

checks
object[]
required