# Create an experiment Creates a new draft experiment with the specified configuration. Endpoint: POST /projects/{project_id}/experiments/ Version: 0.7.5 Security: ApiKeyAuth ## Path parameters: - `project_id` (string, required) ## Request fields (application/json): - `name` (string, required) A description identifying the experiment. - `version` (integer, required) ID of the experiment version/type to use - `datasets` (array, required) List of dataset IDs to use in this experiment - `training_datasets` (array) List of training dataset IDs (optional) - `config` (any) - `language` (string) The language used for the experiment’s interface. * en - English * fr - French * de - German * zh-hans - Chinese (simplified) * es - Spanish * hi - Hindi * pl - Polish * vi - Vietnamese Enum: "en", "fr", "de", "zh-hans", "es", "hi", "pl", "vi" ## Response 201 fields (application/json): - `id` (string, required) - `name` (string, required) A description identifying the experiment. - `type` (string, required) - `language` (string) The language used for the experiment’s interface. * en - English * fr - French * de - German * zh-hans - Chinese (simplified) * es - Spanish * hi - Hindi * pl - Polish * vi - Vietnamese Enum: "en", "fr", "de", "zh-hans", "es", "hi", "pl", "vi" - `dataset_ids` (array, required) - `job_ids` (array, required) - `training_dataset_ids` (array, required) - `date_created` (string, required) - `date_updated` (string, required) - `config` (any)