Create sequence diagrams with simple online tool

Swimlanes.io is a free webapp for making sequence diagrams. You simply edit the text on the left and the diagram is updated in real time. You can download your sequence diagrams as images or distribute with a link.

Title: Trust Vision: Face OTP Client -> Trust Vision API: Upload image selfie Client <-- Trust Vision API: image_selfie_id Client -> Trust Vision API: Upload image original Client <-- Trust Vision API: image_original_id Client -> Trust Vision API: FaceOTP between image_selfie_id and image_original_id Trust Vision API -> Trust Vision API: Check liveness by using image_selfie_id Trust Vision API -> Trust Vision API: Face compare between image_selfie_id and image_original_id note _:``` JSON request: POST /v1/face_otp selfie: portrait image id: ID of image from upload API base64: Image bytes in base64 encode original: portrait image id: ID of image from upload API base64: Image bytes in base64 encode ``` Client <-- Trust Vision API: Return face compare result (matched/not matched) and liveness result