{"type":"cpf","value":"11144477735","valid":true,"formatted":"111.444.777-35","digits":"11144477735"}
curl --location --request GET 'https://zylalabs.com/api/13138/identity+document+validator+api/26652/validate+document?type=cpf&value=11144477735' --header 'Authorization: Bearer YOUR_API_KEY'
साइन अप करने के बाद, प्रत्येक डेवलपर को एक पर्सनल API एक्सेस की असाइन की जाती है, जो अक्षरों और अंकों का एक यूनिक संयोजन होता है, जिसका उपयोग हमारे API एंडपॉइंट तक पहुंचने के लिए किया जाता है। प्रमाणीकरण के लिए Identity Document Validator API के साथ बस अपने बेयरर टोकन को Authorization हेडर में शामिल करें।
| हेडर | विवरण |
|---|---|
Authorization
|
आवश्यक
होना चाहिए Bearer access_key. जब आप सब्सक्राइब हों तो ऊपर "Your API Access Key" देखें।
|
कोई लंबी अवधि की प्रतिबद्धता नहीं। कभी भी अपग्रेड, डाउनग्रेड या कैंसल करें। फ्री ट्रायल में 50 रिक्वेस्ट तक शामिल हैं।
(वार्षिक बिलिंग के साथ 2 महीने बचाएँ 🎉)
अग्रणी कंपनियों का भरोसा
Validate and format identity and business document numbers with correct check digit verification. Instantly confirm whether a given number is valid and receive it in a clean formatted form. The service can also generate valid sample numbers for software testing and quality assurance. Simple, fast and stateless.
The Validate Document endpoint returns data regarding the validity of an identity or business document number. It includes fields indicating the document type, the original number, its validity status, a formatted version, and the raw digits.
The key fields in the response data include "type" (document type), "value" (original number), "valid" (boolean indicating validity), "formatted" (cleanly formatted number), and "digits" (raw number without formatting).
The response data is organized in a JSON format, containing key-value pairs. Each response includes the document type, the original number, its validity status, a formatted version, and the unformatted digits, making it easy to parse and utilize.
The Validate Document endpoint provides information on the validity of various identity and business document numbers, including their formatted versions and whether they pass check digit verification.
The Validate Document endpoint accepts parameters such as "document type" (e.g., CPF, CNPJ) and "number" (the document number to validate). Users must specify these to receive accurate validation results.
डेटा सटीकता को कठोर चेक डिजिट सत्यापन प्रक्रियाओं और मान्यता एल्गोरिदम के नियमित अपडेट के माध्यम से बनाए रखा जाता है जिससे यह सुनिश्चित होता है कि एपीआई दस्तावेज़ नंबरों के लिए विश्वसनीय और मान्य परिणाम प्रदान करता है
Typical use cases include validating user identity during onboarding processes, ensuring compliance in financial transactions, and generating valid sample numbers for software testing and quality assurance.
Users can utilize the returned data by checking the "valid" field to confirm document authenticity, using the "formatted" field for display purposes, and leveraging the "type" field to understand the document category for further processing.