🚀 Bulk Download Attachments Are Live! See our changelog for details.
cURL
curl --request POST \ --url https://app.teable.ai/api/attachments/upload/%7Btoken%7D \ --header 'Authorization: Bearer REPLACE_BEARER_TOKEN' \ --header 'content-type: application/json' \ --data '"string"'
Upload attachment
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
Was this page helpful?