Skip to main content

Predict Profile

Predict Profile is the first step in the Wize Snap API flow.

Use it when your system has a person, role, or prospect record and needs a decision-profile prediction before drafting or reviewing communication.

What It Does

POST /api/v1/snap accepts lightweight profile context and returns a generated profile result plus a snapId.

Full endpoint: https://backend.snap.wizer.business/api/v1/snap

That snapId is used later when analysing communication for the same person.

Input Context

Send the strongest context you already have:

  • name: Person or profile name.
  • notes: Relevant business, communication, or relationship context.
  • jobType: Optional role or function.
  • ageRange: Optional approximate age range.
  1. Collect profile context from your CRM, form, or internal tool.
  2. Call POST /api/v1/snap with the x-api-key header.
  3. Store the returned snapId.
  4. Use the profile output and snapId when calling Analyse Comms.

Practical Tips

  • Keep notes specific and factual.
  • Avoid sending private information that is not needed for the prediction.
  • Store the snapId with the same customer, prospect, or communication thread.
  • Each call costs 1 API credit — see API Reference.