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

StatusEventLatencyTimestampEndpoint
200 OKnews.cluster.new142ms6/23/2026, 2:05:00 PMhttps://myapp.example.com/webhooks/pulsemorph
200 OKmarket.alert.triggered198ms6/23/2026, 11:00:00 AMhttps://myapp.example.com/webhooks/pulsemorph
500 Erroraudio.briefing.ready4012ms6/22/2026, 7:02:00 AMhttps://myapp.example.com/webhooks/pulsemorph
200 OKnews.cluster.new121ms6/22/2026, 9:30:00 AMhttps://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"
}