/* ⭐ Переключатель языка — общий с описаниями (18.09.2026). На вывеске он поверх всего, потому что решение «на каком языке читать» человек принимает раньше, чем начинает читать. */ .langbar{position:fixed;top:14px;right:16px;z-index:9;display:flex;gap:2px} .langbar button{border:1px solid rgba(20,23,28,.18);background:rgba(255,255,255,.86); color:#5b6069;cursor:pointer;padding:4px 10px;font:12.5px/1 inherit;border-radius:6px; backdrop-filter:blur(6px)} .langbar button.on{background:#14171c;color:#fff;border-color:#14171c} [data-lang][hidden]{display:none}
Запрашиваете адрес — получаете его мгновенно. Письмо с кодом приходит, мы достаём из него сам код и возвращаем вам числом. Ни ящиков, ни паролей, ни разбора писем на вашей стороне.
Один запрос с вашим ключом и названием сервиса. В ответ — адрес и номер заказа.
GET /api/mail/getActivation?service=ig
Адрес живёт ровно столько, сколько нужно на приём письма. Продлевать ничего не надо.
name@example.com
Спрашиваете заказ и получаете код числом. Не пришёл — заказ отменяется, деньги остаются.
GET /api/mail/getCode?id=… → "code": "418322"
Ask for an address — get it instantly. The letter with the code arrives, we pull the code out of it and hand it back as a number. No mailboxes, no passwords, no parsing on your side.
One request with your key and the service name. Back comes the address and the order id.
GET /api/mail/getActivation?service=ig
The address lives exactly as long as receiving the letter takes. Nothing to renew.
name@example.com
Poll the order and get the code as a number. Nothing arrived — cancel it, the money stays.
GET /api/mail/getCode?id=… → "code": "418322"
带上你的密钥和服务名,发一个请求。返回地址和订单号。
GET /api/mail/getActivation?service=ig
地址的存活时间正好够收下那封邮件。不需要续期。
name@example.com
查询订单即可拿到数字形式的验证码。没收到 — 取消订单,钱还在。
GET /api/mail/getCode?id=… → "code": "418322"