Content Objects
A Content Object is the main entity in the content fabric. It combines binary data, user-provided metadata, and custom behavior in the form of executable bitcode.
List Content Objects
List all finalized contents within the given content library.
Create Draft Content
Create a new content object
Create Draft Content with ID
Create a new content object, using the provided Content ID.
Upload Part
Upload binary data into a new content part and finalize the part in a single call. All binary data is stored in
Finalize Draft Content
Finalize the draft content object identified by the provided content write token. After successful finalization, the content object is addressable by its hash, but it also becomes immutable.
Commit & Publish Content
Commit & publish the content object identified by the provided content hash to the content fabric network.
Describe Content Object
Retrieve information about the given content object.
Delete Content Object
Delete the given content object.
Get Content Status
Retrieve the status of the content object.
Get Content Structure
Retrieve structural data of the content object. The optional path can be used to retrieve a subset of the
Audit Content Object
Calculate audit information for the given content object.
Realtime Content Object Usage
Get the list of clients that are accessing the content object currently.
Download Part
Download the given part as a byte stream. Optionally, only a given byte range can be downloaded.
Get Part Proofs
Retrieve the proofs associated with the given part. Optionally, the proofs corresponding to only a given byte range can be retrieved.