Account
Account Information
Current Subscription
Loading subscription…
You have no active subscription. View plans
••••••••••••••••••••••••••••••••
curl -X POST https://api.veramask.com/v1/anonymizeText \ -H "x-api-key: YOUR_API_KEY" \ -H "Content-Type: application/json" \ -d '{"data": "Alice Smith can be reached at alice@example.com"}'const response = await fetch("https://api.veramask.com/v1/anonymizeText", { method: "POST", headers: { "x-api-key": "YOUR_API_KEY", "Content-Type": "application/json" }, body: JSON.stringify({ data: "Alice Smith can be reached at alice@example.com" }) }); const result = await response.json(); console.log(result.masked_data);import requests response = requests.post( "https://api.veramask.com/v1/anonymizeText", headers={ "x-api-key": "YOUR_API_KEY", "Content-Type": "application/json" }, json={"data": "Alice Smith can be reached at alice@example.com"} ) result = response.json() print(result["masked_data"])
Pending Subscriptions
Loading pending subscriptions…
No pending subscriptions.
Past Subscriptions
Loading past subscriptions…
No past subscriptions.
Account settings
Manage billing
Update your payment method, view invoices, or change billing details through our payment partner.
Download my data
Export a copy of everything we hold about you in JSON format. Includes your account record, subscriptions, usage, and consent log entries.
Delete my account
Permanently remove your account, subscriptions, and any associated data. You have a 30-day grace period to restore the account before the data is hard-deleted.
After 30 days, this action cannot be undone. Make sure to download your data first if you need a copy.
Restore my account
Cancel the pending deletion and keep your account active. Only available during the 30-day grace period.
Delete your account?
This will:
- Schedule your account for permanent deletion in 30 days.
- Revoke your API key at the end of the grace period.
- Remove you from our mailing list and unsubscribe you from MailerLite.
- Sign you out immediately.
You can cancel this any time within the 30 days by signing back in and clicking Restore account.
Type your email address below to confirm.
