Upload File
Uploads a file to a new or specified record.
Authentication
AuthorizationBearer
Access token, prefixed by Bearer .
Path parameters
vaultID
Request
This endpoint expects a multipart form.
tableName
Name of the table.
columnName
Name of the column that contains the file.
skyflowID
ID of the record to update.
file
Path of the file to upload. Each request only supports one file.
returnFileMetadata
If true, returns metadata about the uploaded file.
Response
OK
skyflowID
ID of the record to update.
fileMetadata
Metadata for the uploaded file with keys based on the name of the column containing the file.