Skip to main content
This document describes how to upload attachments in AI Table. Uploading an attachment in AI Table works similarly to the action shown below. Uploading an attachment involves three steps:
  1. Get the upload information. For details, see the Get resource upload information API.
  2. Upload the local file to the uploadUrl returned in step 1. Use a PUT request to upload the local file. The following is an example using the cURL command (the @ symbol in the example is required).
  3. Call the Insert records and Update multiple records APIs to write the attachment into AI Table. The format of the record value is as follows.