Skip to main content
POST
/
api
/
lead-generation
/
leads
/
{id}
/
convert
Convert a lead into a full audit project
curl --request POST \
  --url https://app.auditynow.com/api/lead-generation/leads/{id}/convert \
  --header 'Authorization: Bearer <token>'
{
  "success": true,
  "data": {
    "auditId": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
    "creditsUsed": 123,
    "pdfAttached": true
  }
}

Documentation Index

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

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

Authorizations

Authorization
string
header
required

A Personal Access Token issued from https://app.auditynow.com/dashboard/settings/api-tokens. Format: aky_<32 random chars>.

Path Parameters

id
string
required

Response

Lead converted; new project created.

success
boolean
required
data
object
required