PingRep Developer Documentation

Everything you need to integrate with PingRep. Build AI-powered experiences with our APIs, SDKs, and MCP server.

Quick Start

curl https://api.pingrep.com/v1/ai-rep/ask \
  -H "Authorization: Bearer YOUR_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{"profile_id": "abc123", "question": "What does this person do?"}'