POST

Create File Upload Url


Developer Preview

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.

Authentication

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

Permissions
Manage Blog
Manage Bookings Services and Settings
Manage Challenges
Access Verticals by Automations
Set Up Automations
Manage All Data Resources
Manage Data Items
Data Mover Manage Jobs
Read Data Items
Manage Events
Manage Portfolio
Manage Restaurants - all permissions
Manage Stores
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?