Tutorial: Authenticity checks

Signal-based checks on public identifiers — photo, handle, phone line-type, email — with no private-person data harvesting.

Available signals

Example

curl -X POST ".../v1/actors/phone-linetype/run-sync-get-dataset-items" \
  -H "X-API-Key: vk_live_..." -H "Content-Type: application/json" \
  -d '{"phone":"+14155550100"}'
# -> { "items": [{ "line_type": "voip", "carrier": "Twilio" }] }

What this is NOT

Vector does not do people-search, reverse phone lookup of a person, or private data. These are metadata + public-signal checks for trust & safety use cases. See Acceptable use.