Description

Sony Ci Media Cloud is a robust media asset management solution designed to enhance creative workflows. It acts as a single, centralized source of truth that reduces redundancies and offers reliable cloud backup with built-in security for valuable creative assets.

The platform provides scalability and secure collaboration, making it adept at handling large digital files and significant volumes efficiently. Supporting a wide range of professional media file formats, it ensures fast transfers and smooth operations. Creative professionals can organize, enrich, review, and share media files from anywhere, benefiting from a unified and streamlined workflow.

Supported Operations

Ci API

Create an Asset

Creates a new asset record without any content. The source file can be uploaded later using [http](https://developers.cimediacloud.com/#asset-multipart-upload) or [Aspera](https://developers.cimediacloud.com/#asset-aspera-upload) upload. This can be useful if you need to migrate a large number of assets into Ci but you may not have all of the source files available yet. You can also use it to create “to-be-made” assets that you are expecting other collaborators to create in the future. And don’t worry, you can always call [Get asset details](https://developers.cimediacloud.com/#assets-asset-get) to find out whether an asset record has had its content uploaded. <br><br>[API Docs](https://developers.cimediacloud.com/#assets-asset-post)

Get Multiple Assets' Details

Retrieves asset information for the specified assets. 500 is the maximum number of assets that can be retrieved in a single operation. <br><br>[API Docs](https://developers.cimediacloud.com/#assets-get-multiple-assets-details-post)

Get Asset Details

Retrieves asset information for the specified asset. <br><br> [API Docs](https://developers.cimediacloud.com/#assets-asset-get)

Update an Asset

Updates specified properties of an asset. The current version of Ci API supports updating the name, description, and ingestConfiguration of an asset. <br><br>[API Docs](https://developers.cimediacloud.com/#assets-asset-put)

Delete an Asset

Deletes the specified asset and its associated files permanently. The storage quota is updated to reflect the newly freed space.<br><br>[API Docs](https://developers.cimediacloud.com/#assets-asset-delete)

Import to Created Asset

Initiates an import to an asset that has already been created but has not been backed by a source file yet. If you want to create the asset record and import its source file at the same time, use [Create Asset and Import](https://developers.cimediacloud.com/#asset-import-from-url-create-asset-and-import-post) instead.<br><br>[API Docs](https://developers.cimediacloud.com/#asset-import-from-url-import-to-created-asset-post)

Search assets and folders

Searches for assets and folders with multiple filters available and returns results with facets to provide insight into the search result data.<br><br>[API Docs](https://developers.cimediacloud.com/#search-search-assets-and-folders-post)

Create a Folder

Creates a new folder record.<br><br>[API Docs](https://developers.cimediacloud.com/#folders-folder-post)

Get Folder Details

Retrieves information about the given folder.<br><br>[API Docs](https://developers.cimediacloud.com/#folders-folder-get)

Update a Folder

Updates specified properties of a folder. The current version of Ci API only supports renaming a folder.<br><br>[API Docs](https://developers.cimediacloud.com/#folders-folder-put)

Delete a Folder

Deletes the specified folder and all of its contents permanently. The storage quota is updated to reflect the newly freed space.<br><br>Assets affected during this operation may not be updated immediately. This work is performed asynchronously and therefore it can take a few minutes for all updates to appear.<br><br>[API Docs](https://developers.cimediacloud.com/#folders-folder-delete)

Create Asset and Import

This operation creates the asset record and initiates the import, returning the asset identifier to be used in subsequent requests. <br><br>[API Docs](https://developers.cimediacloud.com/#asset-import-from-url-create-asset-and-import-post)

Details
Preview

This item is available for early access. It is still in development and may contain experimental features or limitations.

Last Update

1 month ago

Includes
sony-ci-media-cloud-api-client
sony-ci-media-cloud-auth