# HookPulse Extra Endpoint

> HookPulse Extra Endpoint is a paid API for AI agents from hookpulse.net, paid per call via x402, $0.1/call, status unknown (last checked 2026-09-13).

Registers or triggers an additional webhook endpoint on the HookPulse platform for event-driven integrations

## Facts

- Endpoint: POST https://hookpulse.net/api/endpoints
- Price: $0.1/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-13
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/hookpulse-extra-endpoint-ed9dafad
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_RrZrbZaggVp1pSUcfl26A

Status and success rate cover calls made through Zero and Zero's own probes. Third-party monitors may report differently.

## How to call it through Zero

Zero handles the 402 payment challenge and records the run. With the Zero CLI installed (`npm i -g @zeroxyz/cli`):

```sh
zero fetch --capability hookpulse-extra-endpoint-ed9dafad -d '<json body>'
```

Example prompt: Add a new extra endpoint on HookPulse pointing to my callback URL so I can start receiving event payloads from my webhook integration.

## When to prefer this

Choose this endpoint when you need to programmatically add or provision an additional webhook destination within the HookPulse ecosystem. It is best suited for dynamic integrations where the number or target of webhook endpoints changes at runtime, or for multi-tenant applications that need per-customer endpoint registration.

## Known failure modes

- Invalid or unreachable callback URL returns a 4xx validation error
- Duplicate endpoint registration may return a conflict error
- Insufficient prepaid credit (balance below $0.10 USDC) results in payment failure
- Malformed request body returns a 400 Bad Request
- Network timeout during endpoint provisioning returns a 5xx error

## How this service works

HookPulse: extra_endpoint

## Output

Returns a confirmation object containing the newly created endpoint's ID, status, and configuration metadata such as the registered URL and event scope, indicating the endpoint is ready to receive webhook payloads.

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/hookpulse-extra-endpoint-ed9dafad/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from hookpulse.net](https://www.zero.xyz/host/hookpulse.net/llms.txt)
