Getting Started
API Key
Learn how API key works on Vectorify.
They API key allows you to access your project programmatically. This is useful for integrating Vectorify into your application or with other tools and services.
Each API key is tied to a specific project – meaning you can use it to access that project’s resources without having to worry about “leaking” access to other projects.
Get the project’s API key from the Settings
page:
By default, you can use this key to perform any API request without restriction, so it must be stored securely in your app’s server-side code (such as in an environment variable or credential management system). Don’t expose this key on a website.