v1

latestOpenAPI 3.1.0proprietary2026-07-24156175241.3 KB
Multi FileFeed Imports

Submit a direct file upload for a Multi FileFeed import

Submits (finalizes) a direct upload that was previously created via the direct-uploads endpoint. The upload_id is provided as a path parameter. The server verifies that the file was actually uploaded to the file store, updates the file size from storage metadata, and creates the record linking the file to this import.

The direct upload flow consists of three steps:

  1. Create (direct-uploads): creates a tracking record and returns the presigned URL, content type, and upload ID.
  2. Upload: the client uploads the file directly to cloud storage using the presigned URL.
  3. Submit (this endpoint): 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/{upload_id}/submit

Path parameters

multi_file_feed_idinteger required

ID of the Multi FileFeed

multi_file_feed_import_idinteger required

ID of the Multi FileFeed import

upload_idinteger required

ID of the direct upload (returned from the create endpoint)

Response

Successful response — the file has been verified and linked to the import

object required