{"info":{"name":"AIKDATA_AI","description":"Native due-diligence API hosted on ms.aikdata. Generate verification tokens, manage approval workflows, and query tramite status \u2014 all processed locally.","schema":"https:\/\/schema.getpostman.com\/json\/collection\/v2.1.0\/collection.json"},"item":[{"name":"Tr\u00e1mites","item":[{"name":"Generar Token","request":{"method":"POST","header":[{"key":"Content-Type","value":"application\/json"},{"key":"Accept","value":"application\/json"}],"url":{"raw":"{{base_url}}\/generar-token","host":["{{base_url}}"],"path":["generar-token"]},"body":{"mode":"raw","raw":"{\n    \"tipo_tramite\": \"verificacion_identidad\",\n    \"solicitante\": \"Juan P\u00e9rez Garc\u00eda\",\n    \"documento\": \"INE12345678\",\n    \"datos_adicionales\": {\n        \"direccion\": \"Calle 10 #123, CDMX\",\n        \"referencia\": \"CASO-2026-001\"\n    },\n    \"callback_url\": \"https:\/\/misitio.com\/webhooks\/rogbix-due\"\n}","options":{"raw":{"language":"json"}}},"auth":{"type":"bearer","bearer":[{"key":"token","value":"{{api_token}}","type":"string"}]}},"description":"Create a new tramite and receive a unique verification token\n\nCreates a new due-diligence tramite in ms.aikdata and returns a unique token for tracking. The tramite starts in \"pendiente\" status."},{"name":"Consultar Tr\u00e1mite","request":{"method":"GET","header":[{"key":"Content-Type","value":"application\/json"},{"key":"Accept","value":"application\/json"}],"url":{"raw":"{{base_url}}\/consultar-tramite\/:token","host":["{{base_url}}"],"path":["consultar-tramite",":token"],"variable":[{"key":"token","value":"tkn_xyz789abc","description":"Tramite token from Generar Token"}]},"auth":{"type":"bearer","bearer":[{"key":"token","value":"{{api_token}}","type":"string"}]}},"description":"Query the current status of a tramite by its token\n\nRetrieves the full details and current status of a due-diligence tramite using the token returned by Generar Token."}]},{"name":"Aprobaci\u00f3n","item":[{"name":"Aprobar Tr\u00e1mite","request":{"method":"POST","header":[{"key":"Content-Type","value":"application\/json"},{"key":"Accept","value":"application\/json"}],"url":{"raw":"{{base_url}}\/aprobar","host":["{{base_url}}"],"path":["aprobar"]},"body":{"mode":"raw","raw":"{\n    \"tramite_id\": \"trm_a1b2c3d4e5\",\n    \"accion\": \"aprobar\",\n    \"notas\": \"Identity confirmed against INE database.\",\n    \"score\": 92\n}","options":{"raw":{"language":"json"}}},"auth":{"type":"bearer","bearer":[{"key":"token","value":"{{api_token}}","type":"string"}]}},"description":"Approve or reject a pending tramite\n\nUpdates the status of a tramite to approved or rejected. If a callback_url was provided during creation, a POST notification will be sent to the client."}]},{"name":"An\u00e1lisis","item":[{"name":"Analizar KYC","request":{"method":"POST","header":[{"key":"Content-Type","value":"application\/json"},{"key":"Accept","value":"application\/json"}],"url":{"raw":"{{base_url}}\/analizar-kyc","host":["{{base_url}}"],"path":["analizar-kyc"]},"body":{"mode":"raw","raw":"{\n    \"document_text\": \"INFORME DE DUE DILIGENCE Y KYC... Nombre: Juan P\u00e9rez, Nacionalidad: Paname\u00f1a...\",\n    \"expected_data\": {}\n}","options":{"raw":{"language":"json"}}},"auth":{"type":"bearer","bearer":[{"key":"token","value":"{{api_token}}","type":"string"}]}},"description":"AI-powered analysis of a KYC\/Due-Diligence document\n\nSends the text of a KYC document to ms.aikdata's internal AI engine (GPT-4.1-mini) for risk assessment. Optionally compares against expected applicant data to detect discrepancies. Returns risk level, professional opinion, and discrepancy flag."}]}],"auth":{"type":"bearer","bearer":[{"key":"token","value":"{{api_token}}","type":"string"}]},"variable":[{"key":"base_url","value":"https:\/\/ms.aikdata.com\/api\/gw\/aikdata_ai"},{"key":"api_token","value":"YOUR_TOKEN"}]}