AI Content API
Add enterprise-grade AI writing to your platform with a single API call.
Enterprise feature. The AI Content API is available to enterprise customers. Contact [email protected] to get access.
Our generate-content endpoint finds relevant insights on both the seller and prospect, then generates hyper-personalized messaging — emails, call scripts, multi-step sequences, account plans, and more.
Used by: TechTarget (IntentMail AI), and other enterprise partners embedding AI-powered outreach into their products.
Quick Start: AI Email Writer
With a single API call, generate a hyper-personalized email based on 350+ types of insights.
import requests
url = 'https://api.autobound.ai/api/external/generate-content/v3.6'
headers = {
'X-API-KEY': 'YOUR-API-KEY-HERE',
'Content-Type': 'application/json'
}
data = {
"contactEmail": "[email protected]",
"userEmail": "[email protected]",
"contentType": "email"
}
response = requests.post(url, headers=headers, json=data)
print(response.json())That's it — three required parameters, and you get back a fully personalized email.
Available Content Types
| Content Type | Parameter | Description |
|---|---|---|
"email" | Personalized cold or warm email | |
| Call Script | "callScript" | Talking points, openers, and conversation flow |
| Email Sequence | "emailSequence" | Multi-step follow-up sequence |
| LinkedIn Message | "linkedinConnectionRequest" | Connection request with personalized note |
| SMS | "sms" | Short personalized text message |
| Opener | "opener" | One-liner conversation starter |
| Account Plan | "accountPlan" | Strategic account overview with signals |
| Custom | "custom" | Freeform content with your own instructions |
Key Features
- 350+ insight types used for personalization (SEC filings, earnings, social activity, hiring, news, and more)
- Smart ranking — insights are automatically prioritized by recency, relevance, and impact
- Customizable — set writing style, word count, language, and inject your own context via
additionalContext - Model selection — choose between different LLMs for generation
Full Documentation
For detailed parameter reference, content type options, and advanced features, see the API Documentation section.
Looking for Signal Data Instead?
If you want the raw signal data (not AI-generated content), check out the Signal API — search, enrich, and score 30+ signal types in real time.
Updated 16 days ago
