Generate link to upload file (v1)

Generates a link to upload a file for file-type columns. Use the resulting upload_id when you create or update a record.

Authentication

AuthorizationBearer

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

Path Parameters

data_table_idstringRequired
The ID of the data table.
field_idstringRequired
The ID of the file column for the file to be uploaded.

Response

Successful response
dataobject

Errors