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.
Recommended Flow
- Collect profile context from your CRM, form, or internal tool.
- Call
POST /api/v1/snapwith thex-api-keyheader. - Store the returned
snapId. - Use the profile output and
snapIdwhen calling Analyse Comms.
Practical Tips
- Keep
notesspecific and factual. - Avoid sending private information that is not needed for the prediction.
- Store the
snapIdwith the same customer, prospect, or communication thread. - Each call costs 1 API credit — see API Reference.