# Prysm Abstract Email Lookup

> Prysm Abstract Email Lookup is a paid API for AI agents from prysm-kappa.vercel.app, paid per call via x402, $0.08/call, status unknown (last checked 2026-09-15).

Looks up and enriches email address data via the Abstract Email Validation/Intelligence API, proxied through Prysm's x402 micropayment gateway on Base.

## Facts

- Endpoint: POST https://prysm-kappa.vercel.app/api/v1/providers/abstract_email
- Price: $0.08/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/prysm-abstract-email-lookup-56ebbf76
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_hN2LyB7kV5-C6jhiH7gl3

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 prysm-abstract-email-lookup-56ebbf76 -d '<json body>'
```

Example prompt: Can you look up the email address john.doe@acme.com using Abstract Email and tell me if it's valid, deliverable, and whether it's from a disposable or free provider?

## When to prefer this

Choose this endpoint when you need a quick, pay-per-call email validation without managing Abstract API credentials yourself — ideal for agents making occasional lookups via x402 micropayments on Base in USDC. Prefer it over direct Abstract API calls when you want a single credentialed gateway that handles billing automatically.

## Known failure modes

- Invalid or malformed email input returns a validation error
- Unrecognized operation name returns an allowlist error
- Upstream Abstract API timeout returns a 504 or partial response
- Payment not settled via x402 returns a 402 Payment Required response
- Rate limiting by the underlying provider may return a 429

## How this service works

Prysm sells paid, agent-ready provider capabilities over x402 on Base mainnet using USDC.

## Output

Returns a JSON object with email validation details including deliverability status, format validity, SMTP check results, whether the domain is free or disposable, MX record presence, and a quality/risk score for the email address.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "input": {
   "type": "object",
   "description": "Provider-specific operation parameters.",
   "additionalProperties": true
  },
  "operation": {
   "type": "string",
   "description": "Allowlisted operation for the selected provider."
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "data": {},
  "provider": "abstract_email",
  "operation": "lookup"
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/prysm-abstract-email-lookup-56ebbf76/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from prysm-kappa.vercel.app](https://www.zero.xyz/host/prysm-kappa.vercel.app/llms.txt)
