Skip to main content
POST
/
api
/
v1
/
leads
/
{leadId}
/
ai-contacts
Error
A valid request URL is required to generate request examples
{
  "ok": "<unknown>",
  "meta": {
    "requestId": "<string>",
    "serverTime": "2023-11-07T05:31:56Z"
  },
  "data": {
    "recommendations": {
      "recommendedContacts": [
        "<string>"
      ],
      "totalAnalyzed": 1,
      "reasoning": "<string>",
      "aiModel": "<string>",
      "createdAt": "2023-11-07T05:31:56Z",
      "graphSnapshot": {
        "totalNodes": 1,
        "totalContacts": 1,
        "totalCompanies": 1
      }
    }
  }
}

Path Parameters

leadId
string
required
Minimum string length: 1

Body

application/json

The body is of type object.

Response

OK

ok
any
required
meta
object
required
data
object
required