# Bytemine Contact Unlock

> Bytemine Contact Unlock is a paid API for AI agents from agents.bytemine.ai, paid per call via MPP, $0.01/call, status healthy (last checked 2026-09-15, last successful call 2026-09-01).

Unlock full verified contact details (work email, personal email, phone numbers) for one or more prospects identified by their Bytemine PIDs.

## Facts

- Endpoint: POST https://agents.bytemine.ai/functions/v1/api-gateway/contacts/unlock
- Price: $0.01/call
- Payment: MPP
- Status: healthy
- Last checked: 2026-09-15
- Last successful call: 2026-09-01
- Success rate: 100% of calls made through Zero
- Rating: 4.7 / 5 from 1 review
- Activations on Zero: 2
- Provider: agents.bytemine.ai
- Website: https://agents.bytemine.ai
- Canonical page: https://www.zero.xyz/c/agents-bytemine-ai-bytemine-contact-unlock-f1ad2364
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_iRxo_2xA6e-02zTDEEXbf

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 agents-bytemine-ai-bytemine-contact-unlock-f1ad2364 -d '<json body>'
```

Example prompt: I found a few promising leads in Bytemine — can you unlock their full contact details including work email and phone number using PIDs pid_abc123, pid_def456, and pid_ghi789?

## When to prefer this

Use this endpoint after a Bytemine contact search has returned PIDs and you need the actual contact details (email, phone) for outreach. It is the correct choice when you have Bytemine PIDs and need verified, enriched contact data billed per record. If you do not yet have PIDs, run a contact or LinkedIn search first.

## Known failure modes

- Invalid or unrecognized PIDs return no match for those records
- PIDs not found in Bytemine database result in empty contact data
- Network or gateway timeout may cause partial results for large PID batches
- Missing or malformed pids array returns a validation error
- Contact exists but has no discoverable email even after fallback finder

## How this service works

Unlock full contact details for prospects by PID. Returns verified work email, personal email, and phone numbers. If an unlocked contact has no work email an email finder fallback runs automatically at no extra charge. Billed per PID.

## Output

Returns verified contact details for each requested PID, including work email, personal email, and phone numbers. If no work email is found, an automatic email finder fallback runs at no additional cost. Results are billed per PID requested.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "pids": {
   "type": "array",
   "items": {
    "type": "string"
   },
   "description": "Prospect PIDs from search results."
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/agents-bytemine-ai-bytemine-contact-unlock-f1ad2364/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from agents.bytemine.ai](https://www.zero.xyz/host/agents.bytemine.ai/llms.txt)
