Skip to main content
POST
/
results
/
estimation
Estimate duration
curl --request POST \
  --url https://api.kameleoon.com/results/estimation \
  --header 'Content-Type: application/json' \
  --data '
{
  "trafficAllocation": {},
  "dailyVisitors": 123,
  "conversionRate": 123,
  "reliability": 123,
  "improvement": 123
}
'
{
  "days": 123
}

Documentation Index

Fetch the complete documentation index at: https://docs.kameleoon.com/llms.txt

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

Body

application/json
trafficAllocation
object
dailyVisitors
integer<int64>
conversionRate
number<double>
reliability
number<double>
improvement
number<double>

Response

OK

days
integer<int64>