Support for image URL input in vectorize API
J
Judicial Wren
We are facing a bandwidth bottleneck with the current implementation of the /v1/images/vectorize endpoint, which only accepts direct file uploads. This creates high bandwidth costs and latency issues. We propose adding support for image URL input, allowing our server to send only the URL to Recraft API. This would reduce server bandwidth by ~85%, lower latency, and improve scalability. Many leading AI APIs support URL input, and this feature would align with industry best practices.
Log In