terminal — bash — 120x40
nekolabs@api:~$ cd /docs

Example Endpoint

Example showing request format, parameters, and responses.

GET/POST /downloader/mediafire
Shell
curl -X POST "https://rynekoo-api.hf.space/downloader/mediafire" \
  -H "Content-Type: application/json" \
  -d '{"url":"https://www.mediafire.com/..."}'

cURL command to test the endpoint (supports both GET and POST).

Response Format

Consistent JSON structure across all endpoints.

{
  "success": true,
  "result": ...,
  "timestamp": "2026-05-05T11:13:50.053Z"
}