v2.1 Autobound API Documentation

Write hyper-personalized sales content in seconds. V2.1 contains our "ultra" model.

Introduction

Welcome to the Autobound API documentation! Autobound is at the forefront of revolutionizing B2B sales and martech operations by harnessing the power of generative AI. Unlike more generalized AI solutions such as OpenAI's GPT-3 and GPT-4 or Anthropic, Autobound is finely tuned for writing high quality sales emails purpose. Our API empowers sales and marketing teams to embed a powerful AI writer within their products or platforms, making it an invaluable resource for their end clients.

Discover The Power of Insights

The core value of Autobound’s API lies in the rich insights it provides, meticulously curated from a myriad of sources across the web. These insights span a wide range of categories from social media activity, news events, shared experiences, to technographic data, and more.

With Autobound’s API, you unlock access to insights such as:

  • Prospect's interests, hobbies, initiatives, and accomplishments.
  • Prospect company value proposition.
  • Persona-specific pain points and KPIs.
  • Technologies used (competitive, complementary).
  • Work history and recent job changes.
  • Customer win stories, prospect’s customers, and investor data.
  • News events like new offerings, acquisitions, awards, and partnerships.
  • Shared experiences like common past employers or schools.
  • ... and many more, all aimed at fueling a deeper understanding and engagement with your prospects.

Craft Exquisite Sales Content

Autobound’s API is engineered to craft email copy that resonates. Not only does it pump in a wealth of relevant insights, but it also allows for customization of the tone, style, and length of the outputted emails. This level of customization ensures that the generated emails align perfectly with your brand voice and the unique preferences of your end clients. The result is compelling, hyper-personalized sales content that stands out in a crowded inbox.

Build Your Own AI Writer

By leveraging these insights and customization features, product teams can now build their own AI writers within their products/platforms. This not only accelerates the content generation process but also ensures that every piece of content is hyper-personalized, relevant, and resonates with the recipient.

Autobound’s API is designed to seamlessly integrate into your existing workflows, allowing for the automatic generation of highly personalized sales content. The ability to generate content that caters to the unique attributes and circumstances of each prospect is a game-changer in the realm of B2B sales and marketing.

Consumption and Credits

The API operates on a usage-based model where the consumption of credits is determined by the type of content generated and the model chosen for generation — Turbo or Ultra. Both models cater to different priorities, Turbo being the choice for faster content generation, and Ultra for a higher quality output, albeit at a slightly slower pace.

Turbo vs Ultra:

  • Turbo: Ideal for a quicker turnaround, generating content at a brisk pace. This model is your go-to when speed is of the essence.
  • Ultra: The choice for when quality trumps speed. Ultra takes a tad longer to craft content but the result is more refined and polished.
Content TypeTurbo CreditsUltra Credits
COLD_OUTBOUND_OPENER12
COLD_OUTBOUND_EMAIL23
All other content types (SMS, CONNECTION_REQUEST, etc.)23

Credits are only consumed when content is successfully generated and returned, not for failed API requests.

Get Started

Embark on this transformative journey by exploring the following sections of this documentation. This documentation will guide you on how to make your first API request, while the comprehensive endpoint and schema descriptions will provide a deeper understanding of the API's capabilities.

Autobound is set to redefine the sales and martech landscapes. With our API, you are not just keeping pace with the AI revolution, but leading the charge. Dive in, and discover how Autobound’s API can revolutionize your sales and martech operations.

Step 1: Authentication

To authenticate with the Autobound API, use the X-API-KEY header in your requests. Obtain your API key by requesting one from [email protected].

X-API-KEY: your-api-key-here

Step 2: Understanding Error Codes

Understanding error codes is crucial for troubleshooting and ensuring smooth interaction with the API. Here are the explanations for the error codes you might encounter:

  • 200 OK: The request was successful, and the expected response is returned.
  • 401 Unauthorized: Authentication failed, likely due to an incorrect or missing API key.
  • 402 Payment Required: The request cannot be processed due to insufficient credits.
  • 405 Method Not Allowed: The HTTP method used is not supported for the endpoint.
  • 408 Request Timeout: The request took too long to process and timed out.
  • 429 Too Many Requests: Too many requests have been sent in a given amount of time and the rate limit has been exceeded. The rate limits are set to prevent abuse and to ensure fair usage.

If you encounter any issues or have questions while interacting with the Autobound API, our support team is here to assist.

Email: [email protected]

Step 3: Making Your First Request

To generate personalized content, make a POST request to the /generate-content/v2.0 endpoint. The only required parameters are your API key, userEmail, contactEmail, and contentType (described further below).

curl -X POST https://api.autobound.ai/api/external/generate-content/v2.0 \
-H "X-API-KEY: your-api-key-here" \
-H "Content-Type: application/json" \
-d '{
    "contactEmail": "[email protected]",
    "userEmail": "[email protected]",
    "contentType": "COLD_OUTBOUND_EMAIL"
}'

Replace your-api-key-here with your actual API key, and adjust the request body to match your specifics.

In the context of the Autobound API, identifiers are crucial as they provide the necessary context for generating personalized sales content. Here's a breakdown of how identifiers are used on both the prospect and seller level:

Prospect Identifier:

The prospect identifier (work email) is crucial for personalizing the content generated towards a particular potential client. This identifier allows Autobound's API to pull in relevant insights about the prospect, such as their interests, work history, recent job changes, company initiatives, and news events related to their organization. By having a specific identifier for the prospect, the API can craft content that is tailored to catch the prospect’s attention and resonate with their current circumstances and interests. Even if the system fails to identify the prospect, our hit rate for generating compelling content based on their company-level information is high.

Seller Identifier:

Similarly, a seller identifier (work email) is essential for personalizing the content from the sender's side. The seller identifier enables the API to incorporate information about the seller, perhaps their shared experiences with the prospect, their position, or their company’s value proposition. This ensures that the content generated not only appeals to the prospect but also accurately represents the seller and their brand.

Content Type:

The contentType parameter specifies the type of content you want to generate. It's crucial for tailoring the message according to the context in which it will be delivered. Here are the options:

  • COLD_OUTBOUND_EMAIL: Generates a full cold outbound email.
  • COLD_OUTBOUND_OPENER: Generates just the opening 1-2 lines of an email.
  • CONNECTION_REQUEST: (Coming Soon) Generates a personalized LinkedIn connection request.
  • SMS: (Coming Soon) Generates a short message for SMS outreach.
  • CALL_SCRIPT: (Coming Soon) Generates a script for phone outreach.
  • CUSTOM: (Coming Soon) This flexible option allows you to pass custom instructions, with a 500 character maximum, to guide the content generation for any outreach scenario. Examples could include instructions like "write a 4 email drip sequence", "write a 3 paragraph account strategy", or "create a list of this prospect's top 15 pain points". Regardless of the instruction, Autobound's rich data on prospects and sellers drives the personalization, ensuring the generated content is contextually relevant and highly personalized to both the sender and the receiver.

Each contentType is designed to match the medium and style of communication that is most effective for that particular channel, ensuring that your outreach is always on point.

Request Schemas

Identifiers

  • contactEmail (required): The email address of the contact (prospect) you are reaching out to.
  • userEmail (required): The email address of the user (seller) making the request.
  • contentType (required): The type of content to be generated. It could be COLD_OUTBOUND_EMAIL for generating a full email, or COLD_OUTBOUND_OPENER for generating just the opening 1-2 lines of an email.
    • In the near future, contentType will expand beyond COLD_OUTBOUND_EMAIL and COLD_OUTBOUND_OPENER to include CONNECTION_REQUEST, SMS, and CALL_SCRIPT, catering to a broader range of outreach strategies. Additionally, a new feature will allow users to pass in Custom instructions, prompting specific responses from Autobound. This custom instruction capability empowers users to dictate the exact narrative they want to convey. It's recommended to use the Ultra model for this feature to yield higher-quality, thoughtfully crafted content, albeit at a slightly slower generation speed compared to the Turbo model.
  • n(optional) The number of unique pieces of content to generate for the given request. This is set to 1 by default (it not included). The maximum is 3.

additionalContext (optional)

  • instructions (required if additionalContext is used): This field allows for further customization of the generated content by providing specific guidelines or data to be included in the message. The flexibility here is powerful - you could incorporate intent data, mention past interactions logged in the CRM, or highlight any other relevant information.

generationModel (optional): Indicates the model to use: turbo or ultra.

  • turbo: Suitable for fast, less complex content generation, but may fall short in incorporating numerous insights or handling detailed CUSTOM content types.
  • ultra: Although slower and more credit-consuming, Ultra excels in blending multiple insights into a concise message, making it ideal for detailed CUSTOM content type requests, such as intricate email sequences or specific output requirements. This model's adeptness in managing complex instructions ensures a highly personalized, nuanced output, making it the recommended choice for advanced custom content requests.

salesAsset (optional) Launch date: Nov 22nd

  • Content (required if this salesAsset is used): The text or information a seller wants to include in their messaging, which could be derived from a webpage scrape focusing on a specific product, the pain points it solves for a certain industry, information on an upcoming event, etc.
  • InstructionsforAI (optional if SalesAsset is used): Guidance for the AI on how to incorporate the provided sales asset into the messaging, ensuring the highlighted points are effectively communicated.

Example:

{
    "contactEmail": "[email protected]",
    "userEmail": "[email protected]",
    "contentType": "COLD_OUTBOUND_EMAIL",
    "generationModel": "ultra",
    "n": 1,
    "additionalContext": {
        "instructions": "Daniel previously had a conversation with Ryan's coworker Robert."
    },
    "SalesAsset": {
        "Content": "Join us for a Happy Hour at Dreamforce...",
        "InstructionsforAI": "Include this invitation in a compelling way in the email body, expressing the networking and learning opportunities present."
    }
}

In this example:

  • contactEmail is the email address of Ryan Basch, the prospect.
  • userEmail is the email address of Daniel, the user making the request.
  • contentType is set to COLD_OUTBOUND_EMAIL, indicating that a full cold outbound email is to be generated.
  • modelType is set to ultra, which will improve the quality of the generated email, though it'll cost 3 credits rather than 2, and take a bit longer (3-7 seconds longer on average).
  • n is set to 1, indicating that one unique piece of content is requested.
  • additionalContext includes an instruction to mention a previous conversation Daniel had with Ryan's coworker, Robert, which will guide the content generation process to include this particular context in the email.
  • SalesAsset provides content about an upcoming happy hour event at Dreamforce, along with instructions for the AI on how to pitch this event in the email.

Understanding the Response

A successful response will return a JSON object containing a list of generated content along with their respective IDs and insights used.

Response Structure:

  • The response is organized under a contentList array, which contains objects for each generated piece of content.
  • Each object contains a subject, content, contentItemId, includedInsights, insightsUsed, valuePropsUsed, and templateId.

Subject and Content

Subject

The subject field is provided only when the contentType is set to COLD_OUTBOUND_EMAIL. It represents the subject line of the email that is to be sent. The subject is crafted in a way that it corresponds and is relevant to the body of the email, ensuring coherence and context alignment between the subject and the email content. This aspect enhances the chances of the email being opened and engaged with by the recipient. The subject field will not be present in the response when generating email openers COLD_OUTBOUND_OPENER.

"subject": "Congrats on $27M! Level-Up Verifiable's Sales Game 🚀"

Content

The content field represents the body of the contentType specified in the request. For example, forCOLD_OUTBOUND_EMAIL, it contains the complete email body, while for COLD_OUTBOUND_OPENER, it contains the opening 1-2 lines of an email.

The content returned is formatted in HTML to preserve line breaks, formatting, and any other structural elements that are essential for a well-formatted email. This ensures that when the content is rendered in an email client, it retains the formatting as intended, making it easy to read and engaging for the recipient.

Example of an HTML formatted content:

"Hi Ryan,\n\nKudos on the $27M Series B! I’m Daniel from Autobound, and we're in the business of supercharging sales emails—just like this one.\n\nOracle alum here, like you. We both know the sales grind. What if you could cut that grind in half?\n\nThink this could make you really stand out in your new role, interested in learning more?\n\nBest,\nDaniel\n\n

Is ML Generated

The isMLGenerated field indicates whether the content was generated by a machine learning model. It's a boolean value where true signifies that the content was AI-generated, which is always the case in the response.

"isMLGenerated": true

Content Item ID

The contentItemId is a unique identifier associated with each piece of generated content within the contentList array. This ID is crucial for debugging and tracking purposes.

In the event of any issues or anomalies with the generated content, providing the contentItemId when reaching out for support will expedite the troubleshooting process. It allows for precise identification and examination of the specific content generation request, aiding in a quicker resolution.

Here's an example of how the contentItemId is structured in the response:

"contentItemId": "8f72b0fe-f9cf-4795-8612-372cb5e6b9ca"

Included Insights

The includedInsights field provides a breakdown of the insights used to generate the content, grouped by categories. Each insight contributes to crafting a personalized and relevant message for the recipient. The insights are collected from various sources and encompass a range of categories. As the Autobound team continues to add more insights into our system, we'll be simplifying the taxonomy of the insight types and subtypes.

Be sure to see "List of all insights" below for an accurate timeline/update of which insights are live in our system.

Here are the primary types of insights that may be included:

  1. Company highlights
    1. This insight entails specific mentions of a prospect's company's customers or investors, often name-dropped to exhibit the seller's knowledge and research about the prospect and their business. This gesture showcases a level of preparation and personalization, which can foster a more engaging and meaningful interaction with the prospect.
  2. Competitor news
    1. This insight provides curated news articles on a prospect's competitors, identified based on industry, product category, and company size through a blend of internal algorithms and external datasets, either crawled or acquired. Our database encompasses about 150,000 different companies, showcasing a strong footprint in the B2B domain. The news covers pivotal competitor activities such as funding rounds, acquisitions, executive hires, or new product launches. Having this information at hand when reaching out to prospects can be instrumental, as it not only informs the conversation but also unveils opportunities to showcase how your offerings can provide a competitive advantage in light of recent developments.
  3. Financial
    1. Insights regarding the prospect's company financial status, encompassing areas like revenue growth, profit margins, operational efficiency, capital expenditures, and more. This could reflect on the company's financial health, expansion pace, profitability, cost management, and investment strategies, among other financial aspects. By analyzing various financial metrics and their implications, these insights can help tailor propositions to address the financial pain points the prospect's company might be facing, aligning with their financial goals or challenges.
  4. Hiring trend
    1. This insight analyzes a prospect's company's open job positions to deduce their initiatives and potential pain points. Utilizing text analysis methods on keywords in job titles, responsibilities, the quantity and seniority of roles open, we make the open positions relevant to the prospect a user is reaching out to. With a dataset encompassing around 10 million open job positions across 8 million companies at any given time, this insight provides a unique lens into the prospect's company's operational focus and challenges.
  5. Insight
    1. News events relating to the prospect or their company derived from news articles, press releases, or other public sources (about 150 publications in total). Examples might include recent funding rounds, product launches, or other notable events. This type name will likely be changed to "News" in the future.
  6. Podcast
    1. Insights derived from specific podcasts that the prospect has participated in. This could include their views, expertise shared, or discussions they were involved in, which provides a deeper understanding of the prospect's professional interests and knowledge.
  7. Shared Experience
    1. Commonalities between the sender and the recipient, such as having worked at the same company or attended the same school, which can be leveraged to build rapport.
  8. Social Media
    1. Information gleaned from the prospect's social media profiles like LinkedIn, providing details on their professional background, interests, recent job changes, work anniversaries, and more.
  9. Youtube
    1. Information gathered from specific YouTube videos featuring the prospect. This may encompass presentations, interviews, or discussions they were part of, offering a glimpse into their professional persona, their expertise, and areas of interest.

Each category contains an array of insights, with each insight encapsulated in an object that carries the unique ID of the insight, among other information. In the response, you will find the includedInsights field populated with the type of insights used and the corresponding IDs, which can be used for further reference or analysis.

Insights Used

The insightsUsed field provides detailed information on each individual insight that was utilized to craft the content. Each insight is represented as an object within an array, containing various properties that describe the insight, its source, and the relevant data points that were extracted and utilized.

Here's a breakdown of the properties within each insight object:

  1. insightId:

    1. A unique identifier for the insight.
      Insight ID: "189550f1-dcdd-4d1f-aca8-4b1d38c02a16"
      
  2. type:

    1. The category of the insight (e.g., socialMedia, insight, sharedExperience).
      type: "sharedExperience"
      
  3. subType:

    1. A more specific classification within the insight type. The following are available subTypes with their respective types

      subType: "workedSameCompany"
      
  4. name:

    1. A descriptive name for the insight.
      name: "You and the prospect worked at the same company"
      
  5. description:

    1. A brief description of the insight.
  6. variables:

    1. An object containing the actual data points extracted, which were utilized in the content generation.
      {
          "sharedCompanyName": "Oracle",
          "userSharedCompanyStartYear": 2017,
          "userSharedCompanyEndYear": 2017,
          "contactSharedCompanyStartYear": 2013,
          "contactSharedCompanyEndYear": 2014
      }
      

We're working on a full table of all insights broken down by these properties. In the meantime, here they are broken down by type and subType.

List of all insights

The table lists various insights regarding a company, categorized by types and subtypes, along with their association timeline, age or refresh frequency, and likelihood percentage. The insights cover different areas like news, financials, and social media updates. For instance, financial insights scheduled between November 8-13 highlight concerns like dwindling earnings and high spending, with a likelihood range of 5-10%. Social media insights, set for early to mid-December, focus on recent LinkedIn posts with a higher likelihood range of 25-50%. Other insights already live are mostly news-related, with a lower likelihood of under 1%.

You can find a link to this Google Sheet (copy and sort/filter it yourself) here.

Value Props Used

The valuePropsUsed field reflects the value proposition(s) utilized in the generated content.

Currently, API customers cannot customize the value propositions that are used to generate content. This functionality will be enabled soon.

This encapsulates the core value or benefit that the seller's service provides to the prospect's company, derived automatically from various sources like the LinkedIn "About" description of the prospect's company. Here's a breakdown of the fields within valuePropsUsed:

  • **valuePropId**: A unique identifier for the value proposition used.
  • **name**: The name or title of the value proposition.
  • **productName**: The name of the product associated with the value proposition.
  • **content**: The actual text of the value proposition that is integrated into the email content.

For users who already have an account with Autobound:

  • type: Indicates the type of value proposition. It can be default, competitor, persona, or complementaryTech. The default type is used most often, while the others are more specific to the competitor, persona, or complementary technology scenarios.
  • shareType: It can be personal or team. Personal indicates a more tailored or individualized value proposition, while team reflects value props created and shared across the team within Autobound.

Example:

"valuePropsUsed": [
    {
        "valuePropId": "d24d61cd-0353-43f0-9285-4a53fc91ddc2",
        "name": "Company Description",
        "productName": "Autobound",
        "content": "We know how difficult it can be to research a prospect & their employer, then to craft a compelling & relevant email. But with 320 billion emails sent daily, B2B revenue teams HAVE to be highly personalized and relevant to rise above the noise. Autobound's B2B sales engagement platform is revolutionizing how companies sell using generative AI (think ChatGPT for sales). Founded by the top 1% of sellers from Oracle and Yelp, Autobound empowers sellers to increase email reply rate by generating individually personalized sales emails using AI. We’ve trained our AI on millions of high performing sales emails to identify what works best. Autobound integrates directly with LinkedIn, Outreach, Salesloft, Gmail & more. Join our beta at www.autobound.ai/sign-up-free",
        "userId": "5189fb82-34c0-462a-9dd5-cf024aef3dff",
        "organizationId": "3c1308e3-d683-4969-9298-0d979f8a0cb9",
        "type": "default",
        "shareType": "personal"
    }
]

In this example, the value proposition is oriented around the challenges of researching a prospect and their employer, and crafting compelling, relevant emails. Autobound's solution, as outlined in the content field, addresses these challenges by leveraging AI to generate personalized sales emails, thereby increasing the email reply rate. This particular value proposition is categorized as a "personal" share type and a "default" type, indicating a more tailored approach in communicating the value to the prospect.

    1. A more specific classification within the insight type. The following are available subTypes with their

Template Information:

  • The templateId field is used for debugging purposes with the Autobound team if the content being generated has any quality issues.

Now you're all set to start generating personalized sales content with the Autobound API!

For more detailed information on the available endpoints, parameters, and response objects, refer to the full API documentation.