Skip to main content
GET
/
companies
/
{company_id}
/
content
Get company content
curl --request GET \
  --url https://api.getpg.ai/public-api/v1/companies/{company_id}/content \
  --header 'x-api-key: <api-key>'
[
  {
    "id": "9e106d89-a191-439f-a49f-b225e8fe24fe",
    "content_type": "document",
    "title": "Executive Report: Accelerating Enterprise Growth with PG:AI",
    "content": "Subject: Executive Report...\n\nOur Understanding of Your Business..."
  },
  {
    "id": "3aa65f1a-8b4a-480b-a947-da49ebcb1d29",
    "content_type": "email",
    "title": "Accelerate Enterprise Pipeline & GTM Alignment",
    "content": "Subject: Accelerate Enterprise Pipeline...\n\nHi {Name},\n\nIn your recent earnings call..."
  }
]

Authorizations

x-api-key
string
header
required

Your PG:AI API key. Generate one from Settings → API Keys in the PG:AI dashboard.

Path Parameters

company_id
string<uuid>
required

Query Parameters

type
enum<string>

Filter by content type

Available options:
email,
document,
call_script,
notes

Response

200 - application/json

Array of content items

id
string<uuid>
content_type
string

Type of content (e.g. email, document, call_script)

title
string
content
string

Full content body