Skip to main content
POST
/
general-leads
/
{generalLeadId}
/
essential-info
Update essential info and generate AI project description
curl --request POST \
  --url https://www.renovationfind.com/rest-manager-api-v1/general-leads/{generalLeadId}/essential-info \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "customerName": "<string>",
  "email": "<string>",
  "phone": "<string>",
  "phoneInfo": "<string>",
  "addressInfo": "<string>",
  "projectInfo": "<string>",
  "additionalInfo": "<string>"
}
'
{
  "success": true,
  "data": {
    "detailedProjectDescription": "<string>",
    "success": true
  },
  "message": "<string>"
}

Documentation Index

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

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

Authorizations

Authorization
string
header
required

JWT token issued from the RenovationFind Manager Portal

Path Parameters

generalLeadId
integer<int64>
required

Body

application/json
customerName
string
email
string
phone
string
phoneInfo
string
addressInfo
string
projectInfo
string
additionalInfo
string

Response

200 - application/json

Essential info updated, returns AI-generated description

success
boolean
data
object
message
string