Generate text
{
"first_name": "Mark",
"person_description": "This is my description of someone..."
}Generate text for personalizing contacts or for generating entire emails.
Headers
Name
Type
Description
Request Body
Name
Type
Description
{
"status": "success",
"content": "This is the generated sentence based on the prospect data.",
"meta_data": {
"sentence_premise": {
"id": 20,
"order": 1,
"is_active": False,
"required_variables": ["first_name", "company_description"],
"sentence_premise_name": "Company - Edited",
"profile_name": "Copyfactory"
},
"variables": {
"first_name": "Mark",
"company_description": "This is my company description"
}
}
}Last updated