Skip to main content
POST
/
v1
/
preview
/
models
/
{model_id}
/
log
{
  "detail": [
    {
      "loc": [
        "<string>"
      ],
      "msg": "<string>",
      "type": "<string>"
    }
  ]
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

model_id
string
required

Body

application/json

Schema for logging trajectories.

split
string
required
trajectory_groups
TrajectoryGroup · object[]
required

Response

Successful Response