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.
Create your account
Sign up on the Veetal dashboard. You start free with 100 API credits and no credit card.
Go to sign upCopy 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 headerMake 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.
curl "https://api.veetal.app/v2/account/customer-info" \ -H "veetal-api-key: YOUR_API_KEY"
https://api.veetal.app · every path starts with /v2/Rather ask for the data than call it?
MCPThe 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.
https://mcp.veetal.app/mcpveetal-api-key: YOUR_API_KEYHosted 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.