Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 634 Bytes

README.md

File metadata and controls

12 lines (8 loc) · 634 Bytes

ScreenRecordAPI

Short (quick description)

The temporary base url is at https://screenrecordapi-production.up.railway.app

  1. To start recording, send a POST request to https://screenrecordapi-production.up.railway.app/record/start you will get an UUID in the response JSON access it with .data.uuid

  2. The binary chunks should be sent to POST https://screenrecordapi-production.up.railway.app/record/upload/:uuid

  3. Stop the record with POST https://screenrecordapi-production.up.railway.app/record/stop/:uuid