upload_design
Upload a 3D design file (STL or ZIP) with metadata including title, description, tags, category, license, price, and thumbnail to Cults3D.
Instructions
Upload a new design (STL/ZIP) to Cults3D with metadata.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Design title | |
| tags | Yes | Tags (e.g. ['miniature', 'dnd', 'dragon']) | |
| price | Yes | Price in EUR (0 for free) | |
| dry_run | No | If true, validate inputs and prepare the upload payload but do NOT submit to Cults3D. Use for testing. | |
| license | Yes | License slug (e.g. 'cc', 'cc-by', 'commercial') | |
| category | Yes | Category slug (e.g. 'miniatures') | |
| file_path | Yes | Absolute path to the STL or ZIP file | |
| description | Yes | Full description (Markdown supported) | |
| thumbnail_path | Yes | Path to the listing thumbnail image (JPEG/PNG). Required — Cults3D will not publish a design without at least one image. |