Last updated 3 months ago
Register at
Create a new project
Navigate to API Keys section
Copy your Project ID and Secret Key
Include your credentials in the request body:
{ "request_body": { "project_id": "your-project-id", "secret_key": "your-secret-key", // ... other request parameters } }
## Security Best Practices 1. Never expose your secret key in client-side code 2. Rotate your keys periodically 3. Use environment variables to store credentials 4. Monitor API usage for unauthorized access