High-speed SMS/OTP testing automation via API without the need for a real SIM.
Tnsms.site is a SaaS platform that provides virtual phone number services supporting automatic OTP code reception through API and Web interface, part of the tools for software development support (Developer Tools & QA Testing). The service helps developers and businesses optimize the SMS authentication feature testing process during application development.
When developing applications with SMS registration or login features, automated testing is often hindered by a lack of test SIMs, the high cost of hardware maintenance, or high message latency causing test cases to fail. Tnsms.site solves this problem by providing real-time OTP reception infrastructure via API, allowing developers to accurately simulate user flows and test system stability without needing physical SIMs.
Typical use cases:
Core features of the system:
Rapid integration via API (Standard example from Tnsms API Docs):
Example of renting a test phone number using cURL:
Bash
curl -X POST "https://tnsms.site/api/services/rent?service_id=1&category=11" \
-H "Authorization: Bearer YOUR_API_TOKEN"
Example of polling for OTP using Python:
Python
import requests
headers = {"Authorization": "Bearer YOUR_API_TOKEN"}
# 1. Call API to rent a number
rent_res = requests.post("https://tnsms.site/api/services/rent?service_id=1&category=11", headers=headers).json()
if rent_res.get("success"):
rental_id = rent_res["data"]["rental_id"]
phone_number = rent_res["data"]["phone_number"]
print(f"Test phone number: {phone_number}")
# 2. Poll for OTP using rental_id
check_res = requests.get(f"https://tnsms.site/api/services/check?rental_id={rental_id}", headers=headers).json()
print(check_res)
The product is specifically designed for Software Quality Assurance (QA/QC Engineers), Developers, Product Teams needing a Sandbox environment to test SMS flows, and businesses wanting to check the stability of their internal OTP sending systems.
Quick start guide & Demo documentation:
[https://tnsms.site/docs](https://tnsms.site/docs)Steps to use:
/api/services/rent to receive rental_id and phone number.

Cổng OTP SMS cá nhân 24/24 tích hợp nhanh, đăng ký dùng ngay, giá rẻ

Dán URL website nhận ngay phiên bản nướng chín tầm cỡ Product Hunt

Advanced debugging and performance optimization tool for React App

Beyond APIs. Into Workflows

AI - Driven Pull Request Review

Cho phép chụp ảnh cấu trúc DOM và so sánh cấu trúc chi tiết.
No reviews yet
Cách bạn mô tả giải pháp cho bài toán kiểm thử SMS/OTP khá thuyết phục. Việc cung cấp không chỉ API mà còn cả dashboard theo dõi thời gian thực và cơ chế hoàn tiền tự động cho thấy bạn đã suy nghĩ kỹ về nhu cầu của developer. Một gợi ý để tăng sự tin tưởng của người dùng: bạn nên thêm một hoặc hai ví dụ thực tế từ khách hàng hoặc dự án đã sử dụng, chẳng hạn như cách một công ty fintech hoặc startup nào đó đã cải thiện tốc độ testing nhờ TnSmS. Điều này sẽ cụ thể hóa giá trị của sản phẩm hơn là chỉ nêu những khả năng lý thuyết. Continuing to refine the API documentation với những ví dụ thêm cho các framework khác như Jest hoặc Playwright sẽ giúp mở rộng đối tượng người dùng.
No talks yet
Create the first talk
Reviews & comments