AbstractAPI
Data API key, one per productValidate emails, phone numbers and VAT ids, and look up geolocation, exchange rates and holidays, with Abstract API.
Set up in 3 steps
Pick a product and copy its key
Abstract issues a separate key per product. Open the one you need on the Abstract dashboard — email validation, VAT, exchange rates — and copy its key.
Add the resource in Windmill
Open Resources, add a resource of type abstractapi, and paste that product's key.
Run your first script
Fork the script for that product. A key from a different product will be rejected.
Scripts
Building blocks, if none of the projects above fit. Fork one, run it, or call it as a step inside your own flow.
Validate Phone
Validate IBAN
Validate Email
List VAT Categories
Get Historical Exchange Rates
Calculate VAT Price
Validate VAT
Get Company Details By Domain
Convert Exchange Rates
Get IP Details
Get Public Holidays
Get Live Exchange Rates
Resource type
abstractapi — the shape of the credential every script on this page expects.
| Field | Type | Required | What it is |
|---|---|---|---|
| apiKey | string | Yes | Key obtained from the dashboard page for each API product |
Questions
One key does not work everywhere
Each Abstract product has its own endpoint and its own key. Keep a resource per product you use, named after it.
Is my key stored on the hub?
Never. It lives only in your own Windmill workspace, encrypted at rest.