cURL
curl --request POST \
--url https://app.teable.ai/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>"
}base
Post base
Create a base
POST
/
base
cURL
curl --request POST \
--url https://app.teable.ai/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>"
}Last modified on March 5, 2026
此页面对您有帮助吗?
⌘I

