Skip to content
Alan Berdinelli edited this page Aug 6, 2021 · 3 revisions

Thank you for implementing the Sinapsis API!

Basic flow

  1. Get a signed url for uploading your file: GET /getUploadUrl
  2. Upload your file to the generated url
  3. Get url for the thumbnails: GET /images

Architecture

As you can see in the diagram, the thumbnail generation is asynchronous. This prevents makes the user experience more responsive preventing delays when procesing large images.

Diagram

Endpoint docs

Check the swagger file for more information about the available endpoints.

Clone this wiki locally