Docuexprt Icon

API's of DocuExprt

By Splashgain Technology Solutions Pvt Ltd

(C) Libcurl

(Clojure) clj-http

(C#) HttpClient

(C#) RestSharp

(GO) NewRequest

(HTTP) HTTP/1.1

(JAVA) AsyncHttp

(JAVA) java.net.http

(Java) OkHttp

(Java) Unirest

(JavaScript) XMLHttpRequest

(JavaScript) Axios

(JavaScript) fetch

(JavaScript) jQuery

(Kotlin) OkHttp

(Node.js) HTTP

(Node.js) Request

(Node.js) Unirest

(Node.js) Axios

(Node.js) fetch

(PHP) cURL

(PHP) Guzzle

(PHP) Pecl/HTTPv1

(PHP) Pecl/HTTPv2

(Python) http.client

(PHP) Pecl/HTTPv2

(R) httr

(RapidQL) RapidQL

(Ruby) net::http

(Shell) cURL

(Shell) HTTPie

(Shell) Wget

(Swift) NSURLSession

POST /CustomDocument/Verify

POST /Document/AadharCardVerify

POST /Document/PanCardVerify

GET /Document/GetDocumentList

POST /Document/Verify

POST /Document/Login

    
      CURL *hnd = curl_easy_init();

curl_easy_setopt(hnd, CURLOPT_CUSTOMREQUEST, "POST");
curl_easy_setopt(hnd, CURLOPT_URL, "https://docuexprt3.p.rapidapi.com/CustomDocument/Verify");

struct curl_slist *headers = NULL;
headers = curl_slist_append(headers, "content-type: application/x-www-form-urlencoded");
headers = curl_slist_append(headers, "Authorization: ");
headers = curl_slist_append(headers, "X-RapidAPI-Key: SIGN-UP-FOR-KEY");
headers = curl_slist_append(headers, "X-RapidAPI-Host: docuexprt3.p.rapidapi.com");
curl_easy_setopt(hnd, CURLOPT_HTTPHEADER, headers);

curl_easy_setopt(hnd, CURLOPT_POSTFIELDS, "URLPath=%3CREQUIRED%3E&DocumentName=%3CREQUIRED%3E");

CURLcode ret = curl_easy_perform(hnd);
    
  
    
      CURL *hnd = curl_easy_init();

curl_easy_setopt(hnd, CURLOPT_CUSTOMREQUEST, "POST");
curl_easy_setopt(hnd, CURLOPT_URL, "https://docuexprt3.p.rapidapi.com/Document/Verify");

struct curl_slist *headers = NULL;
headers = curl_slist_append(headers, "content-type: application/x-www-form-urlencoded");
headers = curl_slist_append(headers, "Authorization: ");
headers = curl_slist_append(headers, "X-RapidAPI-Key: SIGN-UP-FOR-KEY");
headers = curl_slist_append(headers, "X-RapidAPI-Host: docuexprt3.p.rapidapi.com");
curl_easy_setopt(hnd, CURLOPT_HTTPHEADER, headers);

curl_easy_setopt(hnd, CURLOPT_POSTFIELDS, "URLPath=%3CREQUIRED%3E&DocumentName=AADHAR-FRONT&AadharName=%3CREQUIRED%3E&AadharNumber=%3CREQUIRED%3E&AadharGender=%3CREQUIRED%3E&AadharDOB=%3CREQUIRED%3E");

CURLcode ret = curl_easy_perform(hnd);
    
  
    
     CURL *hnd = curl_easy_init();

curl_easy_setopt(hnd, CURLOPT_CUSTOMREQUEST, "POST");
curl_easy_setopt(hnd, CURLOPT_URL, "https://docuexprt3.p.rapidapi.com/Document/Verify");

struct curl_slist *headers = NULL;
headers = curl_slist_append(headers, "content-type: application/x-www-form-urlencoded");
headers = curl_slist_append(headers, "Authorization: ");
headers = curl_slist_append(headers, "X-RapidAPI-Key: SIGN-UP-FOR-KEY");
headers = curl_slist_append(headers, "X-RapidAPI-Host: docuexprt3.p.rapidapi.com");
curl_easy_setopt(hnd, CURLOPT_HTTPHEADER, headers);

curl_easy_setopt(hnd, CURLOPT_POSTFIELDS, "URLPath=%3CREQUIRED%3E&DocumentName=PAN&PanNumber=%3CREQUIRED%3E&PanName=%3CREQUIRED%3E&PanFatherName=%3CREQUIRED%3E&PanDOB=%3CREQUIRED%3E");

CURLcode ret = curl_easy_perform(hnd);
    
  
    
      CURL *hnd = curl_easy_init();

curl_easy_setopt(hnd, CURLOPT_CUSTOMREQUEST, "GET");
curl_easy_setopt(hnd, CURLOPT_URL, "https://docuexprt3.p.rapidapi.com/Document/GetDocumentList");

struct curl_slist *headers = NULL;
headers = curl_slist_append(headers, "Authorization: ");
headers = curl_slist_append(headers, "X-RapidAPI-Key: SIGN-UP-FOR-KEY");
headers = curl_slist_append(headers, "X-RapidAPI-Host: docuexprt3.p.rapidapi.com");
curl_easy_setopt(hnd, CURLOPT_HTTPHEADER, headers);

CURLcode ret = curl_easy_perform(hnd);
    
  
    
      CURL *hnd = curl_easy_init();

curl_easy_setopt(hnd, CURLOPT_CUSTOMREQUEST, "POST");
curl_easy_setopt(hnd, CURLOPT_URL, "https://docuexprt3.p.rapidapi.com/Document/Verify");

struct curl_slist *headers = NULL;
headers = curl_slist_append(headers, "content-type: application/x-www-form-urlencoded");
headers = curl_slist_append(headers, "Authorization: ");
headers = curl_slist_append(headers, "X-RapidAPI-Key: SIGN-UP-FOR-KEY");
headers = curl_slist_append(headers, "X-RapidAPI-Host: docuexprt3.p.rapidapi.com");
curl_easy_setopt(hnd, CURLOPT_HTTPHEADER, headers);

curl_easy_setopt(hnd, CURLOPT_POSTFIELDS, "URLPath=%3CREQUIRED%3E&DocumentName=%3CREQUIRED%3E");

CURLcode ret = curl_easy_perform(hnd);
    
  
    
CURL *hnd = curl_easy_init();

curl_easy_setopt(hnd, CURLOPT_CUSTOMREQUEST, "POST");
curl_easy_setopt(hnd, CURLOPT_URL, "https://docuexprt3.p.rapidapi.com/Document/Login");

struct curl_slist *headers = NULL;
headers = curl_slist_append(headers, "content-type: application/x-www-form-urlencoded");
headers = curl_slist_append(headers, "X-RapidAPI-Key: SIGN-UP-FOR-KEY");
headers = curl_slist_append(headers, "X-RapidAPI-Host: docuexprt3.p.rapidapi.com");
curl_easy_setopt(hnd, CURLOPT_HTTPHEADER, headers);

curl_easy_setopt(hnd, CURLOPT_POSTFIELDS, "Password=%3CREQUIRED%3E&Username=%3CREQUIRED%3E");

CURLcode ret = curl_easy_perform(hnd);
    
  

POST /CustomDocument/Verify

POST /Document/AadharCardVerify

POST /Document/PanCardVerify

GET /Document/GetDocumentList

POST /Document/Verify

POST /Document/Login

    
      (require '[clj-http.client :as client])

(client/post "https://docuexprt3.p.rapidapi.com/CustomDocument/Verify" {:headers {:Authorization ""
                                                                                  :X-RapidAPI-Key "SIGN-UP-FOR-KEY"
                                                                                  :X-RapidAPI-Host "docuexprt3.p.rapidapi.com"}
                                                                        :form-params {:URLPath ""
                                                                                      :DocumentName ""}})
    
  
    
      (require '[clj-http.client :as client])

(client/post "https://docuexprt3.p.rapidapi.com/Document/Verify" {:headers {:Authorization ""
                                                                            :X-RapidAPI-Key "SIGN-UP-FOR-KEY"
                                                                            :X-RapidAPI-Host "docuexprt3.p.rapidapi.com"}
                                                                  :form-params {:URLPath ""
                                                                                :DocumentName "AADHAR-FRONT"
                                                                                :AadharName ""
                                                                                :AadharNumber ""
                                                                                :AadharGender ""
                                                                                :AadharDOB ""}})
    
  
    
     (require '[clj-http.client :as client])

(client/post "https://docuexprt3.p.rapidapi.com/Document/Verify" {:headers {:Authorization ""
                                                                            :X-RapidAPI-Key "SIGN-UP-FOR-KEY"
                                                                            :X-RapidAPI-Host "docuexprt3.p.rapidapi.com"}
                                                                  :form-params {:URLPath ""
                                                                                :DocumentName "PAN"
                                                                                :PanNumber ""
                                                                                :PanName ""
                                                                                :PanFatherName ""
                                                                                :PanDOB ""}})
    
  
    
     (require '[clj-http.client :as client])

(client/get "https://docuexprt3.p.rapidapi.com/Document/GetDocumentList" {:headers {:Authorization ""
                                                                                    :X-RapidAPI-Key "SIGN-UP-FOR-KEY"
                                                                                    :X-RapidAPI-Host "docuexprt3.p.rapidapi.com"}})
    
  
    
      (require '[clj-http.client :as client])

(client/post "https://docuexprt3.p.rapidapi.com/Document/Verify" {:headers {:Authorization ""
                                                                            :X-RapidAPI-Key "SIGN-UP-FOR-KEY"
                                                                            :X-RapidAPI-Host "docuexprt3.p.rapidapi.com"}
                                                                  :form-params {:URLPath ""
                                                                                :DocumentName ""}})
    
  
    
(require '[clj-http.client :as client])

(client/post "https://docuexprt3.p.rapidapi.com/Document/Login" {:headers {:X-RapidAPI-Key "SIGN-UP-FOR-KEY"
                                                                           :X-RapidAPI-Host "docuexprt3.p.rapidapi.com"}
                                                                 :form-params {:Password ""
                                                                               :Username ""}})
    
  

POST /CustomDocument/Verify

POST /Document/AadharCardVerify

POST /Document/PanCardVerify

GET /Document/GetDocumentList

POST /Document/Verify

POST /Document/Login

    
      using System.Net.Http.Headers;
var client = new HttpClient();
var request = new HttpRequestMessage
{
	Method = HttpMethod.Post,
	RequestUri = new Uri("https://docuexprt3.p.rapidapi.com/CustomDocument/Verify"),
	Headers =
	{
		{ "Authorization", "" },
		{ "X-RapidAPI-Key", "SIGN-UP-FOR-KEY" },
		{ "X-RapidAPI-Host", "docuexprt3.p.rapidapi.com" },
	},
	Content = new FormUrlEncodedContent(new Dictionary
	{
		{ "URLPath", "" },
		{ "DocumentName", "" },
	}),
};
using (var response = await client.SendAsync(request))
{
	response.EnsureSuccessStatusCode();
	var body = await response.Content.ReadAsStringAsync();
	Console.WriteLine(body);
}
    
  
    
using System.Net.Http.Headers;
var client = new HttpClient();
var request = new HttpRequestMessage
{
	Method = HttpMethod.Post,
	RequestUri = new Uri("https://docuexprt3.p.rapidapi.com/Document/Login"),
	Headers =
	{
		{ "X-RapidAPI-Key", "SIGN-UP-FOR-KEY" },
		{ "X-RapidAPI-Host", "docuexprt3.p.rapidapi.com" },
	},
	Content = new FormUrlEncodedContent(new Dictionary
	{
		{ "Password", "" },
		{ "Username", "" },
	}),
};
using (var response = await client.SendAsync(request))
{
	response.EnsureSuccessStatusCode();
	var body = await response.Content.ReadAsStringAsync();
	Console.WriteLine(body);
}
    
  
    
     using System.Net.Http.Headers;
var client = new HttpClient();
var request = new HttpRequestMessage
{
	Method = HttpMethod.Post,
	RequestUri = new Uri("https://docuexprt3.p.rapidapi.com/Document/Verify"),
	Headers =
	{
		{ "Authorization", "" },
		{ "X-RapidAPI-Key", "SIGN-UP-FOR-KEY" },
		{ "X-RapidAPI-Host", "docuexprt3.p.rapidapi.com" },
	},
	Content = new FormUrlEncodedContent(new Dictionary
	{
		{ "URLPath", "" },
		{ "DocumentName", "PAN" },
		{ "PanNumber", "" },
		{ "PanName", "" },
		{ "PanFatherName", "" },
		{ "PanDOB", "" },
	}),
};
using (var response = await client.SendAsync(request))
{
	response.EnsureSuccessStatusCode();
	var body = await response.Content.ReadAsStringAsync();
	Console.WriteLine(body);
}
    
  
    
   using System.Net.Http.Headers;
var client = new HttpClient();
var request = new HttpRequestMessage
{
	Method = HttpMethod.Get,
	RequestUri = new Uri("https://docuexprt3.p.rapidapi.com/Document/GetDocumentList"),
	Headers =
	{
		{ "Authorization", "" },
		{ "X-RapidAPI-Key", "SIGN-UP-FOR-KEY" },
		{ "X-RapidAPI-Host", "docuexprt3.p.rapidapi.com" },
	},
};
using (var response = await client.SendAsync(request))
{
	response.EnsureSuccessStatusCode();
	var body = await response.Content.ReadAsStringAsync();
	Console.WriteLine(body);
}
    
  
    
   using System.Net.Http.Headers;
var client = new HttpClient();
var request = new HttpRequestMessage
{
	Method = HttpMethod.Post,
	RequestUri = new Uri("https://docuexprt3.p.rapidapi.com/Document/Verify"),
	Headers =
	{
		{ "Authorization", "" },
		{ "X-RapidAPI-Key", "SIGN-UP-FOR-KEY" },
		{ "X-RapidAPI-Host", "docuexprt3.p.rapidapi.com" },
	},
	Content = new FormUrlEncodedContent(new Dictionary
	{
		{ "URLPath", "" },
		{ "DocumentName", "" },
	}),
};
using (var response = await client.SendAsync(request))
{
	response.EnsureSuccessStatusCode();
	var body = await response.Content.ReadAsStringAsync();
	Console.WriteLine(body);
}
    
  
    
using System.Net.Http.Headers;
var client = new HttpClient();
var request = new HttpRequestMessage
{
	Method = HttpMethod.Post,
	RequestUri = new Uri("https://docuexprt3.p.rapidapi.com/Document/Login"),
	Headers =
	{
		{ "X-RapidAPI-Key", "SIGN-UP-FOR-KEY" },
		{ "X-RapidAPI-Host", "docuexprt3.p.rapidapi.com" },
	},
	Content = new FormUrlEncodedContent(new Dictionary
	{
		{ "Password", "" },
		{ "Username", "" },
	}),
};
using (var response = await client.SendAsync(request))
{
	response.EnsureSuccessStatusCode();
	var body = await response.Content.ReadAsStringAsync();
	Console.WriteLine(body);
}
    
  

POST /CustomDocument/Verify

POST /Document/AadharCardVerify

POST /Document/PanCardVerify

GET /Document/GetDocumentList

POST /Document/Verify

POST /Document/Login

    
     var client = new RestClient("https://docuexprt3.p.rapidapi.com/CustomDocument/Verify");
var request = new RestRequest(Method.POST);
request.AddHeader("content-type", "application/x-www-form-urlencoded");
request.AddHeader("Authorization", "");
request.AddHeader("X-RapidAPI-Key", "SIGN-UP-FOR-KEY");
request.AddHeader("X-RapidAPI-Host", "docuexprt3.p.rapidapi.com");
request.AddParameter("application/x-www-form-urlencoded", "URLPath=%3CREQUIRED%3E&DocumentName=%3CREQUIRED%3E", ParameterType.RequestBody);
IRestResponse response = client.Execute(request);
    
  
    
    var client = new RestClient("https://docuexprt3.p.rapidapi.com/Document/Verify");
var request = new RestRequest(Method.POST);
request.AddHeader("content-type", "application/x-www-form-urlencoded");
request.AddHeader("Authorization", "");
request.AddHeader("X-RapidAPI-Key", "SIGN-UP-FOR-KEY");
request.AddHeader("X-RapidAPI-Host", "docuexprt3.p.rapidapi.com");
request.AddParameter("application/x-www-form-urlencoded", "URLPath=%3CREQUIRED%3E&DocumentName=AADHAR-FRONT&AadharName=%3CREQUIRED%3E&AadharNumber=%3CREQUIRED%3E&AadharGender=%3CREQUIRED%3E&AadharDOB=%3CREQUIRED%3E", ParameterType.RequestBody);
IRestResponse response = client.Execute(request);
    
  
    
   var client = new RestClient("https://docuexprt3.p.rapidapi.com/Document/Verify");
var request = new RestRequest(Method.POST);
request.AddHeader("content-type", "application/x-www-form-urlencoded");
request.AddHeader("Authorization", "");
request.AddHeader("X-RapidAPI-Key", "SIGN-UP-FOR-KEY");
request.AddHeader("X-RapidAPI-Host", "docuexprt3.p.rapidapi.com");
request.AddParameter("application/x-www-form-urlencoded", "URLPath=%3CREQUIRED%3E&DocumentName=PAN&PanNumber=%3CREQUIRED%3E&PanName=%3CREQUIRED%3E&PanFatherName=%3CREQUIRED%3E&PanDOB=%3CREQUIRED%3E", ParameterType.RequestBody);
IRestResponse response = client.Execute(request);
    
  
    
  var client = new RestClient("https://docuexprt3.p.rapidapi.com/Document/GetDocumentList");
var request = new RestRequest(Method.GET);
request.AddHeader("Authorization", "");
request.AddHeader("X-RapidAPI-Key", "SIGN-UP-FOR-KEY");
request.AddHeader("X-RapidAPI-Host", "docuexprt3.p.rapidapi.com");
IRestResponse response = client.Execute(request);
    
  
    
   var client = new RestClient("https://docuexprt3.p.rapidapi.com/Document/Verify");
var request = new RestRequest(Method.POST);
request.AddHeader("content-type", "application/x-www-form-urlencoded");
request.AddHeader("Authorization", "");
request.AddHeader("X-RapidAPI-Key", "SIGN-UP-FOR-KEY");
request.AddHeader("X-RapidAPI-Host", "docuexprt3.p.rapidapi.com");
request.AddParameter("application/x-www-form-urlencoded", "URLPath=%3CREQUIRED%3E&DocumentName=%3CREQUIRED%3E", ParameterType.RequestBody);
IRestResponse response = client.Execute(request);
    
  
    
var client = new RestClient("https://docuexprt3.p.rapidapi.com/Document/Login");
var request = new RestRequest(Method.POST);
request.AddHeader("content-type", "application/x-www-form-urlencoded");
request.AddHeader("X-RapidAPI-Key", "SIGN-UP-FOR-KEY");
request.AddHeader("X-RapidAPI-Host", "docuexprt3.p.rapidapi.com");
request.AddParameter("application/x-www-form-urlencoded", "Password=%3CREQUIRED%3E&Username=%3CREQUIRED%3E", ParameterType.RequestBody);
IRestResponse response = client.Execute(request);
    
  

POST /CustomDocument/Verify

POST /Document/AadharCardVerify

POST /Document/PanCardVerify

GET /Document/GetDocumentList

POST /Document/Verify

POST /Document/Login

    
     package main

import (
	"fmt"
	"strings"
	"net/http"
	"io"
)

func main() {

	url := "https://docuexprt3.p.rapidapi.com/CustomDocument/Verify"

	payload := strings.NewReader("URLPath=%3CREQUIRED%3E&DocumentName=%3CREQUIRED%3E")

	req, _ := http.NewRequest("POST", url, payload)

	req.Header.Add("content-type", "application/x-www-form-urlencoded")
	req.Header.Add("Authorization", "")
	req.Header.Add("X-RapidAPI-Key", "SIGN-UP-FOR-KEY")
	req.Header.Add("X-RapidAPI-Host", "docuexprt3.p.rapidapi.com")

	res, _ := http.DefaultClient.Do(req)

	defer res.Body.Close()
	body, _ := io.ReadAll(res.Body)

	fmt.Println(res)
	fmt.Println(string(body))

}
    
  
    
    package main

import (
	"fmt"
	"strings"
	"net/http"
	"io"
)

func main() {

	url := "https://docuexprt3.p.rapidapi.com/Document/Verify"

	payload := strings.NewReader("URLPath=%3CREQUIRED%3E&DocumentName=AADHAR-FRONT&AadharName=%3CREQUIRED%3E&AadharNumber=%3CREQUIRED%3E&AadharGender=%3CREQUIRED%3E&AadharDOB=%3CREQUIRED%3E")

	req, _ := http.NewRequest("POST", url, payload)

	req.Header.Add("content-type", "application/x-www-form-urlencoded")
	req.Header.Add("Authorization", "")
	req.Header.Add("X-RapidAPI-Key", "SIGN-UP-FOR-KEY")
	req.Header.Add("X-RapidAPI-Host", "docuexprt3.p.rapidapi.com")

	res, _ := http.DefaultClient.Do(req)

	defer res.Body.Close()
	body, _ := io.ReadAll(res.Body)

	fmt.Println(res)
	fmt.Println(string(body))

}
    
  
    
  package main

import (
	"fmt"
	"strings"
	"net/http"
	"io"
)

func main() {

	url := "https://docuexprt3.p.rapidapi.com/Document/Verify"

	payload := strings.NewReader("URLPath=%3CREQUIRED%3E&DocumentName=PAN&PanNumber=%3CREQUIRED%3E&PanName=%3CREQUIRED%3E&PanFatherName=%3CREQUIRED%3E&PanDOB=%3CREQUIRED%3E")

	req, _ := http.NewRequest("POST", url, payload)

	req.Header.Add("content-type", "application/x-www-form-urlencoded")
	req.Header.Add("Authorization", "")
	req.Header.Add("X-RapidAPI-Key", "SIGN-UP-FOR-KEY")
	req.Header.Add("X-RapidAPI-Host", "docuexprt3.p.rapidapi.com")

	res, _ := http.DefaultClient.Do(req)

	defer res.Body.Close()
	body, _ := io.ReadAll(res.Body)

	fmt.Println(res)
	fmt.Println(string(body))

}
    
  
    
 package main

import (
	"fmt"
	"net/http"
	"io"
)

func main() {

	url := "https://docuexprt3.p.rapidapi.com/Document/GetDocumentList"

	req, _ := http.NewRequest("GET", url, nil)

	req.Header.Add("Authorization", "")
	req.Header.Add("X-RapidAPI-Key", "SIGN-UP-FOR-KEY")
	req.Header.Add("X-RapidAPI-Host", "docuexprt3.p.rapidapi.com")

	res, _ := http.DefaultClient.Do(req)

	defer res.Body.Close()
	body, _ := io.ReadAll(res.Body)

	fmt.Println(res)
	fmt.Println(string(body))

}
    
  
    
  package main

import (
	"fmt"
	"strings"
	"net/http"
	"io"
)

func main() {

	url := "https://docuexprt3.p.rapidapi.com/Document/Verify"

	payload := strings.NewReader("URLPath=%3CREQUIRED%3E&DocumentName=%3CREQUIRED%3E")

	req, _ := http.NewRequest("POST", url, payload)

	req.Header.Add("content-type", "application/x-www-form-urlencoded")
	req.Header.Add("Authorization", "")
	req.Header.Add("X-RapidAPI-Key", "SIGN-UP-FOR-KEY")
	req.Header.Add("X-RapidAPI-Host", "docuexprt3.p.rapidapi.com")

	res, _ := http.DefaultClient.Do(req)

	defer res.Body.Close()
	body, _ := io.ReadAll(res.Body)

	fmt.Println(res)
	fmt.Println(string(body))

}
    
  
    
package main

import (
	"fmt"
	"strings"
	"net/http"
	"io"
)

func main() {

	url := "https://docuexprt3.p.rapidapi.com/Document/Login"

	payload := strings.NewReader("Password=%3CREQUIRED%3E&Username=%3CREQUIRED%3E")

	req, _ := http.NewRequest("POST", url, payload)

	req.Header.Add("content-type", "application/x-www-form-urlencoded")
	req.Header.Add("X-RapidAPI-Key", "SIGN-UP-FOR-KEY")
	req.Header.Add("X-RapidAPI-Host", "docuexprt3.p.rapidapi.com")

	res, _ := http.DefaultClient.Do(req)

	defer res.Body.Close()
	body, _ := io.ReadAll(res.Body)

	fmt.Println(res)
	fmt.Println(string(body))

}
    
  

POST /CustomDocument/Verify

POST /Document/AadharCardVerify

POST /Document/PanCardVerify

GET /Document/GetDocumentList

POST /Document/Verify

POST /Document/Login

    
POST /CustomDocument/Verify HTTP/1.1
Content-Type: application/x-www-form-urlencoded
Authorization: 
X-Rapidapi-Key: SIGN-UP-FOR-KEY
X-Rapidapi-Host: docuexprt3.p.rapidapi.com
Host: docuexprt3.p.rapidapi.com
Content-Length: 50

URLPath=%3CREQUIRED%3E&DocumentName=%3CREQUIRED%3E
    
  
    
POST /Document/Verify HTTP/1.1
Content-Type: application/x-www-form-urlencoded
Authorization: 
X-Rapidapi-Key: SIGN-UP-FOR-KEY
X-Rapidapi-Host: docuexprt3.p.rapidapi.com
Host: docuexprt3.p.rapidapi.com
Content-Length: 155

URLPath=%3CREQUIRED%3E&DocumentName=AADHAR-FRONT&AadharName=%3CREQUIRED%3E&AadharNumber=%3CREQUIRED%3E&AadharGender=%3CREQUIRED%3E&AadharDOB=%3CREQUIRED%3E
    
  
    
  POST /Document/Verify HTTP/1.1
Content-Type: application/x-www-form-urlencoded
Authorization: 
X-Rapidapi-Key: SIGN-UP-FOR-KEY
X-Rapidapi-Host: docuexprt3.p.rapidapi.com
Host: docuexprt3.p.rapidapi.com
Content-Length: 138

URLPath=%3CREQUIRED%3E&DocumentName=PAN&PanNumber=%3CREQUIRED%3E&PanName=%3CREQUIRED%3E&PanFatherName=%3CREQUIRED%3E&PanDOB=%3CREQUIRED%3E
    
  
    
GET /Document/GetDocumentList HTTP/1.1
Authorization: 
X-Rapidapi-Key: SIGN-UP-FOR-KEY
X-Rapidapi-Host: docuexprt3.p.rapidapi.com
Host: docuexprt3.p.rapidapi.com

    
  
    
  POST /Document/Verify HTTP/1.1
Content-Type: application/x-www-form-urlencoded
Authorization: 
X-Rapidapi-Key: SIGN-UP-FOR-KEY
X-Rapidapi-Host: docuexprt3.p.rapidapi.com
Host: docuexprt3.p.rapidapi.com
Content-Length: 50

URLPath=%3CREQUIRED%3E&DocumentName=%3CREQUIRED%3E
    
  
    
POST /Document/Login HTTP/1.1
Content-Type: application/x-www-form-urlencoded
X-Rapidapi-Key: SIGN-UP-FOR-KEY
X-Rapidapi-Host: docuexprt3.p.rapidapi.com
Host: docuexprt3.p.rapidapi.com
Content-Length: 47

Password=%3CREQUIRED%3E&Username=%3CREQUIRED%3E
    
  

POST /CustomDocument/Verify

POST /Document/AadharCardVerify

POST /Document/PanCardVerify

GET /Document/GetDocumentList

POST /Document/Verify

POST /Document/Login

    
AsyncHttpClient client = new DefaultAsyncHttpClient();
client.prepare("POST", "https://docuexprt3.p.rapidapi.com/CustomDocument/Verify")
	.setHeader("content-type", "application/x-www-form-urlencoded")
	.setHeader("Authorization", "")
	.setHeader("X-RapidAPI-Key", "SIGN-UP-FOR-KEY")
	.setHeader("X-RapidAPI-Host", "docuexprt3.p.rapidapi.com")
	.setBody("URLPath=%3CREQUIRED%3E&DocumentName=%3CREQUIRED%3E")
	.execute()
	.toCompletableFuture()
	.thenAccept(System.out::println)
	.join();

client.close();
    
  
    
AsyncHttpClient client = new DefaultAsyncHttpClient();
client.prepare("POST", "https://docuexprt3.p.rapidapi.com/Document/Verify")
	.setHeader("content-type", "application/x-www-form-urlencoded")
	.setHeader("Authorization", "")
	.setHeader("X-RapidAPI-Key", "SIGN-UP-FOR-KEY")
	.setHeader("X-RapidAPI-Host", "docuexprt3.p.rapidapi.com")
	.setBody("URLPath=%3CREQUIRED%3E&DocumentName=AADHAR-FRONT&AadharName=%3CREQUIRED%3E&AadharNumber=%3CREQUIRED%3E&AadharGender=%3CREQUIRED%3E&AadharDOB=%3CREQUIRED%3E")
	.execute()
	.toCompletableFuture()
	.thenAccept(System.out::println)
	.join();

client.close();
    
  
    
  AsyncHttpClient client = new DefaultAsyncHttpClient();
client.prepare("POST", "https://docuexprt3.p.rapidapi.com/Document/Verify")
	.setHeader("content-type", "application/x-www-form-urlencoded")
	.setHeader("Authorization", "")
	.setHeader("X-RapidAPI-Key", "SIGN-UP-FOR-KEY")
	.setHeader("X-RapidAPI-Host", "docuexprt3.p.rapidapi.com")
	.setBody("URLPath=%3CREQUIRED%3E&DocumentName=PAN&PanNumber=%3CREQUIRED%3E&PanName=%3CREQUIRED%3E&PanFatherName=%3CREQUIRED%3E&PanDOB=%3CREQUIRED%3E")
	.execute()
	.toCompletableFuture()
	.thenAccept(System.out::println)
	.join();

client.close();
    
  
    
AsyncHttpClient client = new DefaultAsyncHttpClient();
client.prepare("GET", "https://docuexprt3.p.rapidapi.com/Document/GetDocumentList")
	.setHeader("Authorization", "")
	.setHeader("X-RapidAPI-Key", "SIGN-UP-FOR-KEY")
	.setHeader("X-RapidAPI-Host", "docuexprt3.p.rapidapi.com")
	.execute()
	.toCompletableFuture()
	.thenAccept(System.out::println)
	.join();

client.close();

    
  
    
  AsyncHttpClient client = new DefaultAsyncHttpClient();
client.prepare("POST", "https://docuexprt3.p.rapidapi.com/Document/Verify")
	.setHeader("content-type", "application/x-www-form-urlencoded")
	.setHeader("Authorization", "")
	.setHeader("X-RapidAPI-Key", "SIGN-UP-FOR-KEY")
	.setHeader("X-RapidAPI-Host", "docuexprt3.p.rapidapi.com")
	.setBody("URLPath=%3CREQUIRED%3E&DocumentName=%3CREQUIRED%3E")
	.execute()
	.toCompletableFuture()
	.thenAccept(System.out::println)
	.join();

client.close();
    
  
    
AsyncHttpClient client = new DefaultAsyncHttpClient();
client.prepare("POST", "https://docuexprt3.p.rapidapi.com/Document/Login")
	.setHeader("content-type", "application/x-www-form-urlencoded")
	.setHeader("X-RapidAPI-Key", "SIGN-UP-FOR-KEY")
	.setHeader("X-RapidAPI-Host", "docuexprt3.p.rapidapi.com")
	.setBody("Password=%3CREQUIRED%3E&Username=%3CREQUIRED%3E")
	.execute()
	.toCompletableFuture()
	.thenAccept(System.out::println)
	.join();

client.close();
    
  

POST /CustomDocument/Verify

POST /Document/AadharCardVerify

POST /Document/PanCardVerify

GET /Document/GetDocumentList

POST /Document/Verify

POST /Document/Login

    
HttpRequest request = HttpRequest.newBuilder()
		.uri(URI.create("https://docuexprt3.p.rapidapi.com/CustomDocument/Verify"))
		.header("content-type", "application/x-www-form-urlencoded")
		.header("Authorization", "")
		.header("X-RapidAPI-Key", "SIGN-UP-FOR-KEY")
		.header("X-RapidAPI-Host", "docuexprt3.p.rapidapi.com")
		.method("POST", HttpRequest.BodyPublishers.ofString("URLPath=%3CREQUIRED%3E&DocumentName=%3CREQUIRED%3E"))
		.build();
HttpResponse response = HttpClient.newHttpClient().send(request, HttpResponse.BodyHandlers.ofString());
System.out.println(response.body());
    
  
    
HttpRequest request = HttpRequest.newBuilder()
		.uri(URI.create("https://docuexprt3.p.rapidapi.com/Document/Verify"))
		.header("content-type", "application/x-www-form-urlencoded")
		.header("Authorization", "")
		.header("X-RapidAPI-Key", "SIGN-UP-FOR-KEY")
		.header("X-RapidAPI-Host", "docuexprt3.p.rapidapi.com")
		.method("POST", HttpRequest.BodyPublishers.ofString("URLPath=%3CREQUIRED%3E&DocumentName=AADHAR-FRONT&AadharName=%3CREQUIRED%3E&AadharNumber=%3CREQUIRED%3E&AadharGender=%3CREQUIRED%3E&AadharDOB=%3CREQUIRED%3E"))
		.build();
HttpResponse response = HttpClient.newHttpClient().send(request, HttpResponse.BodyHandlers.ofString());
System.out.println(response.body());
    
  
    
  HttpRequest request = HttpRequest.newBuilder()
		.uri(URI.create("https://docuexprt3.p.rapidapi.com/Document/Verify"))
		.header("content-type", "application/x-www-form-urlencoded")
		.header("Authorization", "")
		.header("X-RapidAPI-Key", "SIGN-UP-FOR-KEY")
		.header("X-RapidAPI-Host", "docuexprt3.p.rapidapi.com")
		.method("POST", HttpRequest.BodyPublishers.ofString("URLPath=%3CREQUIRED%3E&DocumentName=PAN&PanNumber=%3CREQUIRED%3E&PanName=%3CREQUIRED%3E&PanFatherName=%3CREQUIRED%3E&PanDOB=%3CREQUIRED%3E"))
		.build();
HttpResponse response = HttpClient.newHttpClient().send(request, HttpResponse.BodyHandlers.ofString());
System.out.println(response.body());
    
  
    
HttpRequest request = HttpRequest.newBuilder()
		.uri(URI.create("https://docuexprt3.p.rapidapi.com/Document/GetDocumentList"))
		.header("Authorization", "")
		.header("X-RapidAPI-Key", "SIGN-UP-FOR-KEY")
		.header("X-RapidAPI-Host", "docuexprt3.p.rapidapi.com")
		.method("GET", HttpRequest.BodyPublishers.noBody())
		.build();
HttpResponse response = HttpClient.newHttpClient().send(request, HttpResponse.BodyHandlers.ofString());
System.out.println(response.body());
    
  
    
  HttpRequest request = HttpRequest.newBuilder()
		.uri(URI.create("https://docuexprt3.p.rapidapi.com/Document/Verify"))
		.header("content-type", "application/x-www-form-urlencoded")
		.header("Authorization", "")
		.header("X-RapidAPI-Key", "SIGN-UP-FOR-KEY")
		.header("X-RapidAPI-Host", "docuexprt3.p.rapidapi.com")
		.method("POST", HttpRequest.BodyPublishers.ofString("URLPath=%3CREQUIRED%3E&DocumentName=%3CREQUIRED%3E"))
		.build();
HttpResponse response = HttpClient.newHttpClient().send(request, HttpResponse.BodyHandlers.ofString());
System.out.println(response.body());
    
  
    
HttpRequest request = HttpRequest.newBuilder()
		.uri(URI.create("https://docuexprt3.p.rapidapi.com/Document/Login"))
		.header("content-type", "application/x-www-form-urlencoded")
		.header("X-RapidAPI-Key", "SIGN-UP-FOR-KEY")
		.header("X-RapidAPI-Host", "docuexprt3.p.rapidapi.com")
		.method("POST", HttpRequest.BodyPublishers.ofString("Password=%3CREQUIRED%3E&Username=%3CREQUIRED%3E"))
		.build();
HttpResponse response = HttpClient.newHttpClient().send(request, HttpResponse.BodyHandlers.ofString());
System.out.println(response.body());
    
  

POST /CustomDocument/Verify

POST /Document/AadharCardVerify

POST /Document/PanCardVerify

GET /Document/GetDocumentList

POST /Document/Verify

POST /Document/Login

    
OkHttpClient client = new OkHttpClient();

MediaType mediaType = MediaType.parse("application/x-www-form-urlencoded");
RequestBody body = RequestBody.create(mediaType, "URLPath=%3CREQUIRED%3E&DocumentName=%3CREQUIRED%3E");
Request request = new Request.Builder()
	.url("https://docuexprt3.p.rapidapi.com/CustomDocument/Verify")
	.post(body)
	.addHeader("content-type", "application/x-www-form-urlencoded")
	.addHeader("Authorization", "")
	.addHeader("X-RapidAPI-Key", "SIGN-UP-FOR-KEY")
	.addHeader("X-RapidAPI-Host", "docuexprt3.p.rapidapi.com")
	.build();

Response response = client.newCall(request).execute();
    
  
    
OkHttpClient client = new OkHttpClient();

MediaType mediaType = MediaType.parse("application/x-www-form-urlencoded");
RequestBody body = RequestBody.create(mediaType, "URLPath=%3CREQUIRED%3E&DocumentName=AADHAR-FRONT&AadharName=%3CREQUIRED%3E&AadharNumber=%3CREQUIRED%3E&AadharGender=%3CREQUIRED%3E&AadharDOB=%3CREQUIRED%3E");
Request request = new Request.Builder()
	.url("https://docuexprt3.p.rapidapi.com/Document/Verify")
	.post(body)
	.addHeader("content-type", "application/x-www-form-urlencoded")
	.addHeader("Authorization", "")
	.addHeader("X-RapidAPI-Key", "SIGN-UP-FOR-KEY")
	.addHeader("X-RapidAPI-Host", "docuexprt3.p.rapidapi.com")
	.build();

Response response = client.newCall(request).execute();
    
  
    
 OkHttpClient client = new OkHttpClient();

MediaType mediaType = MediaType.parse("application/x-www-form-urlencoded");
RequestBody body = RequestBody.create(mediaType, "URLPath=%3CREQUIRED%3E&DocumentName=PAN&PanNumber=%3CREQUIRED%3E&PanName=%3CREQUIRED%3E&PanFatherName=%3CREQUIRED%3E&PanDOB=%3CREQUIRED%3E");
Request request = new Request.Builder()
	.url("https://docuexprt3.p.rapidapi.com/Document/Verify")
	.post(body)
	.addHeader("content-type", "application/x-www-form-urlencoded")
	.addHeader("Authorization", "")
	.addHeader("X-RapidAPI-Key", "SIGN-UP-FOR-KEY")
	.addHeader("X-RapidAPI-Host", "docuexprt3.p.rapidapi.com")
	.build();

Response response = client.newCall(request).execute();
    
  
    
OkHttpClient client = new OkHttpClient();

Request request = new Request.Builder()
	.url("https://docuexprt3.p.rapidapi.com/Document/GetDocumentList")
	.get()
	.addHeader("Authorization", "")
	.addHeader("X-RapidAPI-Key", "SIGN-UP-FOR-KEY")
	.addHeader("X-RapidAPI-Host", "docuexprt3.p.rapidapi.com")
	.build();

Response response = client.newCall(request).execute();
    
  
    
  OkHttpClient client = new OkHttpClient();

MediaType mediaType = MediaType.parse("application/x-www-form-urlencoded");
RequestBody body = RequestBody.create(mediaType, "URLPath=%3CREQUIRED%3E&DocumentName=%3CREQUIRED%3E");
Request request = new Request.Builder()
	.url("https://docuexprt3.p.rapidapi.com/Document/Verify")
	.post(body)
	.addHeader("content-type", "application/x-www-form-urlencoded")
	.addHeader("Authorization", "")
	.addHeader("X-RapidAPI-Key", "SIGN-UP-FOR-KEY")
	.addHeader("X-RapidAPI-Host", "docuexprt3.p.rapidapi.com")
	.build();

Response response = client.newCall(request).execute();
    
  
    
OkHttpClient client = new OkHttpClient();

MediaType mediaType = MediaType.parse("application/x-www-form-urlencoded");
RequestBody body = RequestBody.create(mediaType, "Password=%3CREQUIRED%3E&Username=%3CREQUIRED%3E");
Request request = new Request.Builder()
	.url("https://docuexprt3.p.rapidapi.com/Document/Login")
	.post(body)
	.addHeader("content-type", "application/x-www-form-urlencoded")
	.addHeader("X-RapidAPI-Key", "SIGN-UP-FOR-KEY")
	.addHeader("X-RapidAPI-Host", "docuexprt3.p.rapidapi.com")
	.build();

Response response = client.newCall(request).execute();
    
  

POST /CustomDocument/Verify

POST /Document/AadharCardVerify

POST /Document/PanCardVerify

GET /Document/GetDocumentList

POST /Document/Verify

POST /Document/Login

    
HttpResponse response = Unirest.post("https://docuexprt3.p.rapidapi.com/CustomDocument/Verify")
	.header("content-type", "application/x-www-form-urlencoded")
	.header("Authorization", "")
	.header("X-RapidAPI-Key", "SIGN-UP-FOR-KEY")
	.header("X-RapidAPI-Host", "docuexprt3.p.rapidapi.com")
	.body("URLPath=%3CREQUIRED%3E&DocumentName=%3CREQUIRED%3E")
	.asString();
    
  
    
HttpResponse response = Unirest.post("https://docuexprt3.p.rapidapi.com/Document/Verify")
	.header("content-type", "application/x-www-form-urlencoded")
	.header("Authorization", "")
	.header("X-RapidAPI-Key", "SIGN-UP-FOR-KEY")
	.header("X-RapidAPI-Host", "docuexprt3.p.rapidapi.com")
	.body("URLPath=%3CREQUIRED%3E&DocumentName=AADHAR-FRONT&AadharName=%3CREQUIRED%3E&AadharNumber=%3CREQUIRED%3E&AadharGender=%3CREQUIRED%3E&AadharDOB=%3CREQUIRED%3E")
	.asString();
    
  
    
HttpResponse response = Unirest.post("https://docuexprt3.p.rapidapi.com/Document/Verify")
	.header("content-type", "application/x-www-form-urlencoded")
	.header("Authorization", "")
	.header("X-RapidAPI-Key", "SIGN-UP-FOR-KEY")
	.header("X-RapidAPI-Host", "docuexprt3.p.rapidapi.com")
	.body("URLPath=%3CREQUIRED%3E&DocumentName=PAN&PanNumber=%3CREQUIRED%3E&PanName=%3CREQUIRED%3E&PanFatherName=%3CREQUIRED%3E&PanDOB=%3CREQUIRED%3E")
	.asString();
    
  
    
HttpResponse response = Unirest.get("https://docuexprt3.p.rapidapi.com/Document/GetDocumentList")
	.header("Authorization", "")
	.header("X-RapidAPI-Key", "SIGN-UP-FOR-KEY")
	.header("X-RapidAPI-Host", "docuexprt3.p.rapidapi.com")
	.asString();
    
  
    
 HttpResponse response = Unirest.post("https://docuexprt3.p.rapidapi.com/Document/Verify")
	.header("content-type", "application/x-www-form-urlencoded")
	.header("Authorization", "")
	.header("X-RapidAPI-Key", "SIGN-UP-FOR-KEY")
	.header("X-RapidAPI-Host", "docuexprt3.p.rapidapi.com")
	.body("URLPath=%3CREQUIRED%3E&DocumentName=%3CREQUIRED%3E")
	.asString();
    
  
    
HttpResponse response = Unirest.post("https://docuexprt3.p.rapidapi.com/Document/Login")
	.header("content-type", "application/x-www-form-urlencoded")
	.header("X-RapidAPI-Key", "SIGN-UP-FOR-KEY")
	.header("X-RapidAPI-Host", "docuexprt3.p.rapidapi.com")
	.body("Password=%3CREQUIRED%3E&Username=%3CREQUIRED%3E")
	.asString();
    
  

POST /CustomDocument/Verify

POST /Document/AadharCardVerify

POST /Document/PanCardVerify

GET /Document/GetDocumentList

POST /Document/Verify

POST /Document/Login

    
const data = 'URLPath=%3CREQUIRED%3E&DocumentName=%3CREQUIRED%3E';

const xhr = new XMLHttpRequest();
xhr.withCredentials = true;

xhr.addEventListener('readystatechange', function () {
	if (this.readyState === this.DONE) {
		console.log(this.responseText);
	}
});

xhr.open('POST', 'https://docuexprt3.p.rapidapi.com/CustomDocument/Verify');
xhr.setRequestHeader('content-type', 'application/x-www-form-urlencoded');
xhr.setRequestHeader('Authorization', '');
xhr.setRequestHeader('X-RapidAPI-Key', 'SIGN-UP-FOR-KEY');
xhr.setRequestHeader('X-RapidAPI-Host', 'docuexprt3.p.rapidapi.com');

xhr.send(data);
    
  
    
const data = 'URLPath=%3CREQUIRED%3E&DocumentName=%3CREQUIRED%3E';

const xhr = new XMLHttpRequest();
xhr.withCredentials = true;

xhr.addEventListener('readystatechange', function () {
	if (this.readyState === this.DONE) {
		console.log(this.responseText);
	}
});

xhr.open('POST', 'https://docuexprt3.p.rapidapi.com/CustomDocument/Verify');
xhr.setRequestHeader('content-type', 'application/x-www-form-urlencoded');
xhr.setRequestHeader('Authorization', '');
xhr.setRequestHeader('X-RapidAPI-Key', 'SIGN-UP-FOR-KEY');
xhr.setRequestHeader('X-RapidAPI-Host', 'docuexprt3.p.rapidapi.com');

xhr.send(data);
    
  
    
const data = 'URLPath=%3CREQUIRED%3E&DocumentName=PAN&PanNumber=%3CREQUIRED%3E&PanName=%3CREQUIRED%3E&PanFatherName=%3CREQUIRED%3E&PanDOB=%3CREQUIRED%3E';

const xhr = new XMLHttpRequest();
xhr.withCredentials = true;

xhr.addEventListener('readystatechange', function () {
	if (this.readyState === this.DONE) {
		console.log(this.responseText);
	}
});

xhr.open('POST', 'https://docuexprt3.p.rapidapi.com/Document/Verify');
xhr.setRequestHeader('content-type', 'application/x-www-form-urlencoded');
xhr.setRequestHeader('Authorization', '');
xhr.setRequestHeader('X-RapidAPI-Key', 'SIGN-UP-FOR-KEY');
xhr.setRequestHeader('X-RapidAPI-Host', 'docuexprt3.p.rapidapi.com');

xhr.send(data);
    
  
    
const data = null;

const xhr = new XMLHttpRequest();
xhr.withCredentials = true;

xhr.addEventListener('readystatechange', function () {
	if (this.readyState === this.DONE) {
		console.log(this.responseText);
	}
});

xhr.open('GET', 'https://docuexprt3.p.rapidapi.com/Document/GetDocumentList');
xhr.setRequestHeader('Authorization', '');
xhr.setRequestHeader('X-RapidAPI-Key', 'SIGN-UP-FOR-KEY');
xhr.setRequestHeader('X-RapidAPI-Host', 'docuexprt3.p.rapidapi.com');

xhr.send(data);
    
  
    
 const data = 'URLPath=%3CREQUIRED%3E&DocumentName=%3CREQUIRED%3E';

const xhr = new XMLHttpRequest();
xhr.withCredentials = true;

xhr.addEventListener('readystatechange', function () {
	if (this.readyState === this.DONE) {
		console.log(this.responseText);
	}
});

xhr.open('POST', 'https://docuexprt3.p.rapidapi.com/Document/Verify');
xhr.setRequestHeader('content-type', 'application/x-www-form-urlencoded');
xhr.setRequestHeader('Authorization', '');
xhr.setRequestHeader('X-RapidAPI-Key', 'SIGN-UP-FOR-KEY');
xhr.setRequestHeader('X-RapidAPI-Host', 'docuexprt3.p.rapidapi.com');

xhr.send(data);
    
  
    
const data = 'Password=%3CREQUIRED%3E&Username=%3CREQUIRED%3E';

const xhr = new XMLHttpRequest();
xhr.withCredentials = true;

xhr.addEventListener('readystatechange', function () {
	if (this.readyState === this.DONE) {
		console.log(this.responseText);
	}
});

xhr.open('POST', 'https://docuexprt3.p.rapidapi.com/Document/Login');
xhr.setRequestHeader('content-type', 'application/x-www-form-urlencoded');
xhr.setRequestHeader('X-RapidAPI-Key', 'SIGN-UP-FOR-KEY');
xhr.setRequestHeader('X-RapidAPI-Host', 'docuexprt3.p.rapidapi.com');

xhr.send(data);
    
  

POST /CustomDocument/Verify

POST /Document/AadharCardVerify

POST /Document/PanCardVerify

GET /Document/GetDocumentList

POST /Document/Verify

POST /Document/Login

    
import axios from 'axios';

const encodedParams = new URLSearchParams();
encodedParams.set('URLPath', '');
encodedParams.set('DocumentName', '');

const options = {
  method: 'POST',
  url: 'https://docuexprt3.p.rapidapi.com/CustomDocument/Verify',
  headers: {
    'content-type': 'application/x-www-form-urlencoded',
    Authorization: '',
    'X-RapidAPI-Key': 'SIGN-UP-FOR-KEY',
    'X-RapidAPI-Host': 'docuexprt3.p.rapidapi.com'
  },
  data: encodedParams,
};

try {
	const response = await axios.request(options);
	console.log(response.data);
} catch (error) {
	console.error(error);
}
    
  
    
import axios from 'axios';

const encodedParams = new URLSearchParams();
encodedParams.set('URLPath', '');
encodedParams.set('DocumentName', 'AADHAR-FRONT');
encodedParams.set('AadharName', '');
encodedParams.set('AadharNumber', '');
encodedParams.set('AadharGender', '');
encodedParams.set('AadharDOB', '');

const options = {
  method: 'POST',
  url: 'https://docuexprt3.p.rapidapi.com/Document/Verify',
  headers: {
    'content-type': 'application/x-www-form-urlencoded',
    Authorization: '',
    'X-RapidAPI-Key': 'SIGN-UP-FOR-KEY',
    'X-RapidAPI-Host': 'docuexprt3.p.rapidapi.com'
  },
  data: encodedParams,
};

try {
	const response = await axios.request(options);
	console.log(response.data);
} catch (error) {
	console.error(error);
}
    
  
    
import axios from 'axios';

const encodedParams = new URLSearchParams();
encodedParams.set('URLPath', '');
encodedParams.set('DocumentName', 'PAN');
encodedParams.set('PanNumber', '');
encodedParams.set('PanName', '');
encodedParams.set('PanFatherName', '');
encodedParams.set('PanDOB', '');

const options = {
  method: 'POST',
  url: 'https://docuexprt3.p.rapidapi.com/Document/Verify',
  headers: {
    'content-type': 'application/x-www-form-urlencoded',
    Authorization: '',
    'X-RapidAPI-Key': 'SIGN-UP-FOR-KEY',
    'X-RapidAPI-Host': 'docuexprt3.p.rapidapi.com'
  },
  data: encodedParams,
};

try {
	const response = await axios.request(options);
	console.log(response.data);
} catch (error) {
	console.error(error);
}
    
  
    
import axios from 'axios';

const options = {
  method: 'GET',
  url: 'https://docuexprt3.p.rapidapi.com/Document/GetDocumentList',
  headers: {
    Authorization: '',
    'X-RapidAPI-Key': 'SIGN-UP-FOR-KEY',
    'X-RapidAPI-Host': 'docuexprt3.p.rapidapi.com'
  }
};

try {
	const response = await axios.request(options);
	console.log(response.data);
} catch (error) {
	console.error(error);
}
    
  
    
import axios from 'axios';

const encodedParams = new URLSearchParams();
encodedParams.set('URLPath', '');
encodedParams.set('DocumentName', '');

const options = {
  method: 'POST',
  url: 'https://docuexprt3.p.rapidapi.com/Document/Verify',
  headers: {
    'content-type': 'application/x-www-form-urlencoded',
    Authorization: '',
    'X-RapidAPI-Key': 'SIGN-UP-FOR-KEY',
    'X-RapidAPI-Host': 'docuexprt3.p.rapidapi.com'
  },
  data: encodedParams,
};

try {
	const response = await axios.request(options);
	console.log(response.data);
} catch (error) {
	console.error(error);
}
    
  
    
import axios from 'axios';

const encodedParams = new URLSearchParams();
encodedParams.set('Password', '');
encodedParams.set('Username', '');

const options = {
  method: 'POST',
  url: 'https://docuexprt3.p.rapidapi.com/Document/Login',
  headers: {
    'content-type': 'application/x-www-form-urlencoded',
    'X-RapidAPI-Key': 'SIGN-UP-FOR-KEY',
    'X-RapidAPI-Host': 'docuexprt3.p.rapidapi.com'
  },
  data: encodedParams,
};

try {
	const response = await axios.request(options);
	console.log(response.data);
} catch (error) {
	console.error(error);
}
    
  

POST /CustomDocument/Verify

POST /Document/AadharCardVerify

POST /Document/PanCardVerify

GET /Document/GetDocumentList

POST /Document/Verify

POST /Document/Login

    
const url = 'https://docuexprt3.p.rapidapi.com/CustomDocument/Verify';
const options = {
	method: 'POST',
	headers: {
		'content-type': 'application/x-www-form-urlencoded',
		Authorization: '',
		'X-RapidAPI-Key': 'SIGN-UP-FOR-KEY',
		'X-RapidAPI-Host': 'docuexprt3.p.rapidapi.com'
	},
	body: new URLSearchParams({
		URLPath: '',
		DocumentName: ''
	})
};

try {
	const response = await fetch(url, options);
	const result = await response.text();
	console.log(result);
} catch (error) {
	console.error(error);
}
    
  
    
const url = 'https://docuexprt3.p.rapidapi.com/Document/Verify';
const options = {
	method: 'POST',
	headers: {
		'content-type': 'application/x-www-form-urlencoded',
		Authorization: '',
		'X-RapidAPI-Key': 'SIGN-UP-FOR-KEY',
		'X-RapidAPI-Host': 'docuexprt3.p.rapidapi.com'
	},
	body: new URLSearchParams({
		URLPath: '',
		DocumentName: 'AADHAR-FRONT',
		AadharName: '',
		AadharNumber: '',
		AadharGender: '',
		AadharDOB: ''
	})
};

try {
	const response = await fetch(url, options);
	const result = await response.text();
	console.log(result);
} catch (error) {
	console.error(error);
}
    
  
    
const url = 'https://docuexprt3.p.rapidapi.com/Document/Verify';
const options = {
	method: 'POST',
	headers: {
		'content-type': 'application/x-www-form-urlencoded',
		Authorization: '',
		'X-RapidAPI-Key': 'SIGN-UP-FOR-KEY',
		'X-RapidAPI-Host': 'docuexprt3.p.rapidapi.com'
	},
	body: new URLSearchParams({
		URLPath: '',
		DocumentName: 'PAN',
		PanNumber: '',
		PanName: '',
		PanFatherName: '',
		PanDOB: ''
	})
};

try {
	const response = await fetch(url, options);
	const result = await response.text();
	console.log(result);
} catch (error) {
	console.error(error);
}
    
  
    
const url = 'https://docuexprt3.p.rapidapi.com/Document/GetDocumentList';
const options = {
	method: 'GET',
	headers: {
		Authorization: '',
		'X-RapidAPI-Key': 'SIGN-UP-FOR-KEY',
		'X-RapidAPI-Host': 'docuexprt3.p.rapidapi.com'
	}
};

try {
	const response = await fetch(url, options);
	const result = await response.text();
	console.log(result);
} catch (error) {
	console.error(error);
}
    
  
    
const url = 'https://docuexprt3.p.rapidapi.com/Document/Verify';
const options = {
	method: 'POST',
	headers: {
		'content-type': 'application/x-www-form-urlencoded',
		Authorization: '',
		'X-RapidAPI-Key': 'SIGN-UP-FOR-KEY',
		'X-RapidAPI-Host': 'docuexprt3.p.rapidapi.com'
	},
	body: new URLSearchParams({
		URLPath: '',
		DocumentName: ''
	})
};

try {
	const response = await fetch(url, options);
	const result = await response.text();
	console.log(result);
} catch (error) {
	console.error(error);
}
    
  
    
const url = 'https://docuexprt3.p.rapidapi.com/Document/Login';
const options = {
	method: 'POST',
	headers: {
		'content-type': 'application/x-www-form-urlencoded',
		'X-RapidAPI-Key': 'SIGN-UP-FOR-KEY',
		'X-RapidAPI-Host': 'docuexprt3.p.rapidapi.com'
	},
	body: new URLSearchParams({
		Password: '',
		Username: ''
	})
};

try {
	const response = await fetch(url, options);
	const result = await response.text();
	console.log(result);
} catch (error) {
	console.error(error);
}
    
  

POST /CustomDocument/Verify

POST /Document/AadharCardVerify

POST /Document/PanCardVerify

GET /Document/GetDocumentList

POST /Document/Verify

POST /Document/Login

    
const settings = {
	async: true,
	crossDomain: true,
	url: 'https://docuexprt3.p.rapidapi.com/CustomDocument/Verify',
	method: 'POST',
	headers: {
		'content-type': 'application/x-www-form-urlencoded',
		Authorization: '',
		'X-RapidAPI-Key': 'SIGN-UP-FOR-KEY',
		'X-RapidAPI-Host': 'docuexprt3.p.rapidapi.com'
	},
	data: {
		URLPath: '',
		DocumentName: ''
	}
};

$.ajax(settings).done(function (response) {
	console.log(response);
});
    
  
    
const settings = {
	async: true,
	crossDomain: true,
	url: 'https://docuexprt3.p.rapidapi.com/Document/Verify',
	method: 'POST',
	headers: {
		'content-type': 'application/x-www-form-urlencoded',
		Authorization: '',
		'X-RapidAPI-Key': 'SIGN-UP-FOR-KEY',
		'X-RapidAPI-Host': 'docuexprt3.p.rapidapi.com'
	},
	data: {
		URLPath: '',
		DocumentName: 'AADHAR-FRONT',
		AadharName: '',
		AadharNumber: '',
		AadharGender: '',
		AadharDOB: ''
	}
};

$.ajax(settings).done(function (response) {
	console.log(response);
});
    
  
    
const settings = {
	async: true,
	crossDomain: true,
	url: 'https://docuexprt3.p.rapidapi.com/Document/Verify',
	method: 'POST',
	headers: {
		'content-type': 'application/x-www-form-urlencoded',
		Authorization: '',
		'X-RapidAPI-Key': 'SIGN-UP-FOR-KEY',
		'X-RapidAPI-Host': 'docuexprt3.p.rapidapi.com'
	},
	data: {
		URLPath: '',
		DocumentName: 'PAN',
		PanNumber: '',
		PanName: '',
		PanFatherName: '',
		PanDOB: ''
	}
};

$.ajax(settings).done(function (response) {
	console.log(response);
});
    
  
    
const settings = {
	async: true,
	crossDomain: true,
	url: 'https://docuexprt3.p.rapidapi.com/Document/GetDocumentList',
	method: 'GET',
	headers: {
		Authorization: '',
		'X-RapidAPI-Key': 'SIGN-UP-FOR-KEY',
		'X-RapidAPI-Host': 'docuexprt3.p.rapidapi.com'
	}
};

$.ajax(settings).done(function (response) {
	console.log(response);
});
    
  
    
const settings = {
	async: true,
	crossDomain: true,
	url: 'https://docuexprt3.p.rapidapi.com/Document/Verify',
	method: 'POST',
	headers: {
		'content-type': 'application/x-www-form-urlencoded',
		Authorization: '',
		'X-RapidAPI-Key': 'SIGN-UP-FOR-KEY',
		'X-RapidAPI-Host': 'docuexprt3.p.rapidapi.com'
	},
	data: {
		URLPath: '',
		DocumentName: ''
	}
};

$.ajax(settings).done(function (response) {
	console.log(response);
});
    
  
    
const settings = {
	async: true,
	crossDomain: true,
	url: 'https://docuexprt3.p.rapidapi.com/Document/Login',
	method: 'POST',
	headers: {
		'content-type': 'application/x-www-form-urlencoded',
		'X-RapidAPI-Key': 'SIGN-UP-FOR-KEY',
		'X-RapidAPI-Host': 'docuexprt3.p.rapidapi.com'
	},
	data: {
		Password: '',
		Username: ''
	}
};

$.ajax(settings).done(function (response) {
	console.log(response);
});
    
  

POST /CustomDocument/Verify

POST /Document/AadharCardVerify

POST /Document/PanCardVerify

GET /Document/GetDocumentList

POST /Document/Verify

POST /Document/Login

    
val client = OkHttpClient()

val mediaType = MediaType.parse("application/x-www-form-urlencoded")
val body = RequestBody.create(mediaType, "URLPath=%3CREQUIRED%3E&DocumentName=%3CREQUIRED%3E")
val request = Request.Builder()
	.url("https://docuexprt3.p.rapidapi.com/CustomDocument/Verify")
	.post(body)
	.addHeader("content-type", "application/x-www-form-urlencoded")
	.addHeader("Authorization", "")
	.addHeader("X-RapidAPI-Key", "SIGN-UP-FOR-KEY")
	.addHeader("X-RapidAPI-Host", "docuexprt3.p.rapidapi.com")
	.build()

val response = client.newCall(request).execute()
    
  
    
val client = OkHttpClient()

val mediaType = MediaType.parse("application/x-www-form-urlencoded")
val body = RequestBody.create(mediaType, "URLPath=%3CREQUIRED%3E&DocumentName=AADHAR-FRONT&AadharName=%3CREQUIRED%3E&AadharNumber=%3CREQUIRED%3E&AadharGender=%3CREQUIRED%3E&AadharDOB=%3CREQUIRED%3E")
val request = Request.Builder()
	.url("https://docuexprt3.p.rapidapi.com/Document/Verify")
	.post(body)
	.addHeader("content-type", "application/x-www-form-urlencoded")
	.addHeader("Authorization", "")
	.addHeader("X-RapidAPI-Key", "SIGN-UP-FOR-KEY")
	.addHeader("X-RapidAPI-Host", "docuexprt3.p.rapidapi.com")
	.build()

val response = client.newCall(request).execute()
    
  
    
val client = OkHttpClient()

val mediaType = MediaType.parse("application/x-www-form-urlencoded")
val body = RequestBody.create(mediaType, "URLPath=%3CREQUIRED%3E&DocumentName=PAN&PanNumber=%3CREQUIRED%3E&PanName=%3CREQUIRED%3E&PanFatherName=%3CREQUIRED%3E&PanDOB=%3CREQUIRED%3E")
val request = Request.Builder()
	.url("https://docuexprt3.p.rapidapi.com/Document/Verify")
	.post(body)
	.addHeader("content-type", "application/x-www-form-urlencoded")
	.addHeader("Authorization", "")
	.addHeader("X-RapidAPI-Key", "SIGN-UP-FOR-KEY")
	.addHeader("X-RapidAPI-Host", "docuexprt3.p.rapidapi.com")
	.build()

val response = client.newCall(request).execute()
    
  
    
val client = OkHttpClient()

val request = Request.Builder()
	.url("https://docuexprt3.p.rapidapi.com/Document/GetDocumentList")
	.get()
	.addHeader("Authorization", "")
	.addHeader("X-RapidAPI-Key", "SIGN-UP-FOR-KEY")
	.addHeader("X-RapidAPI-Host", "docuexprt3.p.rapidapi.com")
	.build()

val response = client.newCall(request).execute()
    
  
    
val client = OkHttpClient()

val mediaType = MediaType.parse("application/x-www-form-urlencoded")
val body = RequestBody.create(mediaType, "URLPath=%3CREQUIRED%3E&DocumentName=%3CREQUIRED%3E")
val request = Request.Builder()
	.url("https://docuexprt3.p.rapidapi.com/Document/Verify")
	.post(body)
	.addHeader("content-type", "application/x-www-form-urlencoded")
	.addHeader("Authorization", "")
	.addHeader("X-RapidAPI-Key", "SIGN-UP-FOR-KEY")
	.addHeader("X-RapidAPI-Host", "docuexprt3.p.rapidapi.com")
	.build()

val response = client.newCall(request).execute()
    
  
    
val client = OkHttpClient()

val mediaType = MediaType.parse("application/x-www-form-urlencoded")
val body = RequestBody.create(mediaType, "Password=%3CREQUIRED%3E&Username=%3CREQUIRED%3E")
val request = Request.Builder()
	.url("https://docuexprt3.p.rapidapi.com/Document/Login")
	.post(body)
	.addHeader("content-type", "application/x-www-form-urlencoded")
	.addHeader("X-RapidAPI-Key", "SIGN-UP-FOR-KEY")
	.addHeader("X-RapidAPI-Host", "docuexprt3.p.rapidapi.com")
	.build()

val response = client.newCall(request).execute()
    
  

POST /CustomDocument/Verify

POST /Document/AadharCardVerify

POST /Document/PanCardVerify

GET /Document/GetDocumentList

POST /Document/Verify

POST /Document/Login

    
const qs = require('querystring');
const http = require('https');

const options = {
	method: 'POST',
	hostname: 'docuexprt3.p.rapidapi.com',
	port: null,
	path: '/CustomDocument/Verify',
	headers: {
		'content-type': 'application/x-www-form-urlencoded',
		Authorization: '',
		'X-RapidAPI-Key': 'SIGN-UP-FOR-KEY',
		'X-RapidAPI-Host': 'docuexprt3.p.rapidapi.com'
	}
};

const req = http.request(options, function (res) {
	const chunks = [];

	res.on('data', function (chunk) {
		chunks.push(chunk);
	});

	res.on('end', function () {
		const body = Buffer.concat(chunks);
		console.log(body.toString());
	});
});

req.write(qs.stringify({
  URLPath: '',
  DocumentName: ''
}));
req.end();
    
  
    
const qs = require('querystring');
const http = require('https');

const options = {
	method: 'POST',
	hostname: 'docuexprt3.p.rapidapi.com',
	port: null,
	path: '/Document/Verify',
	headers: {
		'content-type': 'application/x-www-form-urlencoded',
		Authorization: '',
		'X-RapidAPI-Key': 'SIGN-UP-FOR-KEY',
		'X-RapidAPI-Host': 'docuexprt3.p.rapidapi.com'
	}
};

const req = http.request(options, function (res) {
	const chunks = [];

	res.on('data', function (chunk) {
		chunks.push(chunk);
	});

	res.on('end', function () {
		const body = Buffer.concat(chunks);
		console.log(body.toString());
	});
});

req.write(qs.stringify({
  URLPath: '',
  DocumentName: 'AADHAR-FRONT',
  AadharName: '',
  AadharNumber: '',
  AadharGender: '',
  AadharDOB: ''
}));
req.end();
    
  
    
const qs = require('querystring');
const http = require('https');

const options = {
	method: 'POST',
	hostname: 'docuexprt3.p.rapidapi.com',
	port: null,
	path: '/Document/Verify',
	headers: {
		'content-type': 'application/x-www-form-urlencoded',
		Authorization: '',
		'X-RapidAPI-Key': 'SIGN-UP-FOR-KEY',
		'X-RapidAPI-Host': 'docuexprt3.p.rapidapi.com'
	}
};

const req = http.request(options, function (res) {
	const chunks = [];

	res.on('data', function (chunk) {
		chunks.push(chunk);
	});

	res.on('end', function () {
		const body = Buffer.concat(chunks);
		console.log(body.toString());
	});
});

req.write(qs.stringify({
  URLPath: '',
  DocumentName: 'PAN',
  PanNumber: '',
  PanName: '',
  PanFatherName: '',
  PanDOB: ''
}));
req.end();
    
  
    
const http = require('https');

const options = {
	method: 'GET',
	hostname: 'docuexprt3.p.rapidapi.com',
	port: null,
	path: '/Document/GetDocumentList',
	headers: {
		Authorization: '',
		'X-RapidAPI-Key': 'SIGN-UP-FOR-KEY',
		'X-RapidAPI-Host': 'docuexprt3.p.rapidapi.com'
	}
};

const req = http.request(options, function (res) {
	const chunks = [];

	res.on('data', function (chunk) {
		chunks.push(chunk);
	});

	res.on('end', function () {
		const body = Buffer.concat(chunks);
		console.log(body.toString());
	});
});

req.end();
    
  
    
const qs = require('querystring');
const http = require('https');

const options = {
	method: 'POST',
	hostname: 'docuexprt3.p.rapidapi.com',
	port: null,
	path: '/Document/Verify',
	headers: {
		'content-type': 'application/x-www-form-urlencoded',
		Authorization: '',
		'X-RapidAPI-Key': 'SIGN-UP-FOR-KEY',
		'X-RapidAPI-Host': 'docuexprt3.p.rapidapi.com'
	}
};

const req = http.request(options, function (res) {
	const chunks = [];

	res.on('data', function (chunk) {
		chunks.push(chunk);
	});

	res.on('end', function () {
		const body = Buffer.concat(chunks);
		console.log(body.toString());
	});
});

req.write(qs.stringify({
  URLPath: '',
  DocumentName: ''
}));
req.end();
    
  
    
const qs = require('querystring');
const http = require('https');

const options = {
	method: 'POST',
	hostname: 'docuexprt3.p.rapidapi.com',
	port: null,
	path: '/Document/Login',
	headers: {
		'content-type': 'application/x-www-form-urlencoded',
		'X-RapidAPI-Key': 'SIGN-UP-FOR-KEY',
		'X-RapidAPI-Host': 'docuexprt3.p.rapidapi.com'
	}
};

const req = http.request(options, function (res) {
	const chunks = [];

	res.on('data', function (chunk) {
		chunks.push(chunk);
	});

	res.on('end', function () {
		const body = Buffer.concat(chunks);
		console.log(body.toString());
	});
});

req.write(qs.stringify({
  Password: '',
  Username: ''
}));
req.end();
    
  

POST /CustomDocument/Verify

POST /Document/AadharCardVerify

POST /Document/PanCardVerify

GET /Document/GetDocumentList

POST /Document/Verify

POST /Document/Login

    
const request = require('request');

const options = {
  method: 'POST',
  url: 'https://docuexprt3.p.rapidapi.com/CustomDocument/Verify',
  headers: {
    'content-type': 'application/x-www-form-urlencoded',
    Authorization: '',
    'X-RapidAPI-Key': 'SIGN-UP-FOR-KEY',
    'X-RapidAPI-Host': 'docuexprt3.p.rapidapi.com'
  },
  form: {
    URLPath: '',
    DocumentName: ''
  }
};

request(options, function (error, response, body) {
	if (error) throw new Error(error);

	console.log(body);
});
    
  
    
const request = require('request');

const options = {
  method: 'POST',
  url: 'https://docuexprt3.p.rapidapi.com/Document/Verify',
  headers: {
    'content-type': 'application/x-www-form-urlencoded',
    Authorization: '',
    'X-RapidAPI-Key': 'SIGN-UP-FOR-KEY',
    'X-RapidAPI-Host': 'docuexprt3.p.rapidapi.com'
  },
  form: {
    URLPath: '',
    DocumentName: 'AADHAR-FRONT',
    AadharName: '',
    AadharNumber: '',
    AadharGender: '',
    AadharDOB: ''
  }
};

request(options, function (error, response, body) {
	if (error) throw new Error(error);

	console.log(body);
});
    
  
    
const request = require('request');

const options = {
  method: 'POST',
  url: 'https://docuexprt3.p.rapidapi.com/Document/Verify',
  headers: {
    'content-type': 'application/x-www-form-urlencoded',
    Authorization: '',
    'X-RapidAPI-Key': 'SIGN-UP-FOR-KEY',
    'X-RapidAPI-Host': 'docuexprt3.p.rapidapi.com'
  },
  form: {
    URLPath: '',
    DocumentName: 'PAN',
    PanNumber: '',
    PanName: '',
    PanFatherName: '',
    PanDOB: ''
  }
};

request(options, function (error, response, body) {
	if (error) throw new Error(error);

	console.log(body);
});
    
  
    
const request = require('request');

const options = {
  method: 'GET',
  url: 'https://docuexprt3.p.rapidapi.com/Document/GetDocumentList',
  headers: {
    Authorization: '',
    'X-RapidAPI-Key': 'SIGN-UP-FOR-KEY',
    'X-RapidAPI-Host': 'docuexprt3.p.rapidapi.com'
  }
};

request(options, function (error, response, body) {
	if (error) throw new Error(error);

	console.log(body);
});
    
  
    
const request = require('request');

const options = {
  method: 'POST',
  url: 'https://docuexprt3.p.rapidapi.com/Document/Verify',
  headers: {
    'content-type': 'application/x-www-form-urlencoded',
    Authorization: '',
    'X-RapidAPI-Key': 'SIGN-UP-FOR-KEY',
    'X-RapidAPI-Host': 'docuexprt3.p.rapidapi.com'
  },
  form: {
    URLPath: '',
    DocumentName: ''
  }
};

request(options, function (error, response, body) {
	if (error) throw new Error(error);

	console.log(body);
});
    
  
    
const request = require('request');

const options = {
  method: 'POST',
  url: 'https://docuexprt3.p.rapidapi.com/Document/Login',
  headers: {
    'content-type': 'application/x-www-form-urlencoded',
    'X-RapidAPI-Key': 'SIGN-UP-FOR-KEY',
    'X-RapidAPI-Host': 'docuexprt3.p.rapidapi.com'
  },
  form: {
    Password: '',
    Username: ''
  }
};

request(options, function (error, response, body) {
	if (error) throw new Error(error);

	console.log(body);
});
    
  

POST /CustomDocument/Verify

POST /Document/AadharCardVerify

POST /Document/PanCardVerify

GET /Document/GetDocumentList

POST /Document/Verify

POST /Document/Login

    
const unirest = require('unirest');

const req = unirest('POST', 'https://docuexprt3.p.rapidapi.com/CustomDocument/Verify');

req.headers({
	'content-type': 'application/x-www-form-urlencoded',
	Authorization: '',
	'X-RapidAPI-Key': 'SIGN-UP-FOR-KEY',
	'X-RapidAPI-Host': 'docuexprt3.p.rapidapi.com'
});

req.form({
	URLPath: '',
	DocumentName: ''
});

req.end(function (res) {
	if (res.error) throw new Error(res.error);

	console.log(res.body);
});
    
  
    
const unirest = require('unirest');

const req = unirest('POST', 'https://docuexprt3.p.rapidapi.com/Document/Verify');

req.headers({
	'content-type': 'application/x-www-form-urlencoded',
	Authorization: '',
	'X-RapidAPI-Key': 'SIGN-UP-FOR-KEY',
	'X-RapidAPI-Host': 'docuexprt3.p.rapidapi.com'
});

req.form({
	URLPath: '',
	DocumentName: 'AADHAR-FRONT',
	AadharName: '',
	AadharNumber: '',
	AadharGender: '',
	AadharDOB: ''
});

req.end(function (res) {
	if (res.error) throw new Error(res.error);

	console.log(res.body);
});
    
  
    
const unirest = require('unirest');

const req = unirest('POST', 'https://docuexprt3.p.rapidapi.com/Document/Verify');

req.headers({
	'content-type': 'application/x-www-form-urlencoded',
	Authorization: '',
	'X-RapidAPI-Key': 'SIGN-UP-FOR-KEY',
	'X-RapidAPI-Host': 'docuexprt3.p.rapidapi.com'
});

req.form({
	URLPath: '',
	DocumentName: 'PAN',
	PanNumber: '',
	PanName: '',
	PanFatherName: '',
	PanDOB: ''
});

req.end(function (res) {
	if (res.error) throw new Error(res.error);

	console.log(res.body);
});
    
  
    
const unirest = require('unirest');

const req = unirest('GET', 'https://docuexprt3.p.rapidapi.com/Document/GetDocumentList');

req.headers({
	Authorization: '',
	'X-RapidAPI-Key': 'SIGN-UP-FOR-KEY',
	'X-RapidAPI-Host': 'docuexprt3.p.rapidapi.com'
});

req.end(function (res) {
	if (res.error) throw new Error(res.error);

	console.log(res.body);
});
    
  
    
const unirest = require('unirest');

const req = unirest('POST', 'https://docuexprt3.p.rapidapi.com/Document/Verify');

req.headers({
	'content-type': 'application/x-www-form-urlencoded',
	Authorization: '',
	'X-RapidAPI-Key': 'SIGN-UP-FOR-KEY',
	'X-RapidAPI-Host': 'docuexprt3.p.rapidapi.com'
});

req.form({
	URLPath: '',
	DocumentName: ''
});

req.end(function (res) {
	if (res.error) throw new Error(res.error);

	console.log(res.body);
});
    
  
    
const unirest = require('unirest');

const req = unirest('POST', 'https://docuexprt3.p.rapidapi.com/Document/Login');

req.headers({
	'content-type': 'application/x-www-form-urlencoded',
	'X-RapidAPI-Key': 'SIGN-UP-FOR-KEY',
	'X-RapidAPI-Host': 'docuexprt3.p.rapidapi.com'
});

req.form({
	Password: '',
	Username: ''
});

req.end(function (res) {
	if (res.error) throw new Error(res.error);

	console.log(res.body);
});
    
  

POST /CustomDocument/Verify

POST /Document/AadharCardVerify

POST /Document/PanCardVerify

GET /Document/GetDocumentList

POST /Document/Verify

POST /Document/Login

    
const axios = require('axios');

const encodedParams = new URLSearchParams();
encodedParams.set('URLPath', '');
encodedParams.set('DocumentName', '');

const options = {
  method: 'POST',
  url: 'https://docuexprt3.p.rapidapi.com/CustomDocument/Verify',
  headers: {
    'content-type': 'application/x-www-form-urlencoded',
    Authorization: '',
    'X-RapidAPI-Key': 'SIGN-UP-FOR-KEY',
    'X-RapidAPI-Host': 'docuexprt3.p.rapidapi.com'
  },
  data: encodedParams,
};

try {
	const response = await axios.request(options);
	console.log(response.data);
} catch (error) {
	console.error(error);
}
    
  
    
const axios = require('axios');

const encodedParams = new URLSearchParams();
encodedParams.set('URLPath', '');
encodedParams.set('DocumentName', 'AADHAR-FRONT');
encodedParams.set('AadharName', '');
encodedParams.set('AadharNumber', '');
encodedParams.set('AadharGender', '');
encodedParams.set('AadharDOB', '');

const options = {
  method: 'POST',
  url: 'https://docuexprt3.p.rapidapi.com/Document/Verify',
  headers: {
    'content-type': 'application/x-www-form-urlencoded',
    Authorization: '',
    'X-RapidAPI-Key': 'SIGN-UP-FOR-KEY',
    'X-RapidAPI-Host': 'docuexprt3.p.rapidapi.com'
  },
  data: encodedParams,
};

try {
	const response = await axios.request(options);
	console.log(response.data);
} catch (error) {
	console.error(error);
}
    
  
    
const axios = require('axios');

const encodedParams = new URLSearchParams();
encodedParams.set('URLPath', '');
encodedParams.set('DocumentName', 'PAN');
encodedParams.set('PanNumber', '');
encodedParams.set('PanName', '');
encodedParams.set('PanFatherName', '');
encodedParams.set('PanDOB', '');

const options = {
  method: 'POST',
  url: 'https://docuexprt3.p.rapidapi.com/Document/Verify',
  headers: {
    'content-type': 'application/x-www-form-urlencoded',
    Authorization: '',
    'X-RapidAPI-Key': 'SIGN-UP-FOR-KEY',
    'X-RapidAPI-Host': 'docuexprt3.p.rapidapi.com'
  },
  data: encodedParams,
};

try {
	const response = await axios.request(options);
	console.log(response.data);
} catch (error) {
	console.error(error);
}
    
  
    
const axios = require('axios');

const options = {
  method: 'GET',
  url: 'https://docuexprt3.p.rapidapi.com/Document/GetDocumentList',
  headers: {
    Authorization: '',
    'X-RapidAPI-Key': 'SIGN-UP-FOR-KEY',
    'X-RapidAPI-Host': 'docuexprt3.p.rapidapi.com'
  }
};

try {
	const response = await axios.request(options);
	console.log(response.data);
} catch (error) {
	console.error(error);
}
    
  
    
const axios = require('axios');

const encodedParams = new URLSearchParams();
encodedParams.set('URLPath', '');
encodedParams.set('DocumentName', '');

const options = {
  method: 'POST',
  url: 'https://docuexprt3.p.rapidapi.com/Document/Verify',
  headers: {
    'content-type': 'application/x-www-form-urlencoded',
    Authorization: '',
    'X-RapidAPI-Key': 'SIGN-UP-FOR-KEY',
    'X-RapidAPI-Host': 'docuexprt3.p.rapidapi.com'
  },
  data: encodedParams,
};

try {
	const response = await axios.request(options);
	console.log(response.data);
} catch (error) {
	console.error(error);
}
    
  
    
const axios = require('axios');

const encodedParams = new URLSearchParams();
encodedParams.set('Password', '');
encodedParams.set('Username', '');

const options = {
  method: 'POST',
  url: 'https://docuexprt3.p.rapidapi.com/Document/Login',
  headers: {
    'content-type': 'application/x-www-form-urlencoded',
    'X-RapidAPI-Key': 'SIGN-UP-FOR-KEY',
    'X-RapidAPI-Host': 'docuexprt3.p.rapidapi.com'
  },
  data: encodedParams,
};

try {
	const response = await axios.request(options);
	console.log(response.data);
} catch (error) {
	console.error(error);
}
    
  

POST /CustomDocument/Verify

POST /Document/AadharCardVerify

POST /Document/PanCardVerify

GET /Document/GetDocumentList

POST /Document/Verify

POST /Document/Login

    
const fetch = require('node-fetch');

const encodedParams = new URLSearchParams();
encodedParams.set('URLPath', '');
encodedParams.set('DocumentName', '');

const url = 'https://docuexprt3.p.rapidapi.com/CustomDocument/Verify';
const options = {
  method: 'POST',
  headers: {
    'content-type': 'application/x-www-form-urlencoded',
    Authorization: '',
    'X-RapidAPI-Key': 'SIGN-UP-FOR-KEY',
    'X-RapidAPI-Host': 'docuexprt3.p.rapidapi.com'
  },
  body: encodedParams
};

try {
	const response = await fetch(url, options);
	const result = await response.text();
	console.log(result);
} catch (error) {
	console.error(error);
}
    
  
    
const fetch = require('node-fetch');

const encodedParams = new URLSearchParams();
encodedParams.set('URLPath', '');
encodedParams.set('DocumentName', 'AADHAR-FRONT');
encodedParams.set('AadharName', '');
encodedParams.set('AadharNumber', '');
encodedParams.set('AadharGender', '');
encodedParams.set('AadharDOB', '');

const url = 'https://docuexprt3.p.rapidapi.com/Document/Verify';
const options = {
  method: 'POST',
  headers: {
    'content-type': 'application/x-www-form-urlencoded',
    Authorization: '',
    'X-RapidAPI-Key': 'SIGN-UP-FOR-KEY',
    'X-RapidAPI-Host': 'docuexprt3.p.rapidapi.com'
  },
  body: encodedParams
};

try {
	const response = await fetch(url, options);
	const result = await response.text();
	console.log(result);
} catch (error) {
	console.error(error);
}
    
  
    
const fetch = require('node-fetch');

const encodedParams = new URLSearchParams();
encodedParams.set('URLPath', '');
encodedParams.set('DocumentName', 'PAN');
encodedParams.set('PanNumber', '');
encodedParams.set('PanName', '');
encodedParams.set('PanFatherName', '');
encodedParams.set('PanDOB', '');

const url = 'https://docuexprt3.p.rapidapi.com/Document/Verify';
const options = {
  method: 'POST',
  headers: {
    'content-type': 'application/x-www-form-urlencoded',
    Authorization: '',
    'X-RapidAPI-Key': 'SIGN-UP-FOR-KEY',
    'X-RapidAPI-Host': 'docuexprt3.p.rapidapi.com'
  },
  body: encodedParams
};

try {
	const response = await fetch(url, options);
	const result = await response.text();
	console.log(result);
} catch (error) {
	console.error(error);
}
    
  
    
const fetch = require('node-fetch');

const url = 'https://docuexprt3.p.rapidapi.com/Document/GetDocumentList';
const options = {
  method: 'GET',
  headers: {
    Authorization: '',
    'X-RapidAPI-Key': 'SIGN-UP-FOR-KEY',
    'X-RapidAPI-Host': 'docuexprt3.p.rapidapi.com'
  }
};

try {
	const response = await fetch(url, options);
	const result = await response.text();
	console.log(result);
} catch (error) {
	console.error(error);
}
    
  
    
const fetch = require('node-fetch');

const encodedParams = new URLSearchParams();
encodedParams.set('URLPath', '');
encodedParams.set('DocumentName', '');

const url = 'https://docuexprt3.p.rapidapi.com/Document/Verify';
const options = {
  method: 'POST',
  headers: {
    'content-type': 'application/x-www-form-urlencoded',
    Authorization: '',
    'X-RapidAPI-Key': 'SIGN-UP-FOR-KEY',
    'X-RapidAPI-Host': 'docuexprt3.p.rapidapi.com'
  },
  body: encodedParams
};

try {
	const response = await fetch(url, options);
	const result = await response.text();
	console.log(result);
} catch (error) {
	console.error(error);
}
    
  
    
const fetch = require('node-fetch');

const encodedParams = new URLSearchParams();
encodedParams.set('Password', '');
encodedParams.set('Username', '');

const url = 'https://docuexprt3.p.rapidapi.com/Document/Login';
const options = {
  method: 'POST',
  headers: {
    'content-type': 'application/x-www-form-urlencoded',
    'X-RapidAPI-Key': 'SIGN-UP-FOR-KEY',
    'X-RapidAPI-Host': 'docuexprt3.p.rapidapi.com'
  },
  body: encodedParams
};

try {
	const response = await fetch(url, options);
	const result = await response.text();
	console.log(result);
} catch (error) {
	console.error(error);
}
    
  

POST /CustomDocument/Verify

POST /Document/AadharCardVerify

POST /Document/PanCardVerify

GET /Document/GetDocumentList

POST /Document/Verify

POST /Document/Login

    
 "https://docuexprt3.p.rapidapi.com/CustomDocument/Verify",
	CURLOPT_RETURNTRANSFER => true,
	CURLOPT_ENCODING => "",
	CURLOPT_MAXREDIRS => 10,
	CURLOPT_TIMEOUT => 30,
	CURLOPT_HTTP_VERSION => CURL_HTTP_VERSION_1_1,
	CURLOPT_CUSTOMREQUEST => "POST",
	CURLOPT_POSTFIELDS => "URLPath=%3CREQUIRED%3E&DocumentName=%3CREQUIRED%3E",
	CURLOPT_HTTPHEADER => [
		"Authorization: ",
		"X-RapidAPI-Host: docuexprt3.p.rapidapi.com",
		"X-RapidAPI-Key: SIGN-UP-FOR-KEY",
		"content-type: application/x-www-form-urlencoded"
	],
]);

$response = curl_exec($curl);
$err = curl_error($curl);

curl_close($curl);

if ($err) {
	echo "cURL Error #:" . $err;
} else {
	echo $response;
}
    
  
    
 "https://docuexprt3.p.rapidapi.com/Document/Verify",
	CURLOPT_RETURNTRANSFER => true,
	CURLOPT_ENCODING => "",
	CURLOPT_MAXREDIRS => 10,
	CURLOPT_TIMEOUT => 30,
	CURLOPT_HTTP_VERSION => CURL_HTTP_VERSION_1_1,
	CURLOPT_CUSTOMREQUEST => "POST",
	CURLOPT_POSTFIELDS => "URLPath=%3CREQUIRED%3E&DocumentName=AADHAR-FRONT&AadharName=%3CREQUIRED%3E&AadharNumber=%3CREQUIRED%3E&AadharGender=%3CREQUIRED%3E&AadharDOB=%3CREQUIRED%3E",
	CURLOPT_HTTPHEADER => [
		"Authorization: ",
		"X-RapidAPI-Host: docuexprt3.p.rapidapi.com",
		"X-RapidAPI-Key: SIGN-UP-FOR-KEY",
		"content-type: application/x-www-form-urlencoded"
	],
]);

$response = curl_exec($curl);
$err = curl_error($curl);

curl_close($curl);

if ($err) {
	echo "cURL Error #:" . $err;
} else {
	echo $response;
}
    
  
    
 "https://docuexprt3.p.rapidapi.com/Document/Verify",
	CURLOPT_RETURNTRANSFER => true,
	CURLOPT_ENCODING => "",
	CURLOPT_MAXREDIRS => 10,
	CURLOPT_TIMEOUT => 30,
	CURLOPT_HTTP_VERSION => CURL_HTTP_VERSION_1_1,
	CURLOPT_CUSTOMREQUEST => "POST",
	CURLOPT_POSTFIELDS => "URLPath=%3CREQUIRED%3E&DocumentName=PAN&PanNumber=%3CREQUIRED%3E&PanName=%3CREQUIRED%3E&PanFatherName=%3CREQUIRED%3E&PanDOB=%3CREQUIRED%3E",
	CURLOPT_HTTPHEADER => [
		"Authorization: ",
		"X-RapidAPI-Host: docuexprt3.p.rapidapi.com",
		"X-RapidAPI-Key: SIGN-UP-FOR-KEY",
		"content-type: application/x-www-form-urlencoded"
	],
]);

$response = curl_exec($curl);
$err = curl_error($curl);

curl_close($curl);

if ($err) {
	echo "cURL Error #:" . $err;
} else {
	echo $response;
}
    
  
    
 "https://docuexprt3.p.rapidapi.com/Document/GetDocumentList",
	CURLOPT_RETURNTRANSFER => true,
	CURLOPT_ENCODING => "",
	CURLOPT_MAXREDIRS => 10,
	CURLOPT_TIMEOUT => 30,
	CURLOPT_HTTP_VERSION => CURL_HTTP_VERSION_1_1,
	CURLOPT_CUSTOMREQUEST => "GET",
	CURLOPT_HTTPHEADER => [
		"Authorization: ",
		"X-RapidAPI-Host: docuexprt3.p.rapidapi.com",
		"X-RapidAPI-Key: SIGN-UP-FOR-KEY"
	],
]);

$response = curl_exec($curl);
$err = curl_error($curl);

curl_close($curl);

if ($err) {
	echo "cURL Error #:" . $err;
} else {
	echo $response;
}
    
  
    
 "https://docuexprt3.p.rapidapi.com/Document/Verify",
	CURLOPT_RETURNTRANSFER => true,
	CURLOPT_ENCODING => "",
	CURLOPT_MAXREDIRS => 10,
	CURLOPT_TIMEOUT => 30,
	CURLOPT_HTTP_VERSION => CURL_HTTP_VERSION_1_1,
	CURLOPT_CUSTOMREQUEST => "POST",
	CURLOPT_POSTFIELDS => "URLPath=%3CREQUIRED%3E&DocumentName=%3CREQUIRED%3E",
	CURLOPT_HTTPHEADER => [
		"Authorization: ",
		"X-RapidAPI-Host: docuexprt3.p.rapidapi.com",
		"X-RapidAPI-Key: SIGN-UP-FOR-KEY",
		"content-type: application/x-www-form-urlencoded"
	],
]);

$response = curl_exec($curl);
$err = curl_error($curl);

curl_close($curl);

if ($err) {
	echo "cURL Error #:" . $err;
} else {
	echo $response;
}
    
  
    
 "https://docuexprt3.p.rapidapi.com/Document/Login",
	CURLOPT_RETURNTRANSFER => true,
	CURLOPT_ENCODING => "",
	CURLOPT_MAXREDIRS => 10,
	CURLOPT_TIMEOUT => 30,
	CURLOPT_HTTP_VERSION => CURL_HTTP_VERSION_1_1,
	CURLOPT_CUSTOMREQUEST => "POST",
	CURLOPT_POSTFIELDS => "Password=%3CREQUIRED%3E&Username=%3CREQUIRED%3E",
	CURLOPT_HTTPHEADER => [
		"X-RapidAPI-Host: docuexprt3.p.rapidapi.com",
		"X-RapidAPI-Key: SIGN-UP-FOR-KEY",
		"content-type: application/x-www-form-urlencoded"
	],
]);

$response = curl_exec($curl);
$err = curl_error($curl);

curl_close($curl);

if ($err) {
	echo "cURL Error #:" . $err;
} else {
	echo $response;
}
    
  

POST /CustomDocument/Verify

POST /Document/AadharCardVerify

POST /Document/PanCardVerify

GET /Document/GetDocumentList

POST /Document/Verify

POST /Document/Login

    
request('POST', 'https://docuexprt3.p.rapidapi.com/CustomDocument/Verify', [
	'form_params' => [
		'URLPath' => '',
		'DocumentName' => ''
	],
	'headers' => [
		'Authorization' => '',
		'X-RapidAPI-Host' => 'docuexprt3.p.rapidapi.com',
		'X-RapidAPI-Key' => 'SIGN-UP-FOR-KEY',
		'content-type' => 'application/x-www-form-urlencoded',
	],
]);

echo $response->getBody();
    
  
    
request('POST', 'https://docuexprt3.p.rapidapi.com/Document/Verify', [
	'form_params' => [
		'URLPath' => '',
		'DocumentName' => 'AADHAR-FRONT',
		'AadharName' => '',
		'AadharNumber' => '',
		'AadharGender' => '',
		'AadharDOB' => ''
	],
	'headers' => [
		'Authorization' => '',
		'X-RapidAPI-Host' => 'docuexprt3.p.rapidapi.com',
		'X-RapidAPI-Key' => 'SIGN-UP-FOR-KEY',
		'content-type' => 'application/x-www-form-urlencoded',
	],
]);

echo $response->getBody();
    
  
    
request('POST', 'https://docuexprt3.p.rapidapi.com/Document/Verify', [
	'form_params' => [
		'URLPath' => '',
		'DocumentName' => 'PAN',
		'PanNumber' => '',
		'PanName' => '',
		'PanFatherName' => '',
		'PanDOB' => ''
	],
	'headers' => [
		'Authorization' => '',
		'X-RapidAPI-Host' => 'docuexprt3.p.rapidapi.com',
		'X-RapidAPI-Key' => 'SIGN-UP-FOR-KEY',
		'content-type' => 'application/x-www-form-urlencoded',
	],
]);

echo $response->getBody();
    
  
    
request('GET', 'https://docuexprt3.p.rapidapi.com/Document/GetDocumentList', [
	'headers' => [
		'Authorization' => '',
		'X-RapidAPI-Host' => 'docuexprt3.p.rapidapi.com',
		'X-RapidAPI-Key' => 'SIGN-UP-FOR-KEY',
	],
]);

echo $response->getBody();
    
  
    
request('POST', 'https://docuexprt3.p.rapidapi.com/Document/Verify', [
	'form_params' => [
		'URLPath' => '',
		'DocumentName' => ''
	],
	'headers' => [
		'Authorization' => '',
		'X-RapidAPI-Host' => 'docuexprt3.p.rapidapi.com',
		'X-RapidAPI-Key' => 'SIGN-UP-FOR-KEY',
		'content-type' => 'application/x-www-form-urlencoded',
	],
]);

echo $response->getBody();
    
  
    
request('POST', 'https://docuexprt3.p.rapidapi.com/Document/Login', [
	'form_params' => [
		'Password' => '',
		'Username' => ''
	],
	'headers' => [
		'X-RapidAPI-Host' => 'docuexprt3.p.rapidapi.com',
		'X-RapidAPI-Key' => 'SIGN-UP-FOR-KEY',
		'content-type' => 'application/x-www-form-urlencoded',
	],
]);

echo $response->getBody();
    
  

POST /CustomDocument/Verify

POST /Document/AadharCardVerify

POST /Document/PanCardVerify

GET /Document/GetDocumentList

POST /Document/Verify

POST /Document/Login

    
setUrl('https://docuexprt3.p.rapidapi.com/CustomDocument/Verify');
$request->setMethod(HTTP_METH_POST);

$request->setHeaders([
	'content-type' => 'application/x-www-form-urlencoded',
	'Authorization' => '',
	'X-RapidAPI-Key' => 'SIGN-UP-FOR-KEY',
	'X-RapidAPI-Host' => 'docuexprt3.p.rapidapi.com'
]);

$request->setContentType('application/x-www-form-urlencoded');
$request->setPostFields([
	'URLPath' => '',
	'DocumentName' => ''
]);

try {
	$response = $request->send();

	echo $response->getBody();
} catch (HttpException $ex) {
	echo $ex;
}
    
  
    
setUrl('https://docuexprt3.p.rapidapi.com/Document/Verify');
$request->setMethod(HTTP_METH_POST);

$request->setHeaders([
	'content-type' => 'application/x-www-form-urlencoded',
	'Authorization' => '',
	'X-RapidAPI-Key' => 'SIGN-UP-FOR-KEY',
	'X-RapidAPI-Host' => 'docuexprt3.p.rapidapi.com'
]);

$request->setContentType('application/x-www-form-urlencoded');
$request->setPostFields([
	'URLPath' => '',
	'DocumentName' => 'AADHAR-FRONT',
	'AadharName' => '',
	'AadharNumber' => '',
	'AadharGender' => '',
	'AadharDOB' => ''
]);

try {
	$response = $request->send();

	echo $response->getBody();
} catch (HttpException $ex) {
	echo $ex;
}
    
  
    
setUrl('https://docuexprt3.p.rapidapi.com/Document/Verify');
$request->setMethod(HTTP_METH_POST);

$request->setHeaders([
	'content-type' => 'application/x-www-form-urlencoded',
	'Authorization' => '',
	'X-RapidAPI-Key' => 'SIGN-UP-FOR-KEY',
	'X-RapidAPI-Host' => 'docuexprt3.p.rapidapi.com'
]);

$request->setContentType('application/x-www-form-urlencoded');
$request->setPostFields([
	'URLPath' => '',
	'DocumentName' => 'PAN',
	'PanNumber' => '',
	'PanName' => '',
	'PanFatherName' => '',
	'PanDOB' => ''
]);

try {
	$response = $request->send();

	echo $response->getBody();
} catch (HttpException $ex) {
	echo $ex;
}
    
  
    
setUrl('https://docuexprt3.p.rapidapi.com/Document/GetDocumentList');
$request->setMethod(HTTP_METH_GET);

$request->setHeaders([
	'Authorization' => '',
	'X-RapidAPI-Key' => 'SIGN-UP-FOR-KEY',
	'X-RapidAPI-Host' => 'docuexprt3.p.rapidapi.com'
]);

try {
	$response = $request->send();

	echo $response->getBody();
} catch (HttpException $ex) {
	echo $ex;
}
    
  
    
setUrl('https://docuexprt3.p.rapidapi.com/Document/Verify');
$request->setMethod(HTTP_METH_POST);

$request->setHeaders([
	'content-type' => 'application/x-www-form-urlencoded',
	'Authorization' => '',
	'X-RapidAPI-Key' => 'SIGN-UP-FOR-KEY',
	'X-RapidAPI-Host' => 'docuexprt3.p.rapidapi.com'
]);

$request->setContentType('application/x-www-form-urlencoded');
$request->setPostFields([
	'URLPath' => '',
	'DocumentName' => ''
]);

try {
	$response = $request->send();

	echo $response->getBody();
} catch (HttpException $ex) {
	echo $ex;
}
    
  
    
setUrl('https://docuexprt3.p.rapidapi.com/Document/Login');
$request->setMethod(HTTP_METH_POST);

$request->setHeaders([
	'content-type' => 'application/x-www-form-urlencoded',
	'X-RapidAPI-Key' => 'SIGN-UP-FOR-KEY',
	'X-RapidAPI-Host' => 'docuexprt3.p.rapidapi.com'
]);

$request->setContentType('application/x-www-form-urlencoded');
$request->setPostFields([
	'Password' => '',
	'Username' => ''
]);

try {
	$response = $request->send();

	echo $response->getBody();
} catch (HttpException $ex) {
	echo $ex;
}
    
  

POST /CustomDocument/Verify

POST /Document/AadharCardVerify

POST /Document/PanCardVerify

GET /Document/GetDocumentList

POST /Document/Verify

POST /Document/Login

    
append(new http\QueryString([
	'URLPath' => '',
	'DocumentName' => ''
]));

$request->setRequestUrl('https://docuexprt3.p.rapidapi.com/CustomDocument/Verify');
$request->setRequestMethod('POST');
$request->setBody($body);

$request->setHeaders([
	'content-type' => 'application/x-www-form-urlencoded',
	'Authorization' => '',
	'X-RapidAPI-Key' => 'SIGN-UP-FOR-KEY',
	'X-RapidAPI-Host' => 'docuexprt3.p.rapidapi.com'
]);

$client->enqueue($request)->send();
$response = $client->getResponse();

echo $response->getBody();
    
  
    
append(new http\QueryString([
	'URLPath' => '',
	'DocumentName' => 'AADHAR-FRONT',
	'AadharName' => '',
	'AadharNumber' => '',
	'AadharGender' => '',
	'AadharDOB' => ''
]));

$request->setRequestUrl('https://docuexprt3.p.rapidapi.com/Document/Verify');
$request->setRequestMethod('POST');
$request->setBody($body);

$request->setHeaders([
	'content-type' => 'application/x-www-form-urlencoded',
	'Authorization' => '',
	'X-RapidAPI-Key' => 'SIGN-UP-FOR-KEY',
	'X-RapidAPI-Host' => 'docuexprt3.p.rapidapi.com'
]);

$client->enqueue($request)->send();
$response = $client->getResponse();

echo $response->getBody();
    
  
    
append(new http\QueryString([
	'URLPath' => '',
	'DocumentName' => 'PAN',
	'PanNumber' => '',
	'PanName' => '',
	'PanFatherName' => '',
	'PanDOB' => ''
]));

$request->setRequestUrl('https://docuexprt3.p.rapidapi.com/Document/Verify');
$request->setRequestMethod('POST');
$request->setBody($body);

$request->setHeaders([
	'content-type' => 'application/x-www-form-urlencoded',
	'Authorization' => '',
	'X-RapidAPI-Key' => 'SIGN-UP-FOR-KEY',
	'X-RapidAPI-Host' => 'docuexprt3.p.rapidapi.com'
]);

$client->enqueue($request)->send();
$response = $client->getResponse();

echo $response->getBody();
    
  
    
setRequestUrl('https://docuexprt3.p.rapidapi.com/Document/GetDocumentList');
$request->setRequestMethod('GET');
$request->setHeaders([
	'Authorization' => '',
	'X-RapidAPI-Key' => 'SIGN-UP-FOR-KEY',
	'X-RapidAPI-Host' => 'docuexprt3.p.rapidapi.com'
]);

$client->enqueue($request)->send();
$response = $client->getResponse();

echo $response->getBody();
    
  
    
append(new http\QueryString([
	'URLPath' => '',
	'DocumentName' => ''
]));

$request->setRequestUrl('https://docuexprt3.p.rapidapi.com/Document/Verify');
$request->setRequestMethod('POST');
$request->setBody($body);

$request->setHeaders([
	'content-type' => 'application/x-www-form-urlencoded',
	'Authorization' => '',
	'X-RapidAPI-Key' => 'SIGN-UP-FOR-KEY',
	'X-RapidAPI-Host' => 'docuexprt3.p.rapidapi.com'
]);

$client->enqueue($request)->send();
$response = $client->getResponse();

echo $response->getBody();
    
  
    
append(new http\QueryString([
	'Password' => '',
	'Username' => ''
]));

$request->setRequestUrl('https://docuexprt3.p.rapidapi.com/Document/Login');
$request->setRequestMethod('POST');
$request->setBody($body);

$request->setHeaders([
	'content-type' => 'application/x-www-form-urlencoded',
	'X-RapidAPI-Key' => 'SIGN-UP-FOR-KEY',
	'X-RapidAPI-Host' => 'docuexprt3.p.rapidapi.com'
]);

$client->enqueue($request)->send();
$response = $client->getResponse();

echo $response->getBody();
    
  

POST /CustomDocument/Verify

POST /Document/AadharCardVerify

POST /Document/PanCardVerify

GET /Document/GetDocumentList

POST /Document/Verify

POST /Document/Login

    
import http.client

conn = http.client.HTTPSConnection("docuexprt3.p.rapidapi.com")

payload = "URLPath=%3CREQUIRED%3E&DocumentName=%3CREQUIRED%3E"

headers = {
    'content-type': "application/x-www-form-urlencoded",
    'Authorization': "",
    'X-RapidAPI-Key': "SIGN-UP-FOR-KEY",
    'X-RapidAPI-Host': "docuexprt3.p.rapidapi.com"
}

conn.request("POST", "/CustomDocument/Verify", payload, headers)

res = conn.getresponse()
data = res.read()

print(data.decode("utf-8"))
    
  
    
import http.client

conn = http.client.HTTPSConnection("docuexprt3.p.rapidapi.com")

payload = "URLPath=%3CREQUIRED%3E&DocumentName=AADHAR-FRONT&AadharName=%3CREQUIRED%3E&AadharNumber=%3CREQUIRED%3E&AadharGender=%3CREQUIRED%3E&AadharDOB=%3CREQUIRED%3E"

headers = {
    'content-type': "application/x-www-form-urlencoded",
    'Authorization': "",
    'X-RapidAPI-Key': "SIGN-UP-FOR-KEY",
    'X-RapidAPI-Host': "docuexprt3.p.rapidapi.com"
}

conn.request("POST", "/Document/Verify", payload, headers)

res = conn.getresponse()
data = res.read()

print(data.decode("utf-8"))
    
  
    
import http.client

conn = http.client.HTTPSConnection("docuexprt3.p.rapidapi.com")

payload = "URLPath=%3CREQUIRED%3E&DocumentName=PAN&PanNumber=%3CREQUIRED%3E&PanName=%3CREQUIRED%3E&PanFatherName=%3CREQUIRED%3E&PanDOB=%3CREQUIRED%3E"

headers = {
    'content-type': "application/x-www-form-urlencoded",
    'Authorization': "",
    'X-RapidAPI-Key': "SIGN-UP-FOR-KEY",
    'X-RapidAPI-Host': "docuexprt3.p.rapidapi.com"
}

conn.request("POST", "/Document/Verify", payload, headers)

res = conn.getresponse()
data = res.read()

print(data.decode("utf-8"))
    
  
    
import http.client

conn = http.client.HTTPSConnection("docuexprt3.p.rapidapi.com")

headers = {
    'Authorization': "",
    'X-RapidAPI-Key': "SIGN-UP-FOR-KEY",
    'X-RapidAPI-Host': "docuexprt3.p.rapidapi.com"
}

conn.request("GET", "/Document/GetDocumentList", headers=headers)

res = conn.getresponse()
data = res.read()

print(data.decode("utf-8"))
    
  
    
import http.client

conn = http.client.HTTPSConnection("docuexprt3.p.rapidapi.com")

payload = "URLPath=%3CREQUIRED%3E&DocumentName=%3CREQUIRED%3E"

headers = {
    'content-type': "application/x-www-form-urlencoded",
    'Authorization': "",
    'X-RapidAPI-Key': "SIGN-UP-FOR-KEY",
    'X-RapidAPI-Host': "docuexprt3.p.rapidapi.com"
}

conn.request("POST", "/Document/Verify", payload, headers)

res = conn.getresponse()
data = res.read()

print(data.decode("utf-8"))
    
  
    
import http.client

conn = http.client.HTTPSConnection("docuexprt3.p.rapidapi.com")

payload = "Password=%3CREQUIRED%3E&Username=%3CREQUIRED%3E"

headers = {
    'content-type': "application/x-www-form-urlencoded",
    'X-RapidAPI-Key': "SIGN-UP-FOR-KEY",
    'X-RapidAPI-Host': "docuexprt3.p.rapidapi.com"
}

conn.request("POST", "/Document/Login", payload, headers)

res = conn.getresponse()
data = res.read()

print(data.decode("utf-8"))
    
  

POST /CustomDocument/Verify

POST /Document/AadharCardVerify

POST /Document/PanCardVerify

GET /Document/GetDocumentList

POST /Document/Verify

POST /Document/Login

    
import requests

url = "https://docuexprt3.p.rapidapi.com/CustomDocument/Verify"

payload = {
	"URLPath": "",
	"DocumentName": ""
}
headers = {
	"content-type": "application/x-www-form-urlencoded",
	"Authorization": "",
	"X-RapidAPI-Key": "SIGN-UP-FOR-KEY",
	"X-RapidAPI-Host": "docuexprt3.p.rapidapi.com"
}

response = requests.post(url, data=payload, headers=headers)

print(response.json())
    
  
    
import requests

url = "https://docuexprt3.p.rapidapi.com/Document/Verify"

payload = {
	"URLPath": "",
	"DocumentName": "AADHAR-FRONT",
	"AadharName": "",
	"AadharNumber": "",
	"AadharGender": "",
	"AadharDOB": ""
}
headers = {
	"content-type": "application/x-www-form-urlencoded",
	"Authorization": "",
	"X-RapidAPI-Key": "SIGN-UP-FOR-KEY",
	"X-RapidAPI-Host": "docuexprt3.p.rapidapi.com"
}

response = requests.post(url, data=payload, headers=headers)

print(response.json())
    
  
    
import requests

url = "https://docuexprt3.p.rapidapi.com/Document/Verify"

payload = {
	"URLPath": "",
	"DocumentName": "PAN",
	"PanNumber": "",
	"PanName": "",
	"PanFatherName": "",
	"PanDOB": ""
}
headers = {
	"content-type": "application/x-www-form-urlencoded",
	"Authorization": "",
	"X-RapidAPI-Key": "SIGN-UP-FOR-KEY",
	"X-RapidAPI-Host": "docuexprt3.p.rapidapi.com"
}

response = requests.post(url, data=payload, headers=headers)

print(response.json())
    
  
    
import requests

url = "https://docuexprt3.p.rapidapi.com/Document/GetDocumentList"

headers = {
	"Authorization": "",
	"X-RapidAPI-Key": "SIGN-UP-FOR-KEY",
	"X-RapidAPI-Host": "docuexprt3.p.rapidapi.com"
}

response = requests.get(url, headers=headers)

print(response.json())
    
  
    
import requests

url = "https://docuexprt3.p.rapidapi.com/Document/Verify"

payload = {
	"URLPath": "",
	"DocumentName": ""
}
headers = {
	"content-type": "application/x-www-form-urlencoded",
	"Authorization": "",
	"X-RapidAPI-Key": "SIGN-UP-FOR-KEY",
	"X-RapidAPI-Host": "docuexprt3.p.rapidapi.com"
}

response = requests.post(url, data=payload, headers=headers)

print(response.json())
    
  
    
import requests

url = "https://docuexprt3.p.rapidapi.com/Document/Login"

payload = {
	"Password": "",
	"Username": ""
}
headers = {
	"content-type": "application/x-www-form-urlencoded",
	"X-RapidAPI-Key": "SIGN-UP-FOR-KEY",
	"X-RapidAPI-Host": "docuexprt3.p.rapidapi.com"
}

response = requests.post(url, data=payload, headers=headers)

print(response.json())
    
  

POST /CustomDocument/Verify

POST /Document/AadharCardVerify

POST /Document/PanCardVerify

GET /Document/GetDocumentList

POST /Document/Verify

POST /Document/Login

    
library(httr)

url <- "https://docuexprt3.p.rapidapi.com/CustomDocument/Verify"

payload <- "URLPath=%3CREQUIRED%3E&DocumentName=%3CREQUIRED%3E"

encode <- "form"

response <- VERB("POST", url, body = payload, add_headers('Authorization' = '', 'X-RapidAPI-Key' = 'SIGN-UP-FOR-KEY', 'X-RapidAPI-Host' = 'docuexprt3.p.rapidapi.com'), content_type("application/x-www-form-urlencoded"), encode = encode)

content(response, "text")
    
  
    
library(httr)

url <- "https://docuexprt3.p.rapidapi.com/Document/Verify"

payload <- "URLPath=%3CREQUIRED%3E&DocumentName=AADHAR-FRONT&AadharName=%3CREQUIRED%3E&AadharNumber=%3CREQUIRED%3E&AadharGender=%3CREQUIRED%3E&AadharDOB=%3CREQUIRED%3E"

encode <- "form"

response <- VERB("POST", url, body = payload, add_headers('Authorization' = '', 'X-RapidAPI-Key' = 'SIGN-UP-FOR-KEY', 'X-RapidAPI-Host' = 'docuexprt3.p.rapidapi.com'), content_type("application/x-www-form-urlencoded"), encode = encode)

content(response, "text")
    
  
    
library(httr)

url <- "https://docuexprt3.p.rapidapi.com/Document/Verify"

payload <- "URLPath=%3CREQUIRED%3E&DocumentName=PAN&PanNumber=%3CREQUIRED%3E&PanName=%3CREQUIRED%3E&PanFatherName=%3CREQUIRED%3E&PanDOB=%3CREQUIRED%3E"

encode <- "form"

response <- VERB("POST", url, body = payload, add_headers('Authorization' = '', 'X-RapidAPI-Key' = 'SIGN-UP-FOR-KEY', 'X-RapidAPI-Host' = 'docuexprt3.p.rapidapi.com'), content_type("application/x-www-form-urlencoded"), encode = encode)

content(response, "text")
    
  
    
library(httr)

url <- "https://docuexprt3.p.rapidapi.com/Document/GetDocumentList"

response <- VERB("GET", url, add_headers('Authorization' = '', 'X-RapidAPI-Key' = 'SIGN-UP-FOR-KEY', 'X-RapidAPI-Host' = 'docuexprt3.p.rapidapi.com'), content_type("application/octet-stream"))

content(response, "text")
    
  
    
library(httr)

url <- "https://docuexprt3.p.rapidapi.com/Document/Verify"

payload <- "URLPath=%3CREQUIRED%3E&DocumentName=%3CREQUIRED%3E"

encode <- "form"

response <- VERB("POST", url, body = payload, add_headers('Authorization' = '', 'X-RapidAPI-Key' = 'SIGN-UP-FOR-KEY', 'X-RapidAPI-Host' = 'docuexprt3.p.rapidapi.com'), content_type("application/x-www-form-urlencoded"), encode = encode)

content(response, "text")
    
  
    
library(httr)

url <- "https://docuexprt3.p.rapidapi.com/Document/Login"

payload <- "Password=%3CREQUIRED%3E&Username=%3CREQUIRED%3E"

encode <- "form"

response <- VERB("POST", url, body = payload, add_headers('X-RapidAPI-Key' = 'SIGN-UP-FOR-KEY', 'X-RapidAPI-Host' = 'docuexprt3.p.rapidapi.com'), content_type("application/x-www-form-urlencoded"), encode = encode)

content(response, "text")
    
  

POST /CustomDocument/Verify

POST /Document/AadharCardVerify

POST /Document/PanCardVerify

GET /Document/GetDocumentList

POST /Document/Verify

POST /Document/Login

    
// For more information about RapidQL, checkout docs.rapidql.com!

const RapidQL = require('RapidQL');
let rql = new RapidQL({
});

rql.query(`{
  Http.post(
    url:"https://docuexprt3.p.rapidapi.com/CustomDocument/Verify"
    headers : {
"content-type":"application/x-www-form-urlencoded",
"Authorization":"",
"X-RapidAPI-Key":"SIGN-UP-FOR-KEY",
"X-RapidAPI-Host":"docuexprt3.p.rapidapi.com"
    }
    form : {
"URLPath":"",
"DocumentName":""
    }
  ) {

  }
}`)
.then((res) => console.log(res))
.catch((err) => console.log(err));
    
  
    
// For more information about RapidQL, checkout docs.rapidql.com!

const RapidQL = require('RapidQL');
let rql = new RapidQL({
});

rql.query(`{
  Http.post(
    url:"https://docuexprt3.p.rapidapi.com/Document/Verify"
    headers : {
"content-type":"application/x-www-form-urlencoded",
"Authorization":"",
"X-RapidAPI-Key":"SIGN-UP-FOR-KEY",
"X-RapidAPI-Host":"docuexprt3.p.rapidapi.com"
    }
    form : {
"URLPath":"",
"DocumentName":"AADHAR-FRONT",
"AadharName":"",
"AadharNumber":"",
"AadharGender":"",
"AadharDOB":""
    }
  ) {

  }
}`)
.then((res) => console.log(res))
.catch((err) => console.log(err));
    
  
    
// For more information about RapidQL, checkout docs.rapidql.com!

const RapidQL = require('RapidQL');
let rql = new RapidQL({
});

rql.query(`{
  Http.post(
    url:"https://docuexprt3.p.rapidapi.com/Document/Verify"
    headers : {
"content-type":"application/x-www-form-urlencoded",
"Authorization":"",
"X-RapidAPI-Key":"SIGN-UP-FOR-KEY",
"X-RapidAPI-Host":"docuexprt3.p.rapidapi.com"
    }
    form : {
"URLPath":"",
"DocumentName":"PAN",
"PanNumber":"",
"PanName":"",
"PanFatherName":"",
"PanDOB":""
    }
  ) {

  }
}`)
.then((res) => console.log(res))
.catch((err) => console.log(err));
    
  
    
// For more information about RapidQL, checkout docs.rapidql.com!

const RapidQL = require('RapidQL');
let rql = new RapidQL({
});

rql.query(`{
  Http.get(
    url:"https://docuexprt3.p.rapidapi.com/Document/GetDocumentList"
    headers : {
"Authorization":"",
"X-RapidAPI-Key":"SIGN-UP-FOR-KEY",
"X-RapidAPI-Host":"docuexprt3.p.rapidapi.com"
    }
    body : undefined
  ) {

  }
}`)
.then((res) => console.log(res))
.catch((err) => console.log(err));
    
  
    
// For more information about RapidQL, checkout docs.rapidql.com!

const RapidQL = require('RapidQL');
let rql = new RapidQL({
});

rql.query(`{
  Http.post(
    url:"https://docuexprt3.p.rapidapi.com/Document/Verify"
    headers : {
"content-type":"application/x-www-form-urlencoded",
"Authorization":"",
"X-RapidAPI-Key":"SIGN-UP-FOR-KEY",
"X-RapidAPI-Host":"docuexprt3.p.rapidapi.com"
    }
    form : {
"URLPath":"",
"DocumentName":""
    }
  ) {

  }
}`)
.then((res) => console.log(res))
.catch((err) => console.log(err));
    
  
    
// For more information about RapidQL, checkout docs.rapidql.com!

const RapidQL = require('RapidQL');
let rql = new RapidQL({
});

rql.query(`{
  Http.post(
    url:"https://docuexprt3.p.rapidapi.com/Document/Login"
    headers : {
"content-type":"application/x-www-form-urlencoded",
"X-RapidAPI-Key":"SIGN-UP-FOR-KEY",
"X-RapidAPI-Host":"docuexprt3.p.rapidapi.com"
    }
    form : {
"Password":"",
"Username":""
    }
  ) {

  }
}`)
.then((res) => console.log(res))
.catch((err) => console.log(err));
    
  

POST /CustomDocument/Verify

POST /Document/AadharCardVerify

POST /Document/PanCardVerify

GET /Document/GetDocumentList

POST /Document/Verify

POST /Document/Login

    
require 'uri'
require 'net/http'

url = URI("https://docuexprt3.p.rapidapi.com/CustomDocument/Verify")

http = Net::HTTP.new(url.host, url.port)
http.use_ssl = true

request = Net::HTTP::Post.new(url)
request["content-type"] = 'application/x-www-form-urlencoded'
request["Authorization"] = ''
request["X-RapidAPI-Key"] = 'SIGN-UP-FOR-KEY'
request["X-RapidAPI-Host"] = 'docuexprt3.p.rapidapi.com'
request.body = "URLPath=%3CREQUIRED%3E&DocumentName=%3CREQUIRED%3E"

response = http.request(request)
puts response.read_body
    
  
    
require 'uri'
require 'net/http'

url = URI("https://docuexprt3.p.rapidapi.com/Document/Verify")

http = Net::HTTP.new(url.host, url.port)
http.use_ssl = true

request = Net::HTTP::Post.new(url)
request["content-type"] = 'application/x-www-form-urlencoded'
request["Authorization"] = ''
request["X-RapidAPI-Key"] = 'SIGN-UP-FOR-KEY'
request["X-RapidAPI-Host"] = 'docuexprt3.p.rapidapi.com'
request.body = "URLPath=%3CREQUIRED%3E&DocumentName=AADHAR-FRONT&AadharName=%3CREQUIRED%3E&AadharNumber=%3CREQUIRED%3E&AadharGender=%3CREQUIRED%3E&AadharDOB=%3CREQUIRED%3E"

response = http.request(request)
puts response.read_body
    
  
    
require 'uri'
require 'net/http'

url = URI("https://docuexprt3.p.rapidapi.com/Document/Verify")

http = Net::HTTP.new(url.host, url.port)
http.use_ssl = true

request = Net::HTTP::Post.new(url)
request["content-type"] = 'application/x-www-form-urlencoded'
request["Authorization"] = ''
request["X-RapidAPI-Key"] = 'SIGN-UP-FOR-KEY'
request["X-RapidAPI-Host"] = 'docuexprt3.p.rapidapi.com'
request.body = "URLPath=%3CREQUIRED%3E&DocumentName=PAN&PanNumber=%3CREQUIRED%3E&PanName=%3CREQUIRED%3E&PanFatherName=%3CREQUIRED%3E&PanDOB=%3CREQUIRED%3E"

response = http.request(request)
puts response.read_body
    
  
    
require 'uri'
require 'net/http'

url = URI("https://docuexprt3.p.rapidapi.com/Document/GetDocumentList")

http = Net::HTTP.new(url.host, url.port)
http.use_ssl = true

request = Net::HTTP::Get.new(url)
request["Authorization"] = ''
request["X-RapidAPI-Key"] = 'SIGN-UP-FOR-KEY'
request["X-RapidAPI-Host"] = 'docuexprt3.p.rapidapi.com'

response = http.request(request)
puts response.read_body
    
  
    
require 'uri'
require 'net/http'

url = URI("https://docuexprt3.p.rapidapi.com/Document/Verify")

http = Net::HTTP.new(url.host, url.port)
http.use_ssl = true

request = Net::HTTP::Post.new(url)
request["content-type"] = 'application/x-www-form-urlencoded'
request["Authorization"] = ''
request["X-RapidAPI-Key"] = 'SIGN-UP-FOR-KEY'
request["X-RapidAPI-Host"] = 'docuexprt3.p.rapidapi.com'
request.body = "URLPath=%3CREQUIRED%3E&DocumentName=%3CREQUIRED%3E"

response = http.request(request)
puts response.read_body
    
  
    
require 'uri'
require 'net/http'

url = URI("https://docuexprt3.p.rapidapi.com/Document/Login")

http = Net::HTTP.new(url.host, url.port)
http.use_ssl = true

request = Net::HTTP::Post.new(url)
request["content-type"] = 'application/x-www-form-urlencoded'
request["X-RapidAPI-Key"] = 'SIGN-UP-FOR-KEY'
request["X-RapidAPI-Host"] = 'docuexprt3.p.rapidapi.com'
request.body = "Password=%3CREQUIRED%3E&Username=%3CREQUIRED%3E"

response = http.request(request)
puts response.read_body
    
  

POST /CustomDocument/Verify

POST /Document/AadharCardVerify

POST /Document/PanCardVerify

GET /Document/GetDocumentList

POST /Document/Verify

POST /Document/Login

    
curl --request POST \
	--url https://docuexprt3.p.rapidapi.com/CustomDocument/Verify \
	--header 'Authorization: ' \
	--header 'X-RapidAPI-Host: docuexprt3.p.rapidapi.com' \
	--header 'X-RapidAPI-Key: SIGN-UP-FOR-KEY' \
	--header 'content-type: application/x-www-form-urlencoded' \
	--data 'URLPath=' \
	--data 'DocumentName='
    
  
    
curl --request POST \
	--url https://docuexprt3.p.rapidapi.com/Document/Verify \
	--header 'Authorization: ' \
	--header 'X-RapidAPI-Host: docuexprt3.p.rapidapi.com' \
	--header 'X-RapidAPI-Key: SIGN-UP-FOR-KEY' \
	--header 'content-type: application/x-www-form-urlencoded' \
	--data 'URLPath=' \
	--data DocumentName=AADHAR-FRONT \
	--data 'AadharName=' \
	--data 'AadharNumber=' \
	--data 'AadharGender=' \
	--data 'AadharDOB='
    
  
    
curl --request POST \
	--url https://docuexprt3.p.rapidapi.com/Document/Verify \
	--header 'Authorization: ' \
	--header 'X-RapidAPI-Host: docuexprt3.p.rapidapi.com' \
	--header 'X-RapidAPI-Key: SIGN-UP-FOR-KEY' \
	--header 'content-type: application/x-www-form-urlencoded' \
	--data 'URLPath=' \
	--data DocumentName=PAN \
	--data 'PanNumber=' \
	--data 'PanName=' \
	--data 'PanFatherName=' \
	--data 'PanDOB='
    
  
    
curl --request GET \
	--url https://docuexprt3.p.rapidapi.com/Document/GetDocumentList \
	--header 'Authorization: ' \
	--header 'X-RapidAPI-Host: docuexprt3.p.rapidapi.com' \
	--header 'X-RapidAPI-Key: SIGN-UP-FOR-KEY'
    
  
    
curl --request POST \
	--url https://docuexprt3.p.rapidapi.com/Document/Verify \
	--header 'Authorization: ' \
	--header 'X-RapidAPI-Host: docuexprt3.p.rapidapi.com' \
	--header 'X-RapidAPI-Key: SIGN-UP-FOR-KEY' \
	--header 'content-type: application/x-www-form-urlencoded' \
	--data 'URLPath=' \
	--data 'DocumentName='
    
  
    
curl --request POST \
	--url https://docuexprt3.p.rapidapi.com/Document/Login \
	--header 'X-RapidAPI-Host: docuexprt3.p.rapidapi.com' \
	--header 'X-RapidAPI-Key: SIGN-UP-FOR-KEY' \
	--header 'content-type: application/x-www-form-urlencoded' \
	--data 'Password=' \
	--data 'Username='
    
  

POST /CustomDocument/Verify

POST /Document/AadharCardVerify

POST /Document/PanCardVerify

GET /Document/GetDocumentList

POST /Document/Verify

POST /Document/Login

    
http --form POST https://docuexprt3.p.rapidapi.com/CustomDocument/Verify \
	Authorization:'' \
	X-RapidAPI-Host:docuexprt3.p.rapidapi.com \
	X-RapidAPI-Key:SIGN-UP-FOR-KEY \
	content-type:application/x-www-form-urlencoded \
	URLPath='' \
	DocumentName=''
    
  
    
http --form POST https://docuexprt3.p.rapidapi.com/Document/Verify \
	Authorization:'' \
	X-RapidAPI-Host:docuexprt3.p.rapidapi.com \
	X-RapidAPI-Key:SIGN-UP-FOR-KEY \
	content-type:application/x-www-form-urlencoded \
	URLPath='' \
	DocumentName=AADHAR-FRONT \
	AadharName='' \
	AadharNumber='' \
	AadharGender='' \
	AadharDOB=''
    
  
    
http --form POST https://docuexprt3.p.rapidapi.com/Document/Verify \
	Authorization:'' \
	X-RapidAPI-Host:docuexprt3.p.rapidapi.com \
	X-RapidAPI-Key:SIGN-UP-FOR-KEY \
	content-type:application/x-www-form-urlencoded \
	URLPath='' \
	DocumentName=PAN \
	PanNumber='' \
	PanName='' \
	PanFatherName='' \
	PanDOB=''
    
  
    
http GET https://docuexprt3.p.rapidapi.com/Document/GetDocumentList \
	Authorization:'' \
	X-RapidAPI-Host:docuexprt3.p.rapidapi.com \
	X-RapidAPI-Key:SIGN-UP-FOR-KEY
    
  
    
http --form POST https://docuexprt3.p.rapidapi.com/Document/Verify \
	Authorization:'' \
	X-RapidAPI-Host:docuexprt3.p.rapidapi.com \
	X-RapidAPI-Key:SIGN-UP-FOR-KEY \
	content-type:application/x-www-form-urlencoded \
	URLPath='' \
	DocumentName=''
    
  
    
http --form POST https://docuexprt3.p.rapidapi.com/Document/Login \
	X-RapidAPI-Host:docuexprt3.p.rapidapi.com \
	X-RapidAPI-Key:SIGN-UP-FOR-KEY \
	content-type:application/x-www-form-urlencoded \
	Password='' \
	Username=''
    
  

POST /CustomDocument/Verify

POST /Document/AadharCardVerify

POST /Document/PanCardVerify

GET /Document/GetDocumentList

POST /Document/Verify

POST /Document/Login

    
wget --quiet \
	--method POST \
	--header 'content-type: application/x-www-form-urlencoded' \
	--header 'Authorization: ' \
	--header 'X-RapidAPI-Key: SIGN-UP-FOR-KEY' \
	--header 'X-RapidAPI-Host: docuexprt3.p.rapidapi.com' \
	--body-data 'URLPath=%3CREQUIRED%3E&DocumentName=%3CREQUIRED%3E' \
	--output-document \
	- https://docuexprt3.p.rapidapi.com/CustomDocument/Verify
    
  
    
wget --quiet \
	--method POST \
	--header 'content-type: application/x-www-form-urlencoded' \
	--header 'Authorization: ' \
	--header 'X-RapidAPI-Key: SIGN-UP-FOR-KEY' \
	--header 'X-RapidAPI-Host: docuexprt3.p.rapidapi.com' \
	--body-data 'URLPath=%3CREQUIRED%3E&DocumentName=AADHAR-FRONT&AadharName=%3CREQUIRED%3E&AadharNumber=%3CREQUIRED%3E&AadharGender=%3CREQUIRED%3E&AadharDOB=%3CREQUIRED%3E' \
	--output-document \
	- https://docuexprt3.p.rapidapi.com/Document/Verify
    
  
    
wget --quiet \
	--method POST \
	--header 'content-type: application/x-www-form-urlencoded' \
	--header 'Authorization: ' \
	--header 'X-RapidAPI-Key: SIGN-UP-FOR-KEY' \
	--header 'X-RapidAPI-Host: docuexprt3.p.rapidapi.com' \
	--body-data 'URLPath=%3CREQUIRED%3E&DocumentName=PAN&PanNumber=%3CREQUIRED%3E&PanName=%3CREQUIRED%3E&PanFatherName=%3CREQUIRED%3E&PanDOB=%3CREQUIRED%3E' \
	--output-document \
	- https://docuexprt3.p.rapidapi.com/Document/Verify
    
  
    
wget --quiet \
	--method GET \
	--header 'Authorization: ' \
	--header 'X-RapidAPI-Key: SIGN-UP-FOR-KEY' \
	--header 'X-RapidAPI-Host: docuexprt3.p.rapidapi.com' \
	--output-document \
	- https://docuexprt3.p.rapidapi.com/Document/GetDocumentList
    
  
    
wget --quiet \
	--method POST \
	--header 'content-type: application/x-www-form-urlencoded' \
	--header 'Authorization: ' \
	--header 'X-RapidAPI-Key: SIGN-UP-FOR-KEY' \
	--header 'X-RapidAPI-Host: docuexprt3.p.rapidapi.com' \
	--body-data 'URLPath=%3CREQUIRED%3E&DocumentName=%3CREQUIRED%3E' \
	--output-document \
	- https://docuexprt3.p.rapidapi.com/Document/Verify
    
  
    
wget --quiet \
	--method POST \
	--header 'content-type: application/x-www-form-urlencoded' \
	--header 'X-RapidAPI-Key: SIGN-UP-FOR-KEY' \
	--header 'X-RapidAPI-Host: docuexprt3.p.rapidapi.com' \
	--body-data 'Password=%3CREQUIRED%3E&Username=%3CREQUIRED%3E' \
	--output-document \
	- https://docuexprt3.p.rapidapi.com/Document/Login
    
  

POST /CustomDocument/Verify

POST /Document/AadharCardVerify

POST /Document/PanCardVerify

GET /Document/GetDocumentList

POST /Document/Verify

POST /Document/Login

    
import Foundation

let headers = [
	"content-type": "application/x-www-form-urlencoded",
	"Authorization": "",
	"X-RapidAPI-Key": "SIGN-UP-FOR-KEY",
	"X-RapidAPI-Host": "docuexprt3.p.rapidapi.com"
]

let postData = NSMutableData(data: "URLPath=".data(using: String.Encoding.utf8)!)
postData.append("&DocumentName=".data(using: String.Encoding.utf8)!)

let request = NSMutableURLRequest(url: NSURL(string: "https://docuexprt3.p.rapidapi.com/CustomDocument/Verify")! as URL,
                                        cachePolicy: .useProtocolCachePolicy,
                                    timeoutInterval: 10.0)
request.httpMethod = "POST"
request.allHTTPHeaderFields = headers
request.httpBody = postData as Data

let session = URLSession.shared
let dataTask = session.dataTask(with: request as URLRequest, completionHandler: { (data, response, error) -> Void in
	if (error != nil) {
		print(error as Any)
	} else {
		let httpResponse = response as? HTTPURLResponse
		print(httpResponse)
	}
})

dataTask.resume()
    
  
    
import Foundation

let headers = [
	"content-type": "application/x-www-form-urlencoded",
	"Authorization": "",
	"X-RapidAPI-Key": "SIGN-UP-FOR-KEY",
	"X-RapidAPI-Host": "docuexprt3.p.rapidapi.com"
]

let postData = NSMutableData(data: "URLPath=".data(using: String.Encoding.utf8)!)
postData.append("&DocumentName=AADHAR-FRONT".data(using: String.Encoding.utf8)!)
postData.append("&AadharName=".data(using: String.Encoding.utf8)!)
postData.append("&AadharNumber=".data(using: String.Encoding.utf8)!)
postData.append("&AadharGender=".data(using: String.Encoding.utf8)!)
postData.append("&AadharDOB=".data(using: String.Encoding.utf8)!)

let request = NSMutableURLRequest(url: NSURL(string: "https://docuexprt3.p.rapidapi.com/Document/Verify")! as URL,
                                        cachePolicy: .useProtocolCachePolicy,
                                    timeoutInterval: 10.0)
request.httpMethod = "POST"
request.allHTTPHeaderFields = headers
request.httpBody = postData as Data

let session = URLSession.shared
let dataTask = session.dataTask(with: request as URLRequest, completionHandler: { (data, response, error) -> Void in
	if (error != nil) {
		print(error as Any)
	} else {
		let httpResponse = response as? HTTPURLResponse
		print(httpResponse)
	}
})

dataTask.resume()
    
  
    
import Foundation

let headers = [
	"content-type": "application/x-www-form-urlencoded",
	"Authorization": "",
	"X-RapidAPI-Key": "SIGN-UP-FOR-KEY",
	"X-RapidAPI-Host": "docuexprt3.p.rapidapi.com"
]

let postData = NSMutableData(data: "URLPath=".data(using: String.Encoding.utf8)!)
postData.append("&DocumentName=PAN".data(using: String.Encoding.utf8)!)
postData.append("&PanNumber=".data(using: String.Encoding.utf8)!)
postData.append("&PanName=".data(using: String.Encoding.utf8)!)
postData.append("&PanFatherName=".data(using: String.Encoding.utf8)!)
postData.append("&PanDOB=".data(using: String.Encoding.utf8)!)

let request = NSMutableURLRequest(url: NSURL(string: "https://docuexprt3.p.rapidapi.com/Document/Verify")! as URL,
                                        cachePolicy: .useProtocolCachePolicy,
                                    timeoutInterval: 10.0)
request.httpMethod = "POST"
request.allHTTPHeaderFields = headers
request.httpBody = postData as Data

let session = URLSession.shared
let dataTask = session.dataTask(with: request as URLRequest, completionHandler: { (data, response, error) -> Void in
	if (error != nil) {
		print(error as Any)
	} else {
		let httpResponse = response as? HTTPURLResponse
		print(httpResponse)
	}
})

dataTask.resume()
    
  
    
import Foundation

let headers = [
	"Authorization": "",
	"X-RapidAPI-Key": "SIGN-UP-FOR-KEY",
	"X-RapidAPI-Host": "docuexprt3.p.rapidapi.com"
]

let request = NSMutableURLRequest(url: NSURL(string: "https://docuexprt3.p.rapidapi.com/Document/GetDocumentList")! as URL,
                                        cachePolicy: .useProtocolCachePolicy,
                                    timeoutInterval: 10.0)
request.httpMethod = "GET"
request.allHTTPHeaderFields = headers

let session = URLSession.shared
let dataTask = session.dataTask(with: request as URLRequest, completionHandler: { (data, response, error) -> Void in
	if (error != nil) {
		print(error as Any)
	} else {
		let httpResponse = response as? HTTPURLResponse
		print(httpResponse)
	}
})

dataTask.resume()
    
  
    
import Foundation

let headers = [
	"content-type": "application/x-www-form-urlencoded",
	"Authorization": "",
	"X-RapidAPI-Key": "SIGN-UP-FOR-KEY",
	"X-RapidAPI-Host": "docuexprt3.p.rapidapi.com"
]

let postData = NSMutableData(data: "URLPath=".data(using: String.Encoding.utf8)!)
postData.append("&DocumentName=".data(using: String.Encoding.utf8)!)

let request = NSMutableURLRequest(url: NSURL(string: "https://docuexprt3.p.rapidapi.com/Document/Verify")! as URL,
                                        cachePolicy: .useProtocolCachePolicy,
                                    timeoutInterval: 10.0)
request.httpMethod = "POST"
request.allHTTPHeaderFields = headers
request.httpBody = postData as Data

let session = URLSession.shared
let dataTask = session.dataTask(with: request as URLRequest, completionHandler: { (data, response, error) -> Void in
	if (error != nil) {
		print(error as Any)
	} else {
		let httpResponse = response as? HTTPURLResponse
		print(httpResponse)
	}
})

dataTask.resume()
    
  
    
import Foundation

let headers = [
	"content-type": "application/x-www-form-urlencoded",
	"X-RapidAPI-Key": "SIGN-UP-FOR-KEY",
	"X-RapidAPI-Host": "docuexprt3.p.rapidapi.com"
]

let postData = NSMutableData(data: "Password=".data(using: String.Encoding.utf8)!)
postData.append("&Username=".data(using: String.Encoding.utf8)!)

let request = NSMutableURLRequest(url: NSURL(string: "https://docuexprt3.p.rapidapi.com/Document/Login")! as URL,
                                        cachePolicy: .useProtocolCachePolicy,
                                    timeoutInterval: 10.0)
request.httpMethod = "POST"
request.allHTTPHeaderFields = headers
request.httpBody = postData as Data

let session = URLSession.shared
let dataTask = session.dataTask(with: request as URLRequest, completionHandler: { (data, response, error) -> Void in
	if (error != nil) {
		print(error as Any)
	} else {
		let httpResponse = response as? HTTPURLResponse
		print(httpResponse)
	}
})

dataTask.resume()
    
  

SaaS API platform for Automated Document Verification powered by Artificial Intelligence