An import represents the process of uploading and indexing all videos from the specified integration. This method initiates an asynchronous import and returns two lists:
The actual uploading and indexing of videos occur asynchronously after you invoke this method. To monitor the status of each upload after invoking this method, use the Retrieve import status method.
incremental_import
parameter to false
.GET
method of the /tasks/transfers/import/{integration-id}/logs
endpoint to retrieve a list of your import jobs, including their creation time, completion time, and processing status for each video file.The unique identifier of the integration for which you want to import videos. You can retrieve it from the Integrations page.
The unique identifier of the index to which the videos are being uploaded.
Specifies whether or not incremental sync is enabled. If set to false
, the platform will synchronize all the files in the bucket.
Default: true
.
Determines whether the platform retries failed uploads. When set to true
, the platform attempts to re-upload files that failed during the initial upload process.
Default: false
.
Metadata that helps you categorize your videos. You can specify a list of keys and values. Keys must be of type string
, and values can be of the following types: string
, integer
, float
or boolean
.
An import has successfully been initiated.
A list of the video files that failed to import. Typically, these files did not meet the upload requirements. To resolve this, review the requirements listed in the Prerequisites section of the Upload single videos page.
A list of the videos that will be uploaded and indexed.