# DART Disclosure Full Text by Receipt Number

> DART Disclosure Full Text by Receipt Number is a paid API for AI agents from dartapi.ljaysk.com, paid per call via x402, $0.02/call, status unknown (last checked 2026-09-13).

Fetches and returns the full plain-text body of a Korean DART regulatory disclosure, parsed from the original filing, identified by receipt number.

## Facts

- Endpoint: GET https://dartapi.ljaysk.com/v1/events/20260720900810/document
- Price: $0.02/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-13
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/dart-disclosure-full-text-by-receipt-number-71523af2
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_Rumqa9i6Wt3KSqbRF0V0t

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 dart-disclosure-full-text-by-receipt-number-71523af2
```

Example prompt: Can you pull the full text of Korean DART disclosure with receipt number 20260720900810? I want to read exactly what was filed — the actual contract details, amounts, and all.

## When to prefer this

Use this endpoint when you have a specific DART receipt number and need the complete, human-readable text of that filing — e.g. after discovering a disclosure via the event stream or material disclosure endpoints. Prefer this over the detail endpoint when you need the full document body rather than metadata and classification. Ideal for NLP analysis, summarization, or extracting specific contract terms from Korean regulatory filings.

## Known failure modes

- Invalid or non-existent receipt number returns a 404 or error response
- Receipt number belongs to a filing with no parseable text content
- Network or upstream DART API unavailability causes timeout
- Payment failure via x402 protocol prevents access
- Very long filings may be truncated (truncated=true in response)

## How this service works

Full text of a Korean disclosure (DART original), parsed to clean plain text. By receipt number.

## Output

A JSON object containing the full parsed plain-text body of the DART filing (`text`), the receipt number (`rcept_no`), a boolean indicating whether the text was truncated (`truncated`), and the total character count (`total_chars`). The text is cleaned from the original DART HTML/XML source into readable Korean plain text.

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/dart-disclosure-full-text-by-receipt-number-71523af2/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from dartapi.ljaysk.com](https://www.zero.xyz/host/dartapi.ljaysk.com/llms.txt)
