Import files
Authentication
Path parameters
Request
The files to import. Provide an array of one item for a single import, or multiple items for a batch import. A maximum of 100 items can be imported per request. Each source_id must be unique within a request.
Response
The import request has been accepted. The response returns one item per requested file, in request order. An accepted item includes the asset_id and status fields. A rejected item includes an error object instead and omits those fields. The has_failures field is true when any item was rejected.
Whether any item was rejected before an asset was created. When true, inspect the error object of each item to identify the rejected ones.