Authentication

All API requests require an API key passed in the x-api-key header.

Open beta note: billing is disabled, all new accounts receive Builder-tier limits, and each account is limited to one API key.

curl https://api.datastormai.com/api/v1/jobs \
  -H "x-api-key: YOUR_API_KEY"