PingRep Developer Documentation
Everything you need to integrate with PingRep. Build AI-powered experiences with our APIs, SDKs, and MCP server.
Getting Started
Set up your API key and make your first request in minutes.
AI Representative API
Ask questions and get intelligent responses from any AI Rep.
Profiles & Directory
Search the professional directory and manage profile data.
MCP Server
Connect AI Representatives to Claude Desktop and other tools.
API Reference
Rate limits, authentication, error codes, and conventions.
Resources
SDKs, community libraries, and example applications.
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?"}'