Grabbit API
Media downloader backend
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/health | Service status |
| GET | /api/v1/platforms | Supported sources and what this server can produce |
| POST | /api/v1/inspect | Read a link and return only the options it really offers |
| POST | /api/v1/jobs | Start a download |
| GET | /api/v1/jobs/{id} | Follow a download |
| GET | /api/v1/jobs/{id}/file | Collect the finished file |