---
title: "Table Create"
method: POST
path: "/table/create"
tags: ["Tables"]
---

# Table Create

`POST /table/create`

## Request body

- TableCreateReq
  - `table` TableSchemaForInsert, required
    - `project_id` string, required
    - `rows` object[], required

## Response `200`

Successful Response

- TableCreateRes
  - `digest` string, required
  - `row_digests` string[] — The digests of the rows that were created

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/wandb/apis/fastapi.md) · [All operations](https://skmtc.net/wandb/apis/fastapi/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/wandb/fastapi/versions/56745769989b/schema)
