You'll need a neets.ai API key to use the API. Sign in to neets.ai for free, and use the API key on your home page. Your API key is like a password to access our services, it should be kept confidential and not be shared publicly such as in client-side code or public repositories. Ensure that your usage of the neets.ai API complies with our terms of service.

You can authenticate with the neets.ai API by setting the X-API-Key header to your new API key:

curl \
  -X POST \
  -H "Content-Type: application/json" \
  -H "X-API-Key: YOUR_API_KEY" \
  -d '{...}' \
  https://api.neets.ai/v1/...