cURL
curl --request POST \
--url https://app.teable.ai/api/base/%7BbaseId%7D/sign-attachment-urls \
--header 'Authorization: Bearer REPLACE_BEARER_TOKEN' \
--header 'content-type: application/json' \
--data '{"attachments":[{"path":"string","token":"string","mimetype":"image/png"}]}'{
"attachments": [
{
"token": "<string>",
"url": "<string>"
}
]
}base
Sign attachment URLs
Generate signed URLs for attachment files
POST
/
base
/
{baseId}
/
sign-attachment-urls
cURL
curl --request POST \
--url https://app.teable.ai/api/base/%7BbaseId%7D/sign-attachment-urls \
--header 'Authorization: Bearer REPLACE_BEARER_TOKEN' \
--header 'content-type: application/json' \
--data '{"attachments":[{"path":"string","token":"string","mimetype":"image/png"}]}'{
"attachments": [
{
"token": "<string>",
"url": "<string>"
}
]
}Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
The base ID
Body
application/json
List of attachments to sign
Show child attributes
Show child attributes
Response
200 - application/json
URLs signed successfully
List of signed attachments with their tokens and URLs
Show child attributes
Show child attributes
Last modified on March 5, 2026
Was this page helpful?
⌘I

