Skip to content

Latest commit

 

History

History
18 lines (11 loc) · 566 Bytes

README.md

File metadata and controls

18 lines (11 loc) · 566 Bytes

GO GIF Generator API

Overview

The GO API allows a client to generate a GIF file out of a video file.

The conversion process is based on the gocv library (GO's variant for opencv)

In order to maintain efficiency the API is using GOD's built-in workers pool.

Requests

/gifgen

Trigger the conversion process. Provides the server with a video file. The request returns a gif file if the process has been completed successfully.

/test

An endpoint for helath check