Generate Personalized Content

This endpoint handles everything from contact resolution to insight ranking and content generation for hyper-personalized outreach. Use the examples below to see powerful use cases like generating a CXO pitch email, a multi-step sequence, call scripts, or custom talking points. The first example ("1. Generate a CXO Pitch Email (Default)") is pre-filled for an immediate 'Try It' experience.

Authentication: Requires an X-API-KEY in the header.

Rate Limits:

  • 300 requests per minute
  • 50,000 requests per day (Contact support for higher limits)
Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Body Params

Parameters for generating personalized content.

string

Email address of the contact (prospect). Either contactEmail or contactLinkedinUrl is required.

url

LinkedIn URL of the contact (prospect). Either contactEmail or contactLinkedinUrl is required.

string

Email address of the user (seller) the content is written for. Either userEmail or userLinkedinUrl is required.

url

LinkedIn URL of the user (seller) the content is written for. Either userEmail or userLinkedinUrl is required.

string
enum
required

Type of content to generate. When 'sequence', each email consumes 2 credits.

Allowed:
string | null
enum

Writing style for content generation. If 'custom', customWritingStyle must be provided.

Allowed:
string | null

Extra information for customizing generated content in instruction format. Max 10,000 characters.

integer | null

Approximate word count for output. If not passed, system determines it.

string | null

Overwrite contact name. Increases chance of A+ email if system can't find it.

string | null

Overwrite contact's company name.

url | null

Overwrite contact's company URL. Affects company name and insights.

string | null

Content base for generation (e.g., email template). For contentType: email, include subject: "Subject: ...". For contentType: sequence, separate emails with "Step X". Only Step 1 needs a subject. Supports variables like {contactName}, {contactCompanyName}, {userName}, {userCompanyName}. Can embed AI instructions in brackets [like this].

string | null

Custom content output type description. Required if contentType is 'custom'.

string | null

Custom writing style instructions. Required if writingStyle is 'custom'. Max 10,000 characters.

disabledInsights
array of strings | null

Disable specific insights. Full list available in description or via enum. Insights in enabledInsights take precedence.

disabledInsights
enabledInsights
array of strings | null

Only use specific insights. Overrides defaults. Full list available in description or via enum.

enabledInsights
string | null
enum

LLM for content generation. Only for contentType: sequence or email. See docs for defaults.

Allowed:
integer | null
1 to 3
Defaults to 1

Number of unique content pieces to generate. Default 1, max 3. Not compatible with contentType: sequence.

string | null
Defaults to english

Desired language for content. Defaults to 'english'.

string | null

Additional sales information (e.g., whitepaper text, webpage scrape from Autobound's site). Max 10,000 characters.

integer | null
Defaults to 3

Number of emails in sequence. Only if contentType is 'sequence'. Defaults to 3.

string | null

Overwrite user company name.

url | null

Overwrite user company URL. Affects company name and insights.

string | null

Overwrite user name.

string | null

Set value proposition for Autobound. Overwrites system's default. Max 10,000 characters.

Responses

Language
Credentials
Header
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json