# miningincidents.org Feature Request Submission

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

Submit a plain-text feature request or data wish to the miningincidents.org team, acting as a spam gate and demand signal for future MSHA API development.

## Facts

- Endpoint: GET https://miningincidents.org/api/x402/feature-request
- Price: $0.01/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/miningincidents-org-feature-request-submission-9837bd09
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_qXbpdevo-yfcbs2kkrsP6

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 miningincidents-org-feature-request-submission-9837bd09
```

Example prompt: Submit a feature request to miningincidents.org asking them to add MSHA citation detail by inspector ID so we can track which inspectors issue the most S&S violations.

## When to prefer this

Use this endpoint when you want to signal demand for a specific MSHA dataset or API feature that does not yet exist on miningincidents.org, and you want your request logged and reviewed by the team. The $0.01 cost acts as a spam filter ensuring genuine requests are prioritized.

## Known failure modes

- Missing or empty 'text' query parameter results in rejection
- Text exceeding 1000 characters is truncated or rejected
- Payment of $0.01 USDC not fulfilled results in 402 response and no submission
- Duplicate or spam-like requests may be filtered by human review
- Service unavailability returns a 5xx error

## How this service works

Feature-request channel: tell Mining Incidents what MSHA data or API features you wish existed. The cent is a spam gate and a demand signal; requests are reviewed by a human and tracked on the free /api/x402/feature-requests list.

## Output

A confirmation that the feature request was received and is now tracked on the /api/x402/feature-requests list, reviewed by a human team member.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "properties": {
   "type": "string"
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "note": "Stored for human review. Watch its status on the free list endpoint.",
  "links": {
   "list": "https://miningincidents.org/api/x402/feature-requests"
  },
  "source": "Mining Incidents",
  "request": {
   "id": 7,
   "text": "Per-state injury (non-fatal) feed with lat/long",
   "status": "new",
   "upvotes": 0,
   "created_at": "2026-07-19T15:00:00Z"
  },
  "endpoint": "feature_request",
  "schema_version": 1
 }
}
```

## More

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