From 5dc348b0d2398150643f6757f7fa9c400990ba8f Mon Sep 17 00:00:00 2001 From: mordka Date: Thu, 31 Aug 2017 13:29:16 +0200 Subject: [PATCH] add example of the payload to stitch --- source/includes/_modelling.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/source/includes/_modelling.md b/source/includes/_modelling.md index 98097d136de..f70ca270344 100644 --- a/source/includes/_modelling.md +++ b/source/includes/_modelling.md @@ -32,6 +32,10 @@ Please note the best results can be achieved by using high resolution images ``` POST https://94hx3w6zfh.execute-api.ap-southeast-2.amazonaws.com/unleash/stitch +body: { +"deviceId":"NOTPI00000000000", +"items":[{"sessionId":"3","fileName":"216.JPG"},{"sessionId":"3","fileName":"217.JPG"}] +} ``` #### Parameters