Create Design Asset Upload
create_design_asset_uploadCreates a signed upload target and collection asset record for storing a design asset with file details, metadata, tags, and optional checksum.
Instructions
Create a signed upload target and collection asset record for parking a DRL/FVI design asset.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | File name for the asset. | |
| tags | No | Optional searchable tags. | |
| metadata | No | Additional JSON metadata to store on the asset. | |
| sizeBytes | Yes | Exact byte size that will be uploaded. | |
| contentType | Yes | MIME type for the uploaded asset. | |
| documentType | No | Optional document type for Markdown/PDF supporting documents. | |
| drlAssetType | No | Optional DRL asset role, e.g. logo, brief, source_art, mockup. | |
| drlProjectId | No | Optional DRL project identifier to store in metadata. | |
| checksumSha256 | No | Optional SHA-256 checksum for provenance. |