START GUIDE

Get your API access in three steps

Create an account, copy your API key, make your first call. Everything below works today — no waiting list, no sales call.

3 steps5 minutes100 free credits
01

Create your account

Sign up on the Veetal dashboard. You start free with 100 API credits and no credit card.

Go to sign up
02

Copy your API key

Once you are in the dashboard, copy your API key. It is the only credential you need — keep it private and never put it in front-end code.

veetal-api-key: YOUR_API_KEYthe only header
Open the dashboard
03

Make your first call

Send your key in the veetal-api-key header. The call below confirms your account is live before you touch any dataset.

Your first call
curl "https://api.veetal.app/v2/account/customer-info" \
  -H "veetal-api-key: YOUR_API_KEY"
This asks the API who you are. If it answers, your key works and you are ready to pull data.
Browse all endpointsBase URL https://api.veetal.app · every path starts with /v2/

Rather ask for the data than call it?

MCP

The same key connects your assistant to your account. Claude or Cursor resolves the identifiers, picks the endpoint and reads the answer — no client to write.

Server URL
https://mcp.veetal.app/mcp
Header
veetal-api-key: YOUR_API_KEY

Hosted server: there is nothing to install and nothing to run on your machine.

Set up the MCP →

What now?

Pick a recipe and build something real with your key, or browse the datasets to see what is available.

Whatsapp