Get your API key
1
Sign up
Create an account at platform.decart.ai
2
Create an API Key
Navigate to API Keys and create a new API Key
3
Copy key
Copy your API key
Use your API key
Pass your API key when making requests:Best practices
Never hardcode API keys in your code. Use environment variables.
- Store keys in environment variables
- Rotate keys regularly
- Use different keys for development and production