---
title: "Create Records"
method: POST
path: "/api/database/records/{tableName}"
tags: ["Client"]
---

# Create Records

`POST /api/database/records/{tableName}`

Create one or more records. Request body MUST be an array.

## Path parameters

- `tableName` string, required

## Headers

- `Prefer` 'return=representation'

## Request body

- object[]

## Response `201`

Records created

- object[]

## Other responses

- `400` — Invalid input
- `404` — Table not found

---

[API](https://skmtc.dev/insforge/apis/insforge-authentication-api.md) · [All operations](https://skmtc.dev/insforge/apis/insforge-authentication-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/insforge/insforge-authentication-api/revisions/a935bb49f932/schema)
