- Postman documentation available here documenation
The temporary base url is at https://screenrecordapi-production.up.railway.app
-
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
-
The binary chunks should be sent to POST https://screenrecordapi-production.up.railway.app/record/upload/:uuid
-
Stop the record with POST https://screenrecordapi-production.up.railway.app/record/stop/:uuid