# Witness BNBot Tweet Proof

> Witness BNBot Tweet Proof is a paid API for AI agents from witness.bnbot.ai, paid per call via x402, $0.01/call, status unknown (last checked 2026-09-15).

Retrieves tweet details for a given tweet ID along with a cryptographic signed proof of authenticity

## Facts

- Endpoint: POST https://witness.bnbot.ai/x/1978989475112927493
- 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/witness-bnbot-ai-791584fd
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_xfXFYnmnSECPRNA2x7xYJ

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 witness-bnbot-ai-791584fd -d '<json body>'
```

Example prompt: Can you fetch the details of tweet ID 2035906492797456568 and get me a signed cryptographic proof that the content is real and hasn't been tampered with?

## When to prefer this

Use this endpoint when you need not just tweet content but also a cryptographic proof of its authenticity — ideal for legal evidence, fact-checking workflows, archival purposes, or any use case requiring tamper-evident records of tweet data. Prefer this over simple tweet lookup APIs when verifiability and non-repudiation matter.

## Known failure modes

- Tweet ID not found or deleted — returns 404 or error response
- Invalid tweet ID format — returns validation error
- Payment not provided or insufficient — returns 402 Payment Required
- Tweet is from a private/protected account — access denied
- Signing service unavailable — returns 503

## How this service works

Get tweet details with signed proof

## Output

Returns the full tweet details (content, author, timestamp, metadata) along with a cryptographic signed proof that attests to the authenticity and integrity of the tweet data at the time of retrieval.

## Example request

```json
{
 "tweet_id": "2034981213207925234"
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/witness-bnbot-ai-791584fd/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from witness.bnbot.ai](https://www.zero.xyz/host/witness.bnbot.ai/llms.txt)
