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: Read identity card information Client -> Trust Vision API: Upload image 1 Client <-- Trust Vision API: image1_id Client -> Trust Vision API: Upload image 2 Client <-- Trust Vision API: image2_id Client -> Trust Vision API: Upload qr1_image1 Client <-- Trust Vision API: qr1_image1_id Client -> Trust Vision API: Upload qr2_image1 Client <-- Trust Vision API: qr2_image1_id Client -> Trust Vision API: Read identity card note []: ``` JSON request: POST /v1/read_id_card_info_sync card_type: type of identity card image1: card 's front side id: ID of image from upload API base64: Image bytes in base64 encode label: Image label metadata: Image metadata image2: card 's back side id: ID of image from upload API base64: Image bytes in base64 encode label: Image label metadata: Image metadata qr1_images: list of images of QR code on front side. Each image has these attributes id: ID of image from upload API base64: Image bytes in base64 encode label: Image label metadata: Image metadata qr2_images: list of images of QR code on back side. Each image has these attributes id: ID of image from upload API base64: Image bytes in base64 encode label: Image label metadata: Image metadata ``` Client <-- Trust Vision API: Return result