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>"
}
]
}Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Body
application/json
Required array length:
1 - 20 elementsResponse
200 - application/json
Get attachments successfully
Show child attributes
Show child attributes
Last modified on March 5, 2026
Was this page helpful?
⌘I

