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: Index Faces from Image Client -> Trust Vision API: Upload image Client <-- Trust Vision API: image_id Client -> Trust Vision API: Index faces from image note _:``` JSON request: POST /v1/index_faces_sync image: id: ID of image from upload API base64: Image bytes in base64 encode label: Image label metadata: Image metadata collection: optional to collect all image to a category name ``` Client <-- Trust Vision API: Return result