Getting Started

Overview

Introduction to the PingRep API and what you can build with it.

What is PingRep?

PingRep is the first platform that lets professionals create AI Representatives. An AI Representative is an intelligent agent trained on your professional identity that interacts with people on your behalf, 24/7.

The PingRep API gives you programmatic access to everything the platform offers, so you can embed AI Representatives in your own applications, search the professional directory, manage profiles, and integrate with AI tools like Claude Desktop.

Why use the API?

Whether you are building an internal tool, a customer-facing product, or connecting PingRep to your existing workflow, the API lets you:

  • Embed AI conversations directly in your website or app
  • Search the professional directory to discover and connect with people
  • Manage profiles programmatically for teams and organizations
  • Connect to AI tools through the PingRep MCP Server

Key capabilities

CapabilityWhat you can do
AI RepresentativeAsk questions about any professional and get intelligent, contextual responses. Supports streaming and synchronous modes.
Directory SearchFind professionals by role, location, industry, or keyword.
Profile ManagementCreate, update, and manage professional profiles through the API.
Content ManagementPublish and manage blog posts, social links, and media.
MCP IntegrationConnect AI Representatives to Claude Desktop, Cursor, and other MCP-compatible tools.

Architecture

The PingRep platform is built around two main integration points:

  1. REST API at https://api.pingrep.com for direct HTTP access
  2. MCP Server for connecting AI Representatives to compatible AI tools

Base URL

All API requests go to https://api.pingrep.com. Every endpoint described in these docs is relative to this base URL.

If you are new to the PingRep API, start with the Quickstart to make your first API call in under 60 seconds. Then read Authentication to understand the available auth methods.

If you want to jump straight to a specific feature, use the sidebar navigation to find the section you need.