API access
Your SVGFast account
Sign in with Google or GitHub to receive an API key. Free API access while SVGFast is in beta.
No password needed. We only use your email to identify your account and enforce the monthly limit.
Signed in as
via
API key
Send this as X-Vectorize-Auth on every request to the engine.
Monthly usage
Quick start
curl -X POST https://api.svgfast.com/vectorize \
-H "X-Vectorize-Auth: YOUR_API_KEY" \
-F "file=@logo.png"
See the documentation for client libraries and options.