简体中文
Upload attachment
cURL
curl --request POST \ --url https://app.teable.cn/api/attachments/upload/%7Btoken%7D \ --header 'Authorization: Bearer REPLACE_BEARER_TOKEN' \ --header 'content-type: application/json' \ --data '"string"'
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
upload attachment
The body is of type file.
file
Upload successful