Create torrent

POST /createtorrent

Create a torrent from local files and return it in base64 encoding.

Query Parameters
  • download (boolean) – Flag indicating whether or not to start downloading

Request JSON Object
  • description (string) –

  • export_dir (string) –

  • files[] (string) –

  • name (string) –

  • trackers[] (string) –

Status Codes