Independent OTP Service

Add New Instance

Active Instances

Client ID Type Status Secret Key (Keep Safe) QR / Action

🚀 Quick API Integration

Use the following endpoint to send messages from your own software:

Endpoint: GET /send-text

Example URL:

http://otp.turnkeyinfotech.live/send-text?phone=91XXXXXXXXXX&message=Hello&clientId=YOUR_ID&apiKey=YOUR_KEY

Parameters:

  • phone: Number with country code (e.g. 91 for India)
  • message: Your text message
  • clientId: The ID from the table above
  • apiKey: The Secret Key from the table above

Endpoint: GET /send-pdf or POST /send-pdf

Example URL:

http://otp.turnkeyinfotech.live/send-pdf?phone=91XXXXXXXXXX&pdfUrl=https://example.com/invoice.pdf&fileName=invoice.pdf&caption=Your+invoice&clientId=YOUR_ID&apiKey=YOUR_KEY

Parameters:

  • phone: Number with country code
  • pdfUrl: Public http(s) link to the PDF file
  • fileName (optional): Filename shown in WhatsApp
  • caption (optional): Message text with the PDF
  • clientId / apiKey: Same as text messages

* Note: Ensure you restart the Node.js app in cPanel after any code updates.