Design, run, and analyze experiments with the Keywords AI Experiments API
create()
- Create a new experimentlist()
- List experiments with filteringget()
- Retrieve a specific experimentupdate()
- Update experiment configurationdelete()
- Delete an experimentstart()
- Start running an experimentstop()
- Stop a running experimentget_results()
- Get experiment results and analysisAsyncKeywordsAI
.
id
: Unique identifiername
: Human-readable namedescription
: Experiment descriptionvariants
: List of experiment variants to testmetrics
: Key metrics to trackstatus
: Current status (draft, running, completed, stopped)traffic_split
: How traffic is distributed between variantsstart_date
: When the experiment startedend_date
: When the experiment endedresults
: Statistical results and analysis