简体中文
Get Attachment information
cURL
curl --request POST \ --url 'https://app.teable.cn/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", "width": 100, "height": 100, "presignedUrl": "<string>" }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Attachment information
The response is of type object.
object