Skip to main content
POST

Authorizations

Authorization
string
header
required

Paste your VTurb API token (vt_...). Sent as Authorization: Bearer <token>.

Path Parameters

id
string
required
type
enum<string>
required
Available options:
turbo,
headline,
smart_autoplay

Body

application/json

Only turbo takes a body (speed_start / speed_end). headline and smart_autoplay configure their variants with PATCH beforehand and run with no body.

speed_start
number<float>
required

Playback speed the turbo range starts at (turbo only).

Required range: 0.9 <= x <= 1.5
Example:

1.2

speed_end
number<float>
required

Playback speed the turbo range ends at (turbo only). Must be greater than or equal to speed_start.

Required range: 0.9 <= x <= 1.5
Example:

1.4

Response

The test starts running. Turbo takes its speed range at start (speed_start/speed_end); only one test of a type can run at a time.

id
string
required
experiment
object
required