POST
/
attachments
/
upload
/
{token}
curl --request POST \
  --url https://app.teable.io/api/attachments/upload/%7Btoken%7D \
  --header 'Authorization: Bearer REPLACE_BEARER_TOKEN' \
  --header 'content-type: application/json' \
  --data '"string"'

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

token
string
required

Body

application/json · file
upload attachment

The body is of type file.