Agent APIRegistered API setup
Sign in with an email link, buy Pro or credit packs, then create an API key in /app. Keys are tied to your account email so usage and balance stay trackable.
1) Create a key in the dashboard
# In /app, open API Keys, create a key, then add it to your agent:
VECTORISE_API_KEY=vm_live_...
VECTORISE_API_URL=https://vectorise.me
Buy credit packs from /pricing. The balance is stored on the signed-in account that owns the key.2) Use the API key
curl -X POST https://YOUR_DOMAIN/convert \
-H "X-API-Key: vm_live_..." \
-F imageFile=@image.png
3) Check credits
curl https://YOUR_DOMAIN/api/agent/usage \
-H "X-API-Key: vm_live_..."