Grabbit API

Media downloader backend
Running

This is the API, not the app itself. It takes a link, reports only the formats that source genuinely offers, and hands back the file. Nothing is kept afterwards.

GET/api/v1/healthService status
GET/api/v1/platformsSupported sources and what this server can produce
POST/api/v1/inspectRead a link and return only the options it really offers
POST/api/v1/jobsStart a download
GET/api/v1/jobs/{id}Follow a download
GET/api/v1/jobs/{id}/fileCollect the finished file
Open Grabbit