Skip to main content
POST
cURL

Authorizations

Authorization
string
header
required

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

Path Parameters

baseId
string
required

Body

application/json
worksheets
object
required
attachmentUrl
string
required
fileType
enum<string>
required
Available options:
csv,
excel
tz
string
required

The time zone that should be used to format dates

notification
boolean
folderId
string

Target folder (node id or folder id); tables land at root when omitted.

Response

200

SSE stream with import progress events and the created tables

Last modified on September 15, 2026