POST
/
api
/
parea
/
v1
/
experiment
curl --request POST \
  --url https://parea-ai-backend-us-9ac16cdbc7a7b006.onporter.run/api/parea/v1/api/parea/v1/experiment \
  --header 'Content-Type: application/json' \
  --header 'x-user-id: <api-key>' \
  --data '{
  "metadata": {
    "dataset": "dev 123"
  },
  "name": "Test Experiment",
  "project_uuid": "...",
  "run_name": "test-experiment"
}'
{
  "created_at": "2024-05-30 13:48:34",
  "metadata": {
    "dataset": "dev 123"
  },
  "name": "Test Experiment",
  "project_uuid": "...",
  "run_name": "test-experiment",
  "uuid": "..."
}

Authorizations

x-user-id
string
header
required

Body

application/json

Response

200
application/json
Successful Response

The response is of type object.