API & Webhooks
Access PulseMorph intelligence programmatically. Configure webhook endpoints for push delivery.
API Keys
Production App
pm_live_••••••••••••a9Rq
Created2026-05-01
Last used2026-06-23
Requests14,820
Dev Testing
pm_test_••••••••••••k3Pw
Created2026-06-10
Last used2026-06-22
Requests302
Webhook Endpoints
Production Backend
https://myapp.example.com/webhooks/pulsemorph
market_signal.created
Active
Staging Endpoint
https://staging.example.com/webhooks/pulsemorph
market_signal.created
paused
2 failures
Delivery Logs
| Status | Event | Latency | Timestamp | Endpoint |
|---|---|---|---|---|
| 200 OK | news.cluster.new | 142ms | 6/23/2026, 2:05:00 PM | https://myapp.example.com/webhooks/pulsemorph |
| 200 OK | market.alert.triggered | 198ms | 6/23/2026, 11:00:00 AM | https://myapp.example.com/webhooks/pulsemorph |
| 500 Error | audio.briefing.ready | 4012ms | 6/22/2026, 7:02:00 AM | https://myapp.example.com/webhooks/pulsemorph |
| 200 OK | news.cluster.new | 121ms | 6/22/2026, 9:30:00 AM | https://myapp.example.com/webhooks/pulsemorph |
Example Webhook Payload
news.cluster.new
{
"event": "news.cluster.new",
"cluster": {
"id": "nc-3",
"title": "Bitcoin ETF Inflows Hit $620M",
"category": "Crypto",
"importance_score": 88,
"languages": [
"en"
],
"short_summary": "Major asset managers added $620M in Bitcoin ETF exposure.",
"persona_commentary": {
"persona": "Crypto Researcher",
"text": "On-chain supply compression corroborates the inflow narrative.",
"disclaimer": "AI-generated commentary. Not financial advice."
}
},
"timestamp": "2026-06-23T14:00:00Z"
}