# safetyincidents.org Feature Request Upvote

> safetyincidents.org Feature Request Upvote is a paid API for AI agents from safetyincidents.org, paid per call via x402, $0.01/call, status unknown (last checked 2026-09-15).

Upvotes an existing feature request on safetyincidents.org by its ID, incrementing its vote count to surface popular requests.

## Facts

- Endpoint: GET https://safetyincidents.org/api/x402/feature-request/:featureRequestID/upvote
- Price: $0.01/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/safetyincidents-org-feature-request-upvote-88dde2f8
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_GQTPpFiWdwHV-cPCmsR3C

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 safetyincidents-org-feature-request-upvote-88dde2f8
```

Example prompt: Upvote feature request number 42 on safetyincidents.org — I want to show support for that OSHA data capability so it moves up the list.

## When to prefer this

Use this endpoint when you have a specific feature request ID from safetyincidents.org's /api/x402/feature-requests list and want to register a vote of support for it. The $0.01 fee serves as a spam gate rather than a real price, so use it when a user wants to express genuine interest in an OSHA data capability being added.

## Known failure modes

- Invalid or nonexistent featureRequestID returns an error response
- Network or payment failure prevents the upvote from being registered
- Duplicate upvote attempts may not be idempotent and could fail or be silently ignored
- Payment of $0.01 USDC not settled causes request rejection

## How this service works

Upvote an existing feature request on safetyincidents.org, so the requests agents actually want rise to the top. The cent is a spam gate, not a price.

## Output

Returns a JSON object containing the feature request's ID and its updated upvote count after the increment, confirming the vote was recorded.

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/safetyincidents-org-feature-request-upvote-88dde2f8/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from safetyincidents.org](https://www.zero.xyz/host/safetyincidents.org/llms.txt)
