cURL
curl --request POST \
--url https://app.teable.ai/api/space \
--header 'Authorization: Bearer REPLACE_BEARER_TOKEN' \
--header 'content-type: application/json' \
--data '{"name":"string"}'{
"id": "<string>",
"name": "<string>"
}space
Post space
Create a space
POST
/
space
cURL
curl --request POST \
--url https://app.teable.ai/api/space \
--header 'Authorization: Bearer REPLACE_BEARER_TOKEN' \
--header 'content-type: application/json' \
--data '{"name":"string"}'{
"id": "<string>",
"name": "<string>"
}Last modified on March 5, 2026
此页面对您有帮助吗?
⌘I

