Multi FileFeed Imports
Create a direct file upload for a Multi FileFeed import
Creates a direct upload for a Multi FileFeed import. Returns an upload_id, a presigned_url, and a content_type. The client must PUT the file directly to the presigned_url, setting the returned content_type as the Content-Type header on the PUT request (the file store will reject the upload otherwise).
The direct upload flow consists of three steps:
- Create (this endpoint): creates a tracking record and returns the presigned URL, content type, and upload ID.
- Upload: the client uploads the file directly to cloud storage using the presigned URL.
- Submit (direct-uploads/{upload_id}/submit): verifies the upload succeeded and links the file to the import.
post/v0/multi-file-feeds/{multi_file_feed_id}/imports/{multi_file_feed_import_id}/direct-uploads
Path parameters
multi_file_feed_idinteger required
ID of the Multi FileFeed
multi_file_feed_import_idinteger required
ID of the Multi FileFeed import
Request body
Response
Successful response