Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.new-gen.ai/llms.txt

Use this file to discover all available pages before exploring further.

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