๐Ÿ“„ PID Data Processor UIDAI ยท Enrollment API Simulator

๐Ÿ” /api/worker/uid ยท JSON Response
๐Ÿ“‚ 1. Load PID XML File
๐Ÿ“Ž Drag & drop or click to select PID XML file
(PidData XML format as per UIDAI standards)
๐Ÿ†” Aadhaar Number
๐Ÿ”‘ hcaosekey 124152
๐Ÿ“ฆ Payload structure multipart/form-data
๐Ÿ’ก Note: API endpoint expects multipart/form-data with fields:
โ€ข aadhaarNumber (string)
โ€ข hcaosekey (string: 124152)
โ€ข pidData (XML content) โ† extracted from uploaded file.
โ€ข piddata (XML content) โ† for compatibility
โ€ข The backend returns JSON response (even on 500 error, we show parsed JSON).
๐Ÿ“Ÿ API Response (JSON format)
{ "status": "waiting", "message": "Upload a PID XML file and click 'Send Request'", "instruction": "Response will appear here as formatted JSON" }
โšก Ready