cURL
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
}attachments
Post attachmentsnotify
Get Attachment information
POST
/
attachments
/
notify
/
{token}
cURL
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
}Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Query Parameters
Response
201 - application/json
Attachment information
Token for the uploaded file
Example:
"xxxxxxxxxxx"
File size in bytes
Example:
1024
URL of the uploaded file
Example:
"/bucket/xxxxx"
file path
Example:
"/table/xxxxxx"
MIME type of the uploaded file
Example:
"video/mp4"
Preview url
Image width of the uploaded file
Example:
100
Image height of the uploaded file
Example:
100
Last modified on March 5, 2026
Was this page helpful?
⌘I

