create_session
Create an identity-verification session for a user by providing a flow ID and a non-PII subject ID. Receive a session ID and player URL to direct the user to complete verification.
Instructions
Create a new identity-verification session for a given flow. Requires the flowId (from list_flows) and a subjectId (your internal reference for the person being verified - never a real name or other PII). Returns the sessionId and a playerUrl and the initial sessionStatus, which is the link the end-user opens to complete verification. Session starts in CREATED and moves to RUNNING once the user begins.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| flowId | Yes | Flow id obtained from list_flows | |
| locale | No | Language for the verification player UI | en |
| subjectId | Yes | Internal reference id for the person being verified; must not contain PII such as a real name |