🚀 Claude Opus 4.6 + 171 Models Launched! See our changelog for details.
Get attachment info by tokens. Used for landing page onboarding flow.
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>" } ] }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
1 - 20
Get attachments successfully
Show child attributes
Was this page helpful?