在线BT种子文件转换成磁力链接
只需一步即可将BT种子文件Torrent转换为磁力链接Magnet。大多数torrent客户端(包括BitComet,uTorrent和Folx)都支持磁力链接。
免费API接口
API请求地址:
GET https://api.webmasterapi.com/v1/torrent2magnet/[apiKey]/[torrent_url]
请求参数:
apiKey | [必需] | 您的apiKey。 |
torrent_url | [必需] | 种子文件URL。 |
https://api.webmasterapi.com/v1/torrent2magnet/test-apiKey/https://svip.webmasterapi.com/torrent-1585241227937-311856995.torrent
API请求地址:
POST https://api.webmasterapi.com/v1/torrent2magnet
请求参数:
apiKey | [必需] | 您的apiKey。 |
base64 | [必需] | 请以Base64格式提交种子文件。 |
{
"apiKey":"test-apiKey",
"base64":"data:application/x-bittorrent;base64,ZDg6YW5ub3VuY2U0Mzp1ZHA6Ly90cmFja2V......"
}
API返回结果:
{
"code": 1,
"results": "magnet:?xt=urn:btih:0a2cfcb1c9748493905010551d75fead4289f247"
}