Get started with our APIs in minutes. Follow these simple steps:
All API requests require authentication using your API key. Include your API key in the request header:
Authorization: Bearer YOUR_API_KEY
Content-Type: application/json
Verify bank account details and validate account ownership for secure transactions.
curl -X POST https://api.itworldlappycare.com/v1/bank/verify \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{"parameter": "value"}'Compare and match faces using advanced AI technology for identity verification.
curl -X POST https://api.itworldlappycare.com/v1/face/match \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{"parameter": "value"}'Get complete GST information including business details, registration status, and tax history.
curl -X POST https://api.itworldlappycare.com/v1/gst/lookup \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{"parameter": "value"}'This API automatically attaches a secure, unique form link button to every successful payment invoice email. Once the client completes a payment, the confirmation email they receive will include a “Complete Your Form” button. When clicked, it redirects to a dynamic form page linked with the user’s payment ID, ensuring seamless data collection, record-keeping, and client interaction without manual setup.
curl -X POST https://api.itworldlappycare.com/v1/endpoint \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{"parameter": "value"}'This API enables automatic GST calculation and inclusion in all plans or invoices. When a customer purchases any plan or makes a payment, the API dynamically applies the appropriate GST percentage and updates the final payable amount accordingly. It ensures accurate tax compliance and transparent billing, eliminating manual GST handling.
curl -X POST https://api.itworldlappycare.com/v1/endpoint \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{"parameter": "value"}'Mask and secure Aadhaar numbers while maintaining verification capabilities.
curl -X POST https://api.itworldlappycare.com/v1/aadhaar/mask \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{"parameter": "value"}'Verify Aadhaar numbers and validate identity with government database.
curl -X POST https://api.itworldlappycare.com/v1/aadhaar/verify \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{"parameter": "value"}'Verify driving license details and validate authenticity.
curl -X POST https://api.itworldlappycare.com/v1/dl/verify \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{"parameter": "value"}'Verify PAN card details and validate authenticity with government database.
curl -X POST https://api.itworldlappycare.com/v1/pan/verify \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{"parameter": "value"}'Verify UPI IDs and validate payment addresses for secure transactions.
curl -X POST https://api.itworldlappycare.com/v1/upi/verify \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{"parameter": "value"}'Get mobile number details including operator, circle, and number type verification.
curl -X POST https://api.itworldlappycare.com/v1/mobile/info \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{"parameter": "value"}'Retrieve vehicle registration details, owner information, and vehicle specifications by number plate.
curl -X POST https://api.itworldlappycare.com/v1/vehicle/info \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{"parameter": "value"}'Verify email addresses in real-time. Check validity, domain, and deliverability of email addresses.
curl -X POST https://api.itworldlappycare.com/v1/email/verify \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{"parameter": "value"}'Send and verify OTP via SMS for user authentication. Supports multiple providers and high delivery rates.
curl -X POST https://api.itworldlappycare.com/v1/sms/otp \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{"parameter": "value"}'