---
title: "Create a new table"
method: POST
path: "/v1/table/{name}/create/"
tags: ["Tables"]
---

# Create a new table

`POST /v1/table/{name}/create/`

Create a new table

## Path parameters

- `name` string, required

## Response `200`

Table successfully created

## Other responses

- `400` — Invalid request
- `401` — Unauthorized
- `404` — Not found

---

[API](https://skmtc.net/lancedb/apis/lancedb-cloud-api.md) · [All operations](https://skmtc.net/lancedb/apis/lancedb-cloud-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/lancedb/lancedb-cloud-api/versions/ba6a93e8b48d/schema)
