---
title: "POST /base"
method: POST
path: "/base"
tags: ["base"]
---

# POST /base

`POST /base`

Create a base

## Request body

- object
  - `spaceId` string, required
  - `name` string
  - `icon` string

## Response `201`

Returns information about a successfully created base.

- object
  - `id` string, required
  - `name` string, required
  - `spaceId` string, required

---

[API](https://skmtc.net/teable/apis/teable-app.md) · [All operations](https://skmtc.net/teable/apis/teable-app/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/teable/teable-app/revisions/7515f3b33d79/schema)
