POST
/
base
curl --request POST \
  --url https://app.teable.io/api/base \
  --header 'Authorization: Bearer REPLACE_BEARER_TOKEN' \
  --header 'content-type: application/json' \
  --data '{"spaceId":"string","name":"string","icon":"string"}'
{
  "id": "<string>",
  "name": "<string>",
  "spaceId": "<string>"
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json
spaceId
string
required
name
string
icon
string

Response

201 - application/json
Returns information about a successfully created base.
id
string
required
name
string
required
spaceId
string
required