Skip to main content
POST
/
api
/
network-ops
/
linkedin
/
snapshots
Create Linkedin Snapshot Endpoint
curl --request POST \
  --url https://api.example.com/api/network-ops/linkedin/snapshots \
  --header 'Content-Type: application/json' \
  --data '
{
  "amplifier_count": 1,
  "builder_count": 1,
  "buyer_count": 1,
  "raw_text": "<string>",
  "summary": {
    "cut_count": 1,
    "keep_count": 1,
    "keep_rate_pct": 50,
    "parsed_contacts": 1
  },
  "gap_report": [
    {
      "current": 1,
      "key": "<string>",
      "label": "<string>",
      "missing": 1,
      "priority": "high",
      "recommendation": "<string>",
      "target": 1
    }
  ],
  "proposed_cuts": [
    {
      "name": "<string>",
      "score": 50,
      "engage_priority": 50,
      "occupation": "",
      "reasons": [
        "<string>"
      ],
      "tags": [
        "builder"
      ]
    }
  ],
  "source": "connections",
  "top_engage_queue": [
    {
      "name": "<string>",
      "score": 50,
      "engage_priority": 50,
      "occupation": "",
      "reasons": [
        "<string>"
      ],
      "tags": [
        "builder"
      ]
    }
  ],
  "topic_map": [
    {
      "count": 1,
      "key": "<string>",
      "label": "<string>",
      "examples": [
        "<string>"
      ]
    }
  ]
}
'
{
  "amplifier_count": 123,
  "builder_count": 123,
  "buyer_count": 123,
  "created_at": "<string>",
  "cut_count": 123,
  "id": "<string>",
  "keep_count": 123,
  "keep_rate_pct": 123,
  "parsed_contacts": 123,
  "source": "connections",
  "gap_report": [
    {
      "current": 1,
      "key": "<string>",
      "label": "<string>",
      "missing": 1,
      "priority": "high",
      "recommendation": "<string>",
      "target": 1
    }
  ],
  "proposed_cuts": [
    {
      "name": "<string>",
      "score": 50,
      "engage_priority": 50,
      "occupation": "",
      "reasons": [
        "<string>"
      ],
      "tags": [
        "builder"
      ]
    }
  ],
  "top_engage_queue": [
    {
      "name": "<string>",
      "score": 50,
      "engage_priority": 50,
      "occupation": "",
      "reasons": [
        "<string>"
      ],
      "tags": [
        "builder"
      ]
    }
  ],
  "topic_map": [
    {
      "count": 1,
      "key": "<string>",
      "label": "<string>",
      "examples": [
        "<string>"
      ]
    }
  ]
}

Body

application/json
amplifier_count
integer
required
Required range: x >= 0
builder_count
integer
required
Required range: x >= 0
buyer_count
integer
required
Required range: x >= 0
raw_text
string
required
Required string length: 1 - 250000
summary
LinkedInSnapshotSummaryInput · object
required
gap_report
LinkedInGapItem · object[]
proposed_cuts
LinkedInSnapshotContact · object[]
Maximum array length: 300
source
enum<string>
default:connections
Available options:
connections,
followers,
mixed
top_engage_queue
LinkedInSnapshotContact · object[]
Maximum array length: 25
topic_map
LinkedInTopicMapItem · object[]

Response

Successful Response

amplifier_count
integer
required
builder_count
integer
required
buyer_count
integer
required
created_at
string
required
cut_count
integer
required
id
string
required
keep_count
integer
required
keep_rate_pct
integer
required
parsed_contacts
integer
required
source
enum<string>
required
Available options:
connections,
followers,
mixed
gap_report
LinkedInGapItem · object[]
proposed_cuts
LinkedInSnapshotContact · object[]
top_engage_queue
LinkedInSnapshotContact · object[]
topic_map
LinkedInTopicMapItem · object[]