cURL
curl --request POST \
--url https://app.teable.ai/api/chat/onboarding/attachments \
--header 'Authorization: Bearer REPLACE_BEARER_TOKEN' \
--header 'content-type: application/json' \
--data '{"tokens":["string"]}'{
"attachments": [
{
"token": "<string>",
"name": "<string>",
"path": "<string>",
"mimetype": "<string>",
"size": 123,
"presignedUrl": "<string>"
}
]
}chat
Post chatonboardingattachments
Get attachment info by tokens. Used for landing page onboarding flow.
POST
/
chat
/
onboarding
/
attachments
cURL
curl --request POST \
--url https://app.teable.ai/api/chat/onboarding/attachments \
--header 'Authorization: Bearer REPLACE_BEARER_TOKEN' \
--header 'content-type: application/json' \
--data '{"tokens":["string"]}'{
"attachments": [
{
"token": "<string>",
"name": "<string>",
"path": "<string>",
"mimetype": "<string>",
"size": 123,
"presignedUrl": "<string>"
}
]
}Last modified on March 5, 2026
此页面对您有帮助吗?
⌘I

