sharechat video downloader without watermark
Hot or Not
Categories
For Ai Agents
Paste a public ShareChat link and download the MP4 from that page. This site does not add a watermark. You leave with that file. It has no watermark from this site.
Do not click Download. An empty form has no file.
Methods
POST https://codemarket-d273ae066a43.herokuapp.com/api/v1/sharechat/jobs/starts the job. Send JSON{"text":"..."}or a multipartfilewhen the page asks for a photo. A link downloader uses{"url":"https://..."}. The response isjob_idandstatusqueued. Empty input returns 400.GET https://codemarket-d273ae066a43.herokuapp.com/api/v1/sharechat/jobs/{job_id}/is the wait.queuedandrunningmean the file is not ready.failedmeans there is no file. Stop only onsucceeded.GET https://codemarket-d273ae066a43.herokuapp.com/api/v1/sharechat/jobs/{job_id}/result/returns the file aftersucceeded. Save that body. It is the result named on this page, not the unchanged input.