brode_convert
Convert a raster image (PNG/JPG/WebP/GIF/BMP/TIFF) to a vector format (svg, pdf, eps, dxf) or a machine embroidery file (dst, pes, jef, vp3, exp, u01, xxx). INPUT: upload your local file ONCE with your shell (curl -sS -H 'Authorization: Bearer ' -F 'file=@image.png' https://brode.io/api/mcp/upload) and pass the returned input_key here. Files up to 20 MB are accepted as-is — never read, compress or base64 the image yourself. Returns a job_id; waits up to wait_seconds for completion. Uses your brode.io account quota.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| preset | No | Style preset. Default: equilibre. | |
| options | No | Advanced options (see brode_presets). Unknown keys are rejected. | |
| input_key | Yes | Upload reference from POST /api/mcp/upload (the only accepted input). | |
| wait_seconds | No | Server-side wait for completion. Default 15. | |
| output_format | Yes |