Skip to content

Organising Your Assets

The IIIF Cloud Services platform uses the concept of Spaces to store and manage digital assets. Spaces enable you to organise your assets logically, like a folder structure. There is no limit to the number of assets you can add to a Space; however, the total number of assets is determined by the storage available to your subscription.

From the portal homepage, use the left-hand navigation to go to the Spaces area. This is where digital assets are stored and managed. Any Spaces you have already created will be listed here.

Fig. 2a: Spaces listing view

The portal provides two routes for preparing and delivering your digital assets as IIIF-enabled assets:

  • Uploading images directly via the browser
  • Creating a CSV file detailing your digital assets and uploading it for batch processing

You can create a new Space or add your assets to an existing one. To create a new Space, click New space and give it an appropriate name.

Fig. 2.1a: Adding a new space

In the Space view, use the browse files link to select your images, or drag and drop them into the upload area. The maximum number of images that can be manually uploaded at one time is 10.

Fig. 2.1b: Selecting images to add

Fig. 2.1c: Selected images displayed before upload

Clicking Next takes you to a metadata input screen where you can add String and Number metadata values to the images. These are optional unless you need to retrieve your assets via API calls using your own resource identifiers.

Clicking Upload adds the images to your selected Space.

The portal supports bulk asset ingestion via CSV file. This allows you to specify images, video, and audio assets for processing in a single operation.

To access the CSV upload feature, navigate to the Queue area and select Add new batch.

Fig. 2.1d: Select 'Add new batch' from the Queue overview page

On the Import Assets via CSV page you can download a sample CSV file to use as a starting point.

Fig. 2.1e: Import Assets view

Each row in the CSV represents a unique asset. The table below describes the available fields.

FieldMandatory?Description
LineYesA unique reference number for each row, used in validation.
IDYesA unique identifier for the asset. Can be a string, number, or alphanumeric value — must not contain /.
MediaTypeYesThe media type of the asset, e.g. image/jpeg, image/png, image/tiff, video/mp4, audio/mpeg.
SpaceYesThe numeric ID of the Space into which the asset should be imported.
OriginYesA publicly accessible URL pointing to the asset.
Reference1–Reference3NoOptional string metadata values for asset classification.
Number1–Number3NoOptional numeric values for asset interaction in advanced scenarios.
MaxUnauthorisedNoLeave empty or set to -1 for the default (no size restriction). Other values require further configuration.

Once your CSV is ready, upload it on the Import Assets via CSV page.

Fig. 2.1f: Upload your CSV file

If the file is correctly formatted, a preview of the contents will be displayed. Any errors will be highlighted. If there are more than 100 rows, the preview is paged in batches of 100.

Fig. 2.1g: Preview of your CSV file

When you are ready to proceed, select Confirm import and then Start Ingest.

Fig. 2.1h: Select 'Start Ingest' to begin processing

After starting the ingest, you can click View queue to monitor progress, or continue working in the portal.

Fig. 2.1i: View queue to review import progress

The Queue area shows all active and completed batch import processes.

Fig. 2.1j: View progress of active or completed batches

Clicking on a batch navigates to a batch view listing all assets associated with it.

Fig. 2.1k: View of a completed batch

Assets are typically ingested into the IIIF Cloud Service via automated processes — for example from an institution’s collection management system or digital preservation system. These scenarios can be discussed with your Digirati contact.

Navigate to the Space containing your assets to view and interact with them.

Fig. 2.3a: Asset details view

The platform creates the necessary IIIF Image API endpoints and derivatives for your images. Once processed, a deep zoom version of the asset is available, along with image metadata and IIIF service information.

The Thumbnail preview options allow you to examine or share specific sizes of the image.

Fig. 2.3b: Select a thumbnail preview size and copy the URL

Select a size, click Copy URL, then open a new browser tab and paste the URL to view the image at that size.

For non-image assets, appropriate playback controls are displayed.

Fig. 2.3c: Viewing an audio file asset

To edit the metadata for a specific asset, use the Edit option. You can then save or cancel your changes.

Fig. 2.3d: Edit asset metadata

Fig. 2.3e: Editing metadata — save or cancel options