cURL
curl --request GET \
--url https://app.teable.ai/api/chat/onboarding/scenarios \
--header 'Authorization: Bearer REPLACE_BEARER_TOKEN'{
"scenarios": [
{
"id": "<string>",
"placeholder": "<string>",
"prompt": "<string>",
"files": [
{
"token": "<string>",
"fileName": "<string>",
"path": "<string>",
"presignedUrl": "<string>",
"mimetype": "<string>",
"size": 123
}
]
}
]
}chat
Get chatonboardingscenarios
Get onboarding scenarios with presigned URLs for attachments
GET
/
chat
/
onboarding
/
scenarios
cURL
curl --request GET \
--url https://app.teable.ai/api/chat/onboarding/scenarios \
--header 'Authorization: Bearer REPLACE_BEARER_TOKEN'{
"scenarios": [
{
"id": "<string>",
"placeholder": "<string>",
"prompt": "<string>",
"files": [
{
"token": "<string>",
"fileName": "<string>",
"path": "<string>",
"presignedUrl": "<string>",
"mimetype": "<string>",
"size": 123
}
]
}
]
}Last modified on March 5, 2026
此页面对您有帮助吗?
⌘I

