Vector Express v2.0
Vector Express is a vector-graphics file conversion service. Callers can upload a drawing and convert it between formats such as AI, EPS, PDF, SVG, DXF, DWG, CGM, and PLT, list the conversion paths available between any two formats, and download the converted result. It also exposes the individual converters and their options so a specific conversion route can be chosen. No credentials required.
What your agent can do with Vector Express v2.0
Triggers and actions 2 actions
- ActionGet conversion path
Find the sequence of converters needed to go from one vector format to another. GET /api/v2/public/convert/{from}/auto/{to}/ — returns the chain of converter endpoints to POST the file through in order.
- ActionOptimize SVG
Run the svgo optimizer on an SVG file to reduce file size. POST the file body to /api/v2/public/convert/svg/svgo/svg/.
No trigger or action matches that. Ask your agent to add it: it reads the API documentation and builds what you describe.
Not listed?
Need a trigger or action that is not here?
Ask your agent. Describe what you need in plain language and it reads the Vector Express v2.0 API documentation, builds the operation at whatever depth the API allows, tests every branch and ships it. The list above is what exists today, not the limit.