Skip to main content
POST
/
v1
/
ab-tests
/
:id
/
extend
Extend a running experiment’s collection window
curl --request POST \
  --url https://api.verlon.ai/v1/ab-tests/:id/extend \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "minSampleSize": 123,
  "durationDays": 123,
  "maxRequests": 123
}
'
{
  "error": "<string>",
  "message": "<string>",
  "details": "<unknown>"
}

Documentation Index

Fetch the complete documentation index at: https://docs.verlon.ai/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

Layer API key (prefixed sk-). Generated from the dashboard under Settings → API Keys, or via layer key create in the CLI.

Body

application/json
minSampleSize
number
durationDays
number
maxRequests
number

Response

Updated experiment row.