Skip to main content
POST
/
playbook
/
ai
/
debrief
/
{profileId}
Generate an AI debrief for an individual profile
curl --request POST \
  --url https://vanguard.profilebehavior.com/api/v4/playbook/ai/debrief/{profileId} \
  --header 'Authorization: Bearer <token>'
{
  "code": 200,
  "id": "60e9ca73c500a9001534ad84",
  "content": "They lead with Correctness and steady habits: calm, thorough, and careful with commitments, they set a measured pace and expect clean execution. Highly organized yet very flexible, they can pivot when needed without drama, but they still prefer clear plans, few surprises, and time to get the details right. They communicate sparingly and straight to the point, often choosing quiet focus over group chatter, which can make them seem reserved, though teammates learn they’re dependable and consistent. They’re motivated by Freedom to run their lane, Wealth tied to measurable outcomes, and Wisdom gained from digging into how things work; they dislike sloppy work, public criticism, and rushed changes that upend hard-won order.\n",
  "ratings": [
    {
      "user": "60e9ca73c500a9001534ad84",
      "rating": 1,
      "comments": "This was pretty helpful to summarize their report."
    }
  ],
  "status": "success"
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

profileId
string
required

The ID of the profile to generate and retrieve debrief content for.

Response

Success

Standard response object for successful single-resource requests in the Profile Behavior API. Contains an HTTP status code, the returned resource data, and a status indicator.

code
integer<int32>
required

HTTP status code of the successful response.

status
enum<string>

Always "success" for successful responses.

Available options:
success
id
string

The ID of the debrief content document.

content
string

The generated text content debrief meant to help summarize the data of the profile indicated by the profileId

ratings
object[]

An array of user-submitted ratings indicating whether they thought the debrief was good or not, as well as any comments they may have about the given content.