# The Phoblographer Content Lookup via Proofivy Library

> The Phoblographer Content Lookup via Proofivy Library is a paid API for AI agents from library.proofivy.com, paid per call via x402, $0.07/call, status unknown (last checked 2026-09-14).

Retrieves the full article text and Proofivy proof for a specific The Phoblographer article by URL or slug, paid per request via x402.

## Facts

- Endpoint: POST https://library.proofivy.com/the_phoblographer
- Price: $0.07/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/the-phoblographer-content-lookup-via-proofivy-library-d27d7938
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_PNLZcIE24GeN4xg1X7tsN

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 the-phoblographer-content-lookup-via-proofivy-library-d27d7938 -d '<json body>'
```

Example prompt: Can you pull the full article text for this Phoblographer piece at thephoblographer.com/2024/05/15/fujifilm-x100vi-review so I can read it?

## When to prefer this

Use this endpoint when you need the verified, full-text content of a specific The Phoblographer article and want a cryptographic Proofivy proof alongside the text. Prefer this over general web scraping when content authenticity verification matters, or when The Phoblographer's site is not directly accessible. Best suited for agents building photography content pipelines, fact-checking workflows, or review summarization tasks.

## Known failure modes

- Invalid or non-existent content_url returns an error or empty result
- Article not indexed in the Proofivy library returns a not-found response
- Payment failure via x402 prevents content delivery
- Malformed slug or URL format causes lookup failure
- Rate limiting or quota exhaustion returns a service-unavailable error

## How this service works

The Phoblographer content lookup. Include the content URL or slug in the request using the content_url key

## Output

Returns the full article text of the requested Phoblographer article along with a Proofivy cryptographic proof attesting to the content's authenticity and provenance.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "content_url": {
   "type": "string",
   "description": "The URL or slug of The Phoblographer article to retrieve"
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "text": "The Phoblographer article content...",
  "status": "success",
  "proofivy_cid": "bafkreiexample..."
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/the-phoblographer-content-lookup-via-proofivy-library-d27d7938/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from library.proofivy.com](https://www.zero.xyz/host/library.proofivy.com/llms.txt)
