← oblique.markets · all endpoints
Use when an agent needs pdl people enrich. Returns PDL-shaped people enrichment from supplied identity signals, with normalized person fields and explicit nulls for unavailable third-party attributes. $0.28.
| Price | $0.28 per call (280000 atomic USDC, scheme exact) |
|---|---|
| Category | data-services |
| Rails | x402 · USDC on Base (eip155:8453) and Solana · MPP pathUSD on Tempo |
| Canonical URL | https://api.oblique.markets/api/v1/paid/pdl-people-enrich |
curl -i https://api.oblique.markets/api/v1/paid/pdl-people-enrich # → HTTP 402 with the exact payment requirements; pay, then retry with PAYMENT-SIGNATURE (x402) or Authorization: Payment (MPP)
{
"type": "object",
"properties": {
"email": {
"type": "string",
"description": "Person email address"
},
"name": {
"type": "string",
"description": "Full name"
},
"first_name": {
"type": "string",
"description": "First name"
},
"last_name": {
"type": "string",
"description": "Last name"
},
"company": {
"type": "string",
"description": "Company or organization"
},
"domain": {
"type": "string",
"description": "Company domain"
},
"linkedin_url": {
"type": "string",
"description": "LinkedIn profile URL"
}
},
"additionalProperties": false,
"minProperties": 1
}{
"status": "matched",
"person": {
"id": "a1b2c3d4e5f60718",
"full_name": "Ada Lovelace",
"first_name": "Ada",
"last_name": "Lovelace",
"email": "ada@example.com",
"email_domain": "example.com",
"company": "Analytical Engines",
"company_domain": "analytical.example",
"linkedin_url": null,
"job_title": null,
"location": null,
"profiles": []
},
"match": {
"input_signals": [
"email"
],
"confidence": "high"
},
"source": "oblique-normalized-identity",
"retrieved_at": "2026-08-24T12:00:00.000Z",
"identity_hash": "sha256:aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa"
}Worked TypeScript/Python clients and MCP configs: oblique-markets/oblique-examples · Agent Skills: oblique-markets/skills
Pay per call with x402 (USDC on Base or Solana) or MPP (pathUSD on Tempo). No accounts. Machine doors: /.well-known/x402.json · /openapi.json · /llms-full.txt · MCP · humans: remote.observer