This API is subject to change. Bug fixes and new features will be released based on developer feedback throughout the preview period.
Creates an upload URL for a data source file.
Before submitting a job to import data from a file to a collection, call this method to generate an upload URL. Use the uploadUrl
in the response to upload your source file. For example:
curl --request PUT --upload-file "${path_to_file}" "${uploadUrl}"
Note: The URL is valid for 15 minutes.
This method doesn't return any custom errors, but may return standard errors. Learn more about standard Wix errors.