Easily Convert Bitmap Images To Clean Vector Art

Log In | Sign Up

Forgot Password

Developer

Not signed up. Apply for an account now.

Vector Magic offers an online API that allows third parties to process images programmatically.

This is very useful for websites where you want to enable your users to create custom products, but your production workflow requires vector files. Since most users are not familiar with vector files, requiring vector input creates a hurdle for them to use your service.

Using Vector Magic, your customers can upload or create bitmap designs on your site, and you can then have your website backend software process the images using the online API, converting them to vectors.

This gives you quick and painless ability to have your users provide bitmap input to your vector based production workflow.

Documentation

API documentation

Sample code

Ruby on Rails sample code

Access terms

Standard access terms

Test server

Please use the test server when debugging your code. The test server has the same API, but different URLs and always operates on a standard image - regardless of the image submitted it will always do the conversion on a stock sample image.

Your calls pass through the same validations on the test server as on the production server, and the image supplied is checked in the same way, so if your code works with the test server it should be a simple matter of redirecting the calls to the production server and changing the developer credentials to start issuing production calls.