# VandaagAI Article Full Text

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

Retrieves the full text of a Dutch news or editorial article from VandaagAI, billed per article via x402 micropayment

## Facts

- Endpoint: GET https://vandaagai.nl/artikel/vibecoden-naar-productie
- Price: $0.1/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/vandaagai-nl-b45b2bc0
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_8sJ01lbHAGSn6l8HGC-sf

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-b45b2bc0
```

Example prompt: Fetch me the full article text for the 'vibecoding naar productie' piece from VandaagAI so I can read and summarize it.

## When to prefer this

Use this endpoint when an AI agent needs the full text of a specific VandaagAI Dutch-language article identified by its URL slug, and is willing to pay $0.10 USDC per article via x402 micropayment. Prefer this over scraping when you need clean, structured article text without HTML noise, and when operating in an autonomous agent context that supports x402 payment flows.

## Known failure modes

- Payment failure or insufficient USDC balance — returns 402 Payment Required
- Invalid or non-existent article slug — returns 404 Not Found
- Article temporarily unavailable — returns 503 Service Unavailable
- Malformed request body — returns 400 Bad Request

## How this service works

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

## Output

The full body text of the requested Dutch article, returned after a successful per-article x402 micropayment of $0.10 USDC. The response contains the complete editorial or news article content suitable for further AI processing, summarization, or analysis.

## Example request

```json
{
 "article_slug": "vibecoden-naar-productie"
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/vandaagai-nl-b45b2bc0/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)
