Skip to main content
The PG:AI API gives you programmatic access to account intelligence, territory data, contacts, content, and AI assistant capabilities. Use it to pull intelligence into your own tools, automate workflows, or build custom integrations.

Base URL

https://api.pipelinegeneration.ai/v1

Quick Start

1

Get your API key

Generate an API key in Configuration > API within your PG:AI workspace.
2

Make your first request

curl -X GET "https://api.pipelinegeneration.ai/v1/territories" \
  -H "x-api-key: your_api_key"
3

Explore the endpoints

Browse the endpoint reference below to see what’s available.

Endpoint Reference

All Endpoints

MethodEndpointDescription
GET/v1/companies/{company_id}Get company by ID
GET/v1/companies/{company_id}/profileGet customizable company profile
GET/v1/companies/{company_id}/contentGet company content
POST/v1/companies/{company_id}/contactsSearch company contacts
POST/v1/companies/{company_id}/technologiesGet company tech stack
GET/v1/companies/{company_id}/graphGet company knowledge graph
POST/v1/companies/{company_id}/assistant/chatChat with AI assistant
GET/v1/companies/{company_id}/assistant/conversationsList assistant conversations
GET/v1/companies/{company_id}/assistant/conversations/{id}Get conversation details
POST/v1/accountsSearch accounts
GET/v1/contactsList contacts
GET/v1/contacts/{contact_id}Get contact by ID
POST/v1/contactsCreate a contact
GET/v1/territoriesList territories
GET/v1/territories/{territory_id}Get territory details
GET/v1/territories/{territory_id}/companiesList territory companies
GET/v1/tasksList tasks
GET/v1/tasks/{task_id}Get task details
POST/v1/tasksCreate a task
PATCH/v1/tasks/{task_id}Update a task
GET/v1/workflowsList workflows
POST/v1/workflows/triggerTrigger a workflow
GET/v1/workflows/executions/{execution_id}Get execution status
GET/v1/searchUnified search
GET/v1/organization/creditsGet organization credits

Rate Limits

API requests are rate-limited based on your plan. When you hit the limit, the API returns 429 Too Many Requests. See the Authentication page for details on rate limit headers.