{"info":{"_postman_id":"fdf1bfc6-c0db-4b49-9123-14bf96ca2828","name":"LoanDefaultPredictionAPI","description":"<html><head></head><body><p>Loan Default Prediction API which predicts if an applicant would be granted a loan [1] or not [0] based on Applicant(s) information passed to API request</p>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"owner":"9270015","collectionId":"fdf1bfc6-c0db-4b49-9123-14bf96ca2828","publishedId":"Tzsfn5fe","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"EF5B25"},"publishDate":"2021-08-02T09:17:01.000Z"},"item":[{"name":"LoanPredict","id":"ce9e896a-4fcc-48e3-81b0-1214b6066dff","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"[\n    {\n        \"ApplicantIncome\": 5000,\n        \"CoapplicantIncome\": 200,\n        \"LoanAmount\": 15000,\n        \"Loan_Amount_Term\": 365,\n        \"Credit_History\": 1,\n        \"Gender\": \"Male\",\n        \"Married\": \"Yes\",\n        \"Dependents\": 1,\n        \"Education\": \"Graduate\",\n        \"Self_Employed\": \"No\",\n        \"Property_Area\": \"Urban\"\n    },\n    {\n        \"ApplicantIncome\": 1000,\n        \"CoapplicantIncome\": 0,\n        \"LoanAmount\": 125000,\n        \"Loan_Amount_Term\": 360,\n        \"Credit_History\": 0,\n        \"Gender\": \"Female\",\n        \"Married\": \"Yes\",\n        \"Dependents\": 4,\n        \"Education\": \"Graduate\",\n        \"Self_Employed\": \"Yes\",\n        \"Property_Area\": \"Urban\"\n    },\n\n    {\n        \"ApplicantIncome\": 500000,\n        \"CoapplicantIncome\": 0,\n        \"LoanAmount\": 125000,\n        \"Loan_Amount_Term\": 360,\n        \"Credit_History\": 0,\n        \"Gender\": \"male\",\n        \"Married\": \"Yes\",\n        \"Dependents\": 4,\n        \"Education\": \"Graduate\",\n        \"Self_Employed\": \"Yes\",\n        \"Property_Area\": \"Urban\"\n    }\n]","options":{"raw":{"language":"json"}}},"url":"https://loan-default-api.herokuapp.com/predict","urlObject":{"protocol":"https","path":["predict"],"host":["loan-default-api","herokuapp","com"],"query":[],"variable":[]}},"response":[{"id":"83d7ed20-042b-465d-8f23-d1c241ac52ce","name":"LoanPredict","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"[\n    {\n        \"ApplicantIncome\": 5000,\n        \"CoapplicantIncome\": 200,\n        \"LoanAmount\": 15000,\n        \"Loan_Amount_Term\": 365,\n        \"Credit_History\": 1,\n        \"Gender\": \"Male\",\n        \"Married\": \"Yes\",\n        \"Dependents\": 1,\n        \"Education\": \"Graduate\",\n        \"Self_Employed\": \"No\",\n        \"Property_Area\": \"Urban\"\n    },\n    {\n        \"ApplicantIncome\": 1000,\n        \"CoapplicantIncome\": 0,\n        \"LoanAmount\": 125000,\n        \"Loan_Amount_Term\": 360,\n        \"Credit_History\": 0,\n        \"Gender\": \"Female\",\n        \"Married\": \"Yes\",\n        \"Dependents\": 4,\n        \"Education\": \"Graduate\",\n        \"Self_Employed\": \"Yes\",\n        \"Property_Area\": \"Urban\"\n    },\n\n    {\n        \"ApplicantIncome\": 500000,\n        \"CoapplicantIncome\": 0,\n        \"LoanAmount\": 125000,\n        \"Loan_Amount_Term\": 360,\n        \"Credit_History\": 0,\n        \"Gender\": \"male\",\n        \"Married\": \"Yes\",\n        \"Dependents\": 4,\n        \"Education\": \"Graduate\",\n        \"Self_Employed\": \"Yes\",\n        \"Property_Area\": \"Urban\"\n    }\n]","options":{"raw":{"language":"json"}}},"url":"https://loan-default-api.herokuapp.com/predict"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Cowboy"},{"key":"Date","value":"Mon, 02 Aug 2021 08:31:14 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"27"},{"key":"Via","value":"1.1 vegur"}],"cookie":[],"responseTime":null,"body":"{\n    \"prediction\": \"[1, 0, 0]\"\n}"}],"_postman_id":"ce9e896a-4fcc-48e3-81b0-1214b6066dff"}]}