# Dayze Notable Pack Premium

> Dayze Notable Pack Premium is a paid API for AI agents from dayze.com, paid per call via x402, $0.1/call, status unknown (last checked 2026-09-15).

Retrieves the premium tier of Dayze's 'notable pack', returning curated S-tier quality data related to notable days, dates, and life timeline content.

## Facts

- Endpoint: GET https://dayze.com/api/v1/notable-pack/premium
- 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/dayze-notable-pack-premium-41924f0d
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_1E1KUpdwINkvDPIEQsSgw

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 dayze-notable-pack-premium-41924f0d
```

Example prompt: Fetch the premium notable pack from Dayze so I can get the S-tier curated set of notable days and dates for my life timeline.

## When to prefer this

Use this endpoint when you need to retrieve Dayze's top-tier curated notable days and dates content pack, specifically the premium (S-tier) grade, for enriching life timelines, personal CRM records, or date-based applications that require the highest quality curated content from Dayze.

## Known failure modes

- Payment not included or insufficient — returns 402 Payment Required
- Invalid or expired API credentials — returns 401 Unauthorized
- Pack not available or endpoint deprecated — returns 404 Not Found
- Rate limiting exceeded — returns 429 Too Many Requests
- Service temporarily unavailable — returns 503

## How this service works

Count how many days you have lived, use our free day and date calculator between any two dates, and build your life timeline. Personal CRM on Dayze.

## Output

Returns a JSON object containing the pack identifier ('notable_premium'), the tier label ('premium'), and a quality object indicating S-tier status (s_tier: true) and a pack grade of 'S'.

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "pack": "notable_premium",
  "tier": "premium",
  "quality": {
   "s_tier": true,
   "pack_grade": "S"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/dayze-notable-pack-premium-41924f0d/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from dayze.com](https://www.zero.xyz/host/dayze.com/llms.txt)
