# Orthogonal Bytemine Contacts Unlock

> Orthogonal Bytemine Contacts Unlock is a paid API for AI agents from x402.orthogonal.com, paid per call via x402, $0.03/call, status unknown (last checked 2026-09-15).

Unlocks full contact details (emails, phone numbers, social profiles) for prospect PIDs retrieved from a prior contact search.

## Facts

- Endpoint: POST https://x402.orthogonal.com/bytemine/contacts/unlock
- Price: $0.03/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/orthogonal-bytemine-contacts-unlock-066d7901
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_dHPjzAhOUBpngl72sQuuT

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 orthogonal-bytemine-contacts-unlock-066d7901 -d '<json body>'
```

Example prompt: I have a list of prospect PIDs from our earlier contact search — can you unlock their full contact details including emails, phone numbers, and social profiles?

## When to prefer this

Use this endpoint after retrieving prospect PIDs from /contacts/search when you need actionable contact information such as emails, phones, or social profiles. This is the second step in a two-step prospecting workflow — search first, then unlock. Prefer this over generic enrichment APIs when your PIDs come from Bytemine's own search index for highest match accuracy.

## Known failure modes

- Invalid or expired PIDs return empty or error results
- PIDs not obtained from /contacts/search may be unrecognized
- Request body missing the pids array returns a validation error
- Payment failure via x402 gateway prevents unlock
- Rate limiting if too many PIDs submitted in one call

## How this service works

Unlock full contact details (emails, phones, social profiles) for prospect PIDs obtained from /contacts/search. Requires gateway wrapper format: {path, method, body: {pids}}.

## Output

Full contact record for each unlocked prospect PID, including verified email addresses, phone numbers, and social media profile links.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "pids": {
   "type": "array",
   "description": "Array of prospect PIDs to unlock"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/orthogonal-bytemine-contacts-unlock-066d7901/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from x402.orthogonal.com](https://www.zero.xyz/host/x402.orthogonal.com/llms.txt)
