---
title: "Create a data set record"
method: POST
path: "/data-sets/{dataSetId}/records"
tags: ["Data Sets"]
---

# Create a data set record

`POST /data-sets/{dataSetId}/records`

Creates a new record in the specified data set.

## Path parameters

- `dataSetId` string, required

## Request body

- CreateDataSetRowRequest
  - `cells` object[]
    - `fieldId` string, required — The ID of the form field.
    - `value` union, required — The option's stored value.
      - number
      - string

## Response `201`

- CreateDataSetRowResponse
  - `id` string, required — The ID of the Data Set Record

## Other responses

- `400` — Invalid value for: body
- `default`

---

[API](https://skmtc.net/process/apis/process-street-public-api.md) · [All operations](https://skmtc.net/process/apis/process-street-public-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/process/process-street-public-api/revisions/6199a9464227/schema)
