register_media
Register media on the Sidearm platform to establish provenance and apply protection against unauthorized use, with options for indexing, watermarking, and adversarial hardening.
Instructions
Register and protect media on the Sidearm platform. Modes: register (provenance signing only), search_ready (register + vector indexing), standard (search_ready + watermarks + AI-training poison), maximum (standard + style cloaking + adversarial hardening). Returns the created media object.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| media_url | No | Public URL of the media to register | |
| media | No | Base64-encoded media content to register | |
| mode | No | Protection level. Default: standard | |
| expires_at | No | ISO 8601 datetime when this registration expires | |
| tags | No | Tags for organizing and filtering |