Register an existing storage object as a managed asset

Creates a new asset record for an object that already exists in cloud storage (e.g., S3). This allows external files to be managed within the Nomad platform without re-uploading. Optionally triggers media processing on the registered asset.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Body Params
string
required

The ID to assign to the asset

string
required

The ID of the parent folder

string
required

The display-friendly object key

string
required

The S3 bucket name containing the object

string
required

The S3 object key path

string
required
tags
array of strings
required

Tags to assign to the asset

tags*
collections
array of strings
required

Collections to add the asset to

collections*
relatedContents
array of strings
required

Related content references

relatedContents*
string
required

The storage event sequencer value

string
required

Initial asset status (e.g., Available, Archived)

string
required

Storage class (e.g., Standard, Glacier)

string
required

Asset type (Folder, File, or Bucket)

integer
required

File size in bytes

string
required

Name of the triggering storage event

string
required

Asset creation date

string
required

Source IP of the storage event

boolean
required

Whether to start media processing

boolean
required

Whether to delete asset records for missing storage objects

Responses
200

Success

400

Bad Request

401

The caller is not authenticated

Language
LoadingLoading…
Response
Click Try It! to start a request and see the response here!