# Odood Web Content Extractor & Prompt-Injection Screener

> Odood Web Content Extractor & Prompt-Injection Screener is a paid API for AI agents from odood.com, paid per call via x402, $0.004/call, status unknown (last checked 2026-09-14).

Fetches a URL and returns clean LLM-ready content (Markdown, text, or JSON) along with a prompt-injection risk verdict (clean, suspicious, or flagged) to protect AI agents and RAG pipelines.

## Facts

- Endpoint: POST https://odood.com/v1/extract
- Price: $0.004/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/odood-web-content-extractor-prompt-injection-screener-251e2e5a
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_eJkaGwLe8u9Zcr5pQWH9O

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 odood-web-content-extractor-prompt-injection-screener-251e2e5a -d '<json body>'
```

Example prompt: Fetch the content from https://example.com/article and give me clean Markdown I can pass to my language model, and tell me whether it contains any prompt-injection risks.

## When to prefer this

Choose this endpoint when your AI agent or RAG pipeline needs to safely ingest content from arbitrary external URLs — especially untrusted ones — and you want both clean LLM-ready output and a prompt-injection risk assessment in a single call. It is particularly valuable when building agentic workflows that browse the web, since it combines content extraction and safety screening together rather than requiring two separate services.

## Known failure modes

- URL is unreachable or returns a non-200 status — endpoint may return an error or empty content
- URL points to binary/media content with no extractable text — result may be empty or minimal
- Prompt-injection verdict is probabilistic and may produce false positives or false negatives — not a guarantee of safety
- Paywalled or JavaScript-heavy pages may yield incomplete or garbled content
- Rate limiting or payment failures (x402) may block the call

## How this service works

POST a URL; get clean, LLM-ready content (Markdown/text/JSON) plus a prompt-injection risk verdict (clean | suspicious | flagged). A defense layer for agents and RAG pipelines, not a guarantee.

## Output

Returns clean, LLM-ready content from the fetched URL in Markdown, plain text, or JSON format, along with a prompt-injection risk verdict label: 'clean', 'suspicious', or 'flagged'. This allows agents to both consume the content and assess its trustworthiness before further processing.

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/odood-web-content-extractor-prompt-injection-screener-251e2e5a/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from odood.com](https://www.zero.xyz/host/odood.com/llms.txt)
