Dashboard
| File | Status | Duration | Created |
|---|---|---|---|
| No requests yet | |||
Requests
| File / ID | Status | Duration | Cost | Created | |
|---|---|---|---|---|---|
| Report | |||||
| No requests found | |||||
| Loading… | |||||
API Keys — Paid Feature
API key access is available on Basic and Premium plans. Upgrade to integrate NetLumen InsightAI into your applications.
API Keys
curl -X POST https://voiceanalysis.netlumentech.com/analyze \ -H "X-API-Key: va_your_key_here" \ -F "voice_file_url=https://example.com/recording.wav"
curl -X POST https://voiceanalysis.netlumentech.com/analyze \ -H "X-API-Key: va_your_key_here" \ -F "voice_file=@/path/to/recording.mp3"
curl -X POST https://voiceanalysis.netlumentech.com/analyze \ -H "X-API-Key: va_your_key_here" \ -F "voice_file_url=https://example.com/call.wav" \ -F "caller_audio_id=CALL-001" \ -F "language=en"
curl https://voiceanalysis.netlumentech.com/jobs/{job_id} \
-H "X-API-Key: va_your_key_here"
Billing
| Date | Type | Description | Amount | Balance After |
|---|---|---|---|---|
| No transactions yet | ||||
| Month | Requests | Minutes | Billed |
|---|---|---|---|
| No history yet | |||
Test API — Paid Feature
The API tester is available on Basic and Premium plans. Use the Quick Analysis to test during your free trial.
Test API
Requests made here count toward your daily limitSettings
- 14-day trial period
- 5 requests / day
- No wallet billing
- No webhooks
- 100 requests / day
- Wallet billing
- Webhook forwarding
- API access
- Unlimited requests
- Wallet billing
- Webhook forwarding
- Lower rate — save more
- Name
- Plan
- Rate
- Daily Limit
- Member Since
{
"event": "job.completed",
"job_id": "...",
"org_id": 1,
"file_name": "recording.wav",
"audio_duration": 123.4,
"created_at": "2026-01-01 10:00:00",
"result": { ...full analysis... }
}