---
title: "POST /api/daily-probes"
method: POST
path: "/api/daily-probes"
tags: ["daily-probe-controller"]
---

# POST /api/daily-probes

`POST /api/daily-probes`

## Request body

- DailyProbeRequestDTO
  - `trials` DailyProbeTrialDTO[]
    - `stimulus` string
    - `response` string
    - `rtMs` integer
    - `correct` boolean
  - `speed` number, double
  - `accuracy` integer
  - `lapseCount` integer
  - `variability` number, double

## Response `200`

OK

---

[API](https://skmtc.dev/nerds-odd-e/apis/openapi-definition.md) · [All operations](https://skmtc.dev/nerds-odd-e/apis/openapi-definition/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/nerds-odd-e/openapi-definition/revisions/44ef688a3dcd/schema)
