Skip to main content

SendToClientRequest

Per-send overrides. Every field is optional; an empty body ({} or none) sends with the configured defaults, which is the one-click path.

labelstring | nullnullable

Label to apply for this send. Falls back to download.default_label.

preferMagnetboolean | nullnullable

Send a magnet URL instead of uploading the .torrent file for this send. Falls back to the inverse of download.prefer_torrent_file.

startboolean | nullnullable

Whether to start the torrent immediately. Falls back to download.default_start.

SendToClientRequest
{
"label": "string",
"preferMagnet": true,
"start": true
}