The PG:AI API gives you programmatic access to account intelligence, territory data, contacts, content, and AI-powered insights. Use it to pull intelligence into your own tools, automate workflows, or build custom integrations.Documentation Index
Fetch the complete documentation index at: https://docs.getpg.ai/llms.txt
Use this file to discover all available pages before exploring further.
Base URL
Quick Start
Explore the endpoints
Browse the API Reference for interactive endpoint documentation, or read the guides below.
Endpoint Reference
Authentication
API key setup, permissions, and error handling
Companies
Company data, profiles, content, contacts, and tech stacks
Contacts
List and retrieve contacts with full profile data
Territories
Territory management and company lists
Search
Unified search across companies, contacts, and content
Organization
Organization settings and credit usage
Available Endpoints
| Method | Endpoint | Description |
|---|---|---|
GET | /v1/health | Health check (no auth required) |
POST | /v1/accounts | Search accounts |
GET | /v1/companies/{company_id} | Get company by ID |
GET | /v1/companies/{company_id}/profile | Get customizable company profile |
GET | /v1/companies/{company_id}/content | Get company content |
POST | /v1/companies/{company_id}/contacts | Search company contacts |
POST | /v1/companies/{company_id}/technologies | Get company tech stack |
GET | /v1/contacts | List contacts |
GET | /v1/contacts/{contact_id} | Get contact by ID |
GET | /v1/territories | List territories |
GET | /v1/territories/{territory_id} | Get territory details |
GET | /v1/territories/{territory_id}/companies | List territory companies |
GET | /v1/search | Unified search |
GET | /v1/organization/credits | Get organization credits |
Rate Limits
API requests are rate-limited based on your plan. When you hit the limit, the API returns429 Too Many Requests. See the Authentication page for details on rate limit headers.
