# VandaagAI Article Full Text Retrieval

> VandaagAI Article Full Text Retrieval is a paid API for AI agents from vandaagai.nl, paid per call via x402, $0.1/call, status unknown (last checked 2026-09-15).

Returns the full article text of a specific Dutch-language article from VandaagAI, billed per article via x402 micropayment

## Facts

- Endpoint: GET https://vandaagai.nl/artikel/zonder-ai-had-ik-mijn-baan-nooit-opgezegd
- Price: $0.1/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/vandaagai-nl-b405a295
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_gZyU2M0NbtJKchIimdQZB

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 vandaagai-nl-b405a295
```

Example prompt: Fetch the full text of the VandaagAI article 'zonder-ai-had-ik-mijn-baan-nooit-opgezegd' so I can summarize it — pay the per-article fee automatically.

## When to prefer this

Use this endpoint when an AI agent needs to programmatically access the full text of a specific VandaagAI Dutch-language article, especially when the article is behind a micropayment gate and the agent can autonomously handle x402 payment flows. Prefer this over scraping or manual access when operating in an agentic, autonomous context requiring reliable full-text retrieval.

## Known failure modes

- Article slug not found — 404 response if the URL path does not correspond to a published article
- Payment failure — x402 payment not accepted or insufficient funds result in access denied
- Invalid request format — missing or malformed POST body returns an error
- Article temporarily unavailable — server-side issue may return 5xx error

## How this service works

VandaagAI — volledige artikeltekst voor autonome agents (betaling per artikel)

## Output

The agent receives the complete body text of the requested Dutch-language article, suitable for summarization, analysis, or further NLP processing, delivered after a $0.10 USDC micropayment is processed via the x402 protocol.

## Example request

```json
{
 "format": "text",
 "article_slug": "zonder-ai-had-ik-mijn-baan-nooit-opgezegd"
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/vandaagai-nl-b405a295/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from vandaagai.nl](https://www.zero.xyz/host/vandaagai.nl/llms.txt)
