cURL
curl --request POST \
--url https://app.teable.ai/api/base/%7BbaseId%7D/dashboard \
--header 'Authorization: Bearer REPLACE_BEARER_TOKEN' \
--header 'content-type: application/json' \
--data '{"name":"string"}'{
"id": "<string>",
"name": "<string>"
}dashboard
Post base dashboard
Create a new dashboard
POST
/
base
/
{baseId}
/
dashboard
cURL
curl --request POST \
--url https://app.teable.ai/api/base/%7BbaseId%7D/dashboard \
--header 'Authorization: Bearer REPLACE_BEARER_TOKEN' \
--header 'content-type: application/json' \
--data '{"name":"string"}'{
"id": "<string>",
"name": "<string>"
}Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Body
application/json
Last modified on March 5, 2026
Was this page helpful?
⌘I

