Skip to main content
GET
/
api
/
v1
/
personalize
/
result
/
{job_id}
Get personalization job result
curl --request GET \
  --url https://api.example.com/api/v1/personalize/result/{job_id} \
  --header 'Authorization: Bearer <token>'
{
  "personalised_email": "<string>",
  "metadata": {
    "commonality_found": "<string>",
    "confidence_score": 0.5,
    "research_sources": [
      "<string>"
    ],
    "generation_time_ms": 123,
    "model_used": "<string>"
  },
  "subject_line": ""
}

Documentation Index

Fetch the complete documentation index at: https://docs.bavlio.com/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

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

Path Parameters

job_id
string
required

Response

Successful Response

Response model for personalization endpoint as specified in PRD.

personalised_email
string
required

The generated personalized email content

metadata
CommonalityMetadata · object
required

Metadata about the commonality discovery and generation process

subject_line
string
default:""

Suggested email subject line