1. Proxies
Proxy Tool
  • Tổng quan cấu trúc hệ thống
  • Bussiness | Logic
    • Logic nghiệp vụ
  • Project
    • Tool
      • Tổng quan
      • Tài liệu API
      • Architecture
        • User Guide
        • Database Schema
        • System Architecture
        • Code Structure
      • Public API
        • Auth
          • Đăng nhập
          • Đăng ký người dùng
          • Lấy thông tin cá nhân hiện tại
        • Users
          • Danh sách người dùng
          • Tạo người dùng mới (Admin)
        • Proxies
          • Danh sách tất cả Proxy
            GET
          • Thêm Proxy hàng loạt
            POST
          • Nhập proxy từ file Excel/CSV
            POST
        • Get proxy
          • Lấy một Proxy trống (Client Tool)
        • Webhooks
          • Trả lại Proxy sau khi dùng
        • Info
          • Thông tin hệ thống (Root)
          • Kiểm tra tình trạng hệ thống
          • Xem tệp nhật ký (Logs)
      • Deployment
        • Local
        • Staging
        • Product
  • Schemas
    • CreateUser
    • Proxy
  1. Proxies

Nhập proxy từ file Excel/CSV

POST
/api/proxies/import
Tải lên file chứa danh sách proxy.
Mẫu nội dung CSV (Copy và lưu thành .csv):
host,port,username,password,area,rotate_url,provider,package_code,expired_at,is_active,disable_auto_rotate,rotate_time
103.116.12.1,8080,user01,pass01,vn,http://api.proxy.vn/rotate?key=abc,KiotProxy,PKG_VN_01,2025-12-31 23:59:59,true,false,60

Request

Ủy quyền
JWT Bearer
Thêm parameter
Authorization
vào header
Ví dụ:
Authorization: ********************
or
Body Paramsmultipart/form-data

Response

🟢200
OK
Response này không có body.
request Ví dụ request
Shell
JavaScript
Java
Swift
curl --location --request POST 'http://65.19.178.20:51006/api/proxies/import' \
--header 'Authorization: Bearer <token>' \
--form 'file=@""'
Ngày cập nhật 2025-12-30 11:16:18
Trước
Thêm Proxy hàng loạt
Tiếp theo
Lấy một Proxy trống (Client Tool)
Built with