---
title: "Table Create From Digests"
method: POST
path: "/table/create_from_digests"
tags: ["Tables"]
---

# Table Create From Digests

`POST /table/create_from_digests`

## Request body

- TableCreateFromDigestsReq
  - `project_id` string, required
  - `row_digests` string[], required

## Response `200`

Successful Response

- TableCreateFromDigestsRes
  - `digest` string, required

## 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)
