🚀 Visual Navigation for Link Fields! See our changelog for details.
curl --request POST \
--url 'https://app.teable.ai/api/attachments/notify/%7Btoken%7D?filename=SOME_STRING_VALUE' \
--header 'Authorization: Bearer REPLACE_BEARER_TOKEN'{
"token": "xxxxxxxxxxx",
"size": 1024,
"url": "/bucket/xxxxx",
"path": "/table/xxxxxx",
"mimetype": "video/mp4",
"presignedUrl": "<string>",
"width": 100,
"height": 100
}Get Attachment information
curl --request POST \
--url 'https://app.teable.ai/api/attachments/notify/%7Btoken%7D?filename=SOME_STRING_VALUE' \
--header 'Authorization: Bearer REPLACE_BEARER_TOKEN'{
"token": "xxxxxxxxxxx",
"size": 1024,
"url": "/bucket/xxxxx",
"path": "/table/xxxxxx",
"mimetype": "video/mp4",
"presignedUrl": "<string>",
"width": 100,
"height": 100
}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.
Attachment information
Token for the uploaded file
"xxxxxxxxxxx"
File size in bytes
1024
URL of the uploaded file
"/bucket/xxxxx"
file path
"/table/xxxxxx"
MIME type of the uploaded file
"video/mp4"
Preview url
Image width of the uploaded file
100
Image height of the uploaded file
100
Was this page helpful?