Authorizations
Headers
Path Parameters
Body
application/json
curl --request PUT \
--url https://statsigapi.net/console/v1/experiments/{id}/start \
--header 'Content-Type: application/json' \
--header 'STATSIG-API-KEY: <api-key>' \
--data '{
"analysisStartTime": "2024-10-01",
"analysisEndTime": "2024-10-30",
"turboMode": false
}'{
"message": "Experiment successfully started."
}curl --request PUT \
--url https://statsigapi.net/console/v1/experiments/{id}/start \
--header 'Content-Type: application/json' \
--header 'STATSIG-API-KEY: <api-key>' \
--data '{
"analysisStartTime": "2024-10-01",
"analysisEndTime": "2024-10-30",
"turboMode": false
}'{
"message": "Experiment successfully started."
}Was this page helpful?