How do I integrate your API with my application?
**Quick Start:**
1. **Get API Key:**
- Log in to your dashboard
- Navigate to Settings → API Keys
- Generate a new API key
2. **Install SDK (Optional):**
```bash
npm install @microsecure/sdk
# or
pip install microsecure-sdk
```
3. **Make Your First Request:**
```javascript
const Microsecure = require('@microsecure/sdk');
const client = new Microsecure({
apiKey: 'your_api_key_here'
});
const result = await client.services.list();
```
**Resources:**
- 📚 Full API Documentation
- 🎯 Interactive API Explorer
- 💡 Code Examples (Node.js, Python, PHP, Ruby)
- 🔧 Postman Collection
- 🎓 Video Tutorials
**Rate Limits:**
- Free: 1,000 requests/day
- Pro: 10,000 requests/day
- Enterprise: Custom limits
Need help? Join our developer community or contact technical support!
Was this helpful?
Let us know if this FAQ answered your question