← oblique.markets · all endpoints

POST /api/v1/paid/rep-stableenrich-people-enrich — $0.28 per call

Use when an agent needs rep stableenrich people enrich. Returns Accountless people enrichment lookup that normalizes supplied name, email, phone, company, LinkedIn URL and location signals into structured identity and requested fields; unavailable third-party fields are explicit nulls. $0.28.

Price$0.28 per call (280000 atomic USDC, scheme exact)
Categorydata-services
Railsx402 · USDC on Base (eip155:8453) and Solana · MPP pathUSD on Tempo
Canonical URLhttps://api.oblique.markets/api/v1/paid/rep-stableenrich-people-enrich

Try it

curl -i https://api.oblique.markets/api/v1/paid/rep-stableenrich-people-enrich
# → HTTP 402 with the exact payment requirements; pay, then retry with PAYMENT-SIGNATURE (x402) or Authorization: Payment (MPP)

Input schema

{
 "type": "object",
 "required": [
  "requested_fields"
 ],
 "properties": {
  "name": {
   "type": "string",
   "maxLength": 256,
   "description": "Full name"
  },
  "email": {
   "type": "string",
   "maxLength": 256,
   "description": "Email address"
  },
  "phone": {
   "type": "string",
   "maxLength": 256,
   "description": "Phone number"
  },
  "company": {
   "type": "string",
   "maxLength": 256,
   "description": "Company or organization"
  },
  "linkedin_url": {
   "type": "string",
   "maxLength": 256,
   "description": "LinkedIn profile URL"
  },
  "location": {
   "type": "string",
   "maxLength": 256,
   "description": "Location"
  },
  "requested_fields": {
   "type": "array",
   "minItems": 1,
   "maxItems": 6,
   "uniqueItems": true,
   "items": {
    "type": "string",
    "enum": [
     "email",
     "phone",
     "company",
     "location",
     "job_title",
     "linkedin_url"
    ]
   }
  }
 },
 "additionalProperties": false
}

Example output

{
 "status": "matched",
 "identity": {
  "full_name": "Ada Lovelace",
  "first_name": "Ada",
  "last_name": "Lovelace"
 },
 "confidence": "high",
 "enrichment": {
  "email": "ada@example.com",
  "phone": null,
  "company": "Analytical Engines",
  "location": "London",
  "job_title": null,
  "linkedin_url": null
 },
 "freshness": {
  "source": "caller-supplied-signals",
  "as_of": "request_time"
 },
 "retrieved_at": "2026-08-30T12:00:00.000Z",
 "evidence_hash": "sha256:aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa"
}

Clients

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