🚀 @ Any Node in AI Chat! See our changelog for details.
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>"
}
]
}Generate signed URLs for attachment files
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>"
}
]
}Documentation Index
Fetch the complete documentation index at: https://help.teable.ai/llms.txt
Use this file to discover all available pages before exploring further.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
The base ID
List of attachments to sign
Show child attributes
URLs signed successfully
List of signed attachments with their tokens and URLs
Show child attributes
Was this page helpful?