v12

latestOpenAPI 3.0.1raw.githubusercontent.com2026-08-01252498556.8 KB
data-links

Generate data-link file upload URL

Creates a URL to upload files to the data-link associated with the given dataLinkId. For AWS S3 data-links, an additional follow-up request must be sent after your file upload has completed (or encountered an error) to finalize the upload - see the /upload/finish endpoint.

post/data-links/{dataLinkId}/upload

Path parameters

dataLinkIdstring required

Data-link string identifier

Query parameters

credentialsIdstring

Credentials string identifier

workspaceIdinteger

Workspace numeric identifier

Headers

Originstring nullable

Request body

contentLengthinteger
contentTypestring
fileNamestring

Response

OK

uploadIdstring
uploadUrlsstring[]