cURL
curl --request GET \
--url 'https://app.teable.ai/api/template/published?featured=true&categoryId=tc_123&skip=0&take=100&search=template' \
--header 'Authorization: Bearer REPLACE_BEARER_TOKEN'template
Get templatepublished
get published template list
GET
/
template
/
published
cURL
curl --request GET \
--url 'https://app.teable.ai/api/template/published?featured=true&categoryId=tc_123&skip=0&take=100&search=template' \
--header 'Authorization: Bearer REPLACE_BEARER_TOKEN'Documentation Index
Fetch the complete documentation index at: https://help.teable.ai/llms.txt
Use this file to discover all available pages before exploring further.
授权
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
查询参数
Whether to get featured templates
示例:
true
The template category id
示例:
"tc_123"
The templates count you want to skip
示例:
0
The templates count you want to take
示例:
100
The search keyword for template name
示例:
"template"
响应
201
Successfully get published template list.
Last modified on March 5, 2026
此页面对您有帮助吗?
⌘I

