Skip to main content
POST
/
gen-ai
/
detailed-project-description
Generate AI detailed project description
curl --request POST \
  --url https://www.renovationfind.com/rest-manager-api-v1/gen-ai/detailed-project-description \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "customerName": "<string>",
  "email": "<string>",
  "phone": "<string>",
  "address": "<string>",
  "projectInfo": "<string>",
  "additionalInfo": "<string>"
}
'
{
  "success": true,
  "data": {
    "detailedProjectDescription": "<string>",
    "success": true
  }
}

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

Body

application/json
customerName
string
email
string
phone
string
address
string
projectInfo
string
additionalInfo
string

Response

200 - application/json

AI-generated project description

success
boolean
data
object