cURL
curl --request POST \
--url https://app.teable.ai/api/base/%7BbaseId%7D/chat/resolve-attachments \
--header 'Authorization: Bearer REPLACE_BEARER_TOKEN' \
--header 'content-type: application/json' \
--data '{"tokens":["string"],"nameHints":{"property1":"string","property2":"string"}}'{
"success": true,
"attachments": [
{
"token": "<string>",
"url": "<string>",
"name": "<string>",
"mimetype": "<string>",
"size": 123,
"path": "<string>"
}
],
"error": "<string>"
}chat
Post base chatresolve attachments
Resolve attachment tokens to presigned URLs
POST
/
base
/
{baseId}
/
chat
/
resolve-attachments
cURL
curl --request POST \
--url https://app.teable.ai/api/base/%7BbaseId%7D/chat/resolve-attachments \
--header 'Authorization: Bearer REPLACE_BEARER_TOKEN' \
--header 'content-type: application/json' \
--data '{"tokens":["string"],"nameHints":{"property1":"string","property2":"string"}}'{
"success": true,
"attachments": [
{
"token": "<string>",
"url": "<string>",
"name": "<string>",
"mimetype": "<string>",
"size": 123,
"path": "<string>"
}
],
"error": "<string>"
}Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Body
application/json
Last modified on March 5, 2026
Was this page helpful?
⌘I

