Getting Your API Key

To use our API, you’ll need an API key. Email us and we’ll help you get set up.

Using Your API Key

Include your API key in the Authorization header with all API requests:

curl -H "Authorization: YOUR_API_KEY" https://api.new-gen.ai/v1/products/search

Security Best Practices

  • Never share your API key
  • Don’t commit API keys to version control
  • Rotate keys periodically
  • Use different keys for development and production