POST

Create File Upload Url


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.

Authentication

You can only call this method when authenticated as a Wix app or Wix user identity.

Permissions
Data Mover Manage Jobs
Learn more about app permissions.
Endpoint
POST
https://www.wixapis.com/data-mover/v1/temporary-files/upload-url

Errors

This method doesn't return any custom errors, but may return standard errors. Learn more about standard Wix errors.

Did this help?