A multi-layered decentralized approach to validating intellectual property.
Skip the Read - 1 Minute Summary
commercialUse = true
.If your IP is non-commercial, then this section doesn’t apply to you.Property Name | Type | Description |
---|---|---|
mediaUrl | string | Used for infringement checking, points to the actual media (ex. image or audio) |
mediaHash | string | Hashed string of the media using SHA-256 hashing algorithm. See here for how that is done. |
mediaType | string | Type of media (audio, video, image), based on mimeType. See the allowed media types here. |
mediaUrl
will be checked by our infringement detection providers and flagged if infringement is detected.
If you do not pass in these media.*
fields, then an infringement detection will not be performed and your IP will not be proven valid.
media.*
fields before attaching commercial terms (commercialUse = true
), otherwise no check will be performed.