{"info":{"_postman_id":"f986529c-d43e-4452-a635-35b8685fbc5f","name":"Asisten Virtual Medis AI - Skripsi","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"description":"<html><head></head><body></body></html>","owner":"39974084","collectionId":"f986529c-d43e-4452-a635-35b8685fbc5f","publishedId":"2sBXqDrhWP","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"FF6C37"},"publishDate":"2026-04-17T07:41:45.000Z"},"item":[{"name":"1. Authentication","item":[{"name":"Register Pasien","id":"37024b1f-8416-4277-91c5-f51be480dc98","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"email\": \"haekal@example.com\",\n    \"password\": \"password123\",\n    \"full_name\": \"Haekal Pasien\",\n    \"phone_number\": \"08123456789\"\n}","options":{"raw":{"language":"json"}}},"url":"http://intiberkah.my.id/apiapi/auth/register","urlObject":{"path":["auth","register"],"host":["http://intiberkah.my.id/apiapi"],"query":[],"variable":[]}},"response":[],"_postman_id":"37024b1f-8416-4277-91c5-f51be480dc98"},{"name":"Login Pasien","event":[{"listen":"test","script":{"id":"ca5da9d5-fe75-467e-820a-54a89318af11","exec":["var jsonData = pm.response.json();","if (jsonData.status === 'success') {","    pm.environment.set(\"token\", jsonData.data.token);","}"],"type":"text/javascript","packages":{},"requests":{}}}],"id":"31ddd1ba-5296-4cac-abec-d6e5279c6b92","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"email\": \"haekal@example.com\",\n    \"password\": \"password123\"\n}","options":{"raw":{"language":"json"}}},"url":"http://intiberkah.my.id/apiapi/auth/login","urlObject":{"path":["auth","login"],"host":["http://intiberkah.my.id/apiapi"],"query":[],"variable":[]}},"response":[],"_postman_id":"31ddd1ba-5296-4cac-abec-d6e5279c6b92"},{"name":"Update Password","id":"9b4b4e71-4db8-4ec0-96c2-6c3a474d8777","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[{"key":"Authorization","value":"Bearer "}],"body":{"mode":"raw","raw":"{\n    \"current_password\": \"password123\",\n    \"new_password\": \"newpassword123\",\n    \"new_password_confirmation\": \"newpassword123\"\n}","options":{"raw":{"language":"json"}}},"url":"http://intiberkah.my.id/apiapi/auth/update-password","urlObject":{"path":["auth","update-password"],"host":["http://intiberkah.my.id/apiapi"],"query":[],"variable":[]}},"response":[],"_postman_id":"9b4b4e71-4db8-4ec0-96c2-6c3a474d8777"}],"id":"ac14c74b-85a3-4078-a617-bd2c11bee8ff","_postman_id":"ac14c74b-85a3-4078-a617-bd2c11bee8ff","description":""},{"name":"2. Patient Profile & History","item":[{"name":"Get data pasien","id":"676b6a8f-e096-4bba-b129-c612c31192f0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://intiberkah.my.id/apiapi/patient/me","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"ad083bbb-a26c-4c9e-9849-bb63e9c6f2c7","id":"ad083bbb-a26c-4c9e-9849-bb63e9c6f2c7","name":"2. Patient Profile & History","type":"folder"}},"urlObject":{"path":["patient","me"],"host":["http://intiberkah.my.id/apiapi"],"query":[],"variable":[]}},"response":[],"_postman_id":"676b6a8f-e096-4bba-b129-c612c31192f0"},{"name":"Get Consultation History","id":"f2a3f672-bc82-4d8e-869c-227526146793","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer "}],"url":"http://intiberkah.my.id/apiapi/patient/history","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"ad083bbb-a26c-4c9e-9849-bb63e9c6f2c7","id":"ad083bbb-a26c-4c9e-9849-bb63e9c6f2c7","name":"2. Patient Profile & History","type":"folder"}},"urlObject":{"path":["patient","history"],"host":["http://intiberkah.my.id/apiapi"],"query":[],"variable":[]}},"response":[],"_postman_id":"f2a3f672-bc82-4d8e-869c-227526146793"},{"name":"Update Medical Profile","id":"f944e4e0-3d9f-4ef6-9c02-121696c6eabf","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer "}],"body":{"mode":"raw","raw":"{\n    \"age\": 22,\n    \"blood_type\": \"O\",\n    \"allergies\": \"Udang\",\n    \"chronic_diseases\": \"Maag\"\n}","options":{"raw":{"language":"json"}}},"url":"http://intiberkah.my.id/apiapi/patient/profile","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"ad083bbb-a26c-4c9e-9849-bb63e9c6f2c7","id":"ad083bbb-a26c-4c9e-9849-bb63e9c6f2c7","name":"2. Patient Profile & History","type":"folder"}},"urlObject":{"path":["patient","profile"],"host":["http://intiberkah.my.id/apiapi"],"query":[],"variable":[]}},"response":[],"_postman_id":"f944e4e0-3d9f-4ef6-9c02-121696c6eabf"},{"name":"Loqout","id":"c59f517a-4ac1-4816-b706-b17e3bc85221","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"url":"http://intiberkah.my.id/apiapi/auth/logout","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"ad083bbb-a26c-4c9e-9849-bb63e9c6f2c7","id":"ad083bbb-a26c-4c9e-9849-bb63e9c6f2c7","name":"2. Patient Profile & History","type":"folder"}},"urlObject":{"path":["auth","logout"],"host":["http://intiberkah.my.id/apiapi"],"query":[],"variable":[]}},"response":[],"_postman_id":"c59f517a-4ac1-4816-b706-b17e3bc85221"},{"name":"New Request","id":"3f4bbc0d-1b59-4907-a442-368ccd728d9f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"ad083bbb-a26c-4c9e-9849-bb63e9c6f2c7","id":"ad083bbb-a26c-4c9e-9849-bb63e9c6f2c7","name":"2. Patient Profile & History","type":"folder"}},"urlObject":{"query":[],"variable":[]},"url":""},"response":[],"_postman_id":"3f4bbc0d-1b59-4907-a442-368ccd728d9f"}],"id":"ad083bbb-a26c-4c9e-9849-bb63e9c6f2c7","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"event":[{"listen":"prerequest","script":{"id":"b53377e8-aa16-4258-b76b-9cd1134de428","type":"text/javascript","packages":{},"requests":{},"exec":[""]}},{"listen":"test","script":{"id":"3a2ed690-208b-4c95-b41d-3345f466f0b8","type":"text/javascript","packages":{},"requests":{},"exec":[""]}}],"_postman_id":"ad083bbb-a26c-4c9e-9849-bb63e9c6f2c7","description":""},{"name":"3. AI Consultation","item":[{"name":"Consult Text","id":"054eb32f-b6fb-40bb-8405-50c46f4190fd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer "}],"body":{"mode":"raw","raw":"{\n    \"message\": \"Saya merasa mual setelah makan udang.\"\n}","options":{"raw":{"language":"json"}}},"url":"http://intiberkah.my.id/apiapi/patient/ai/consult-text","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"8fd7923f-f0b5-4356-ad7f-fc091ed98118","id":"8fd7923f-f0b5-4356-ad7f-fc091ed98118","name":"3. AI Consultation","type":"folder"}},"urlObject":{"path":["patient","ai","consult-text"],"host":["http://intiberkah.my.id/apiapi"],"query":[],"variable":[]}},"response":[],"_postman_id":"054eb32f-b6fb-40bb-8405-50c46f4190fd"},{"name":"Analyze Image","id":"3eed9f73-d50c-4c17-904b-6855fba3c3de","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer "}],"body":{"mode":"formdata","formdata":[{"key":"image","type":"file","src":"postman-cloud:///1f12e5c8-bba0-4910-9bee-6c4b47cb33fc"},{"key":"message_type","value":"kenapa ini terjadi?","type":"text","uuid":"a92ad94d-6c1b-4368-8c82-39bb98e003d4"}]},"url":"http://intiberkah.my.id/apiapi/patient/ai/analyze-image","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"8fd7923f-f0b5-4356-ad7f-fc091ed98118","id":"8fd7923f-f0b5-4356-ad7f-fc091ed98118","name":"3. AI Consultation","type":"folder"}},"urlObject":{"path":["patient","ai","analyze-image"],"host":["http://intiberkah.my.id/apiapi"],"query":[],"variable":[]}},"response":[],"_postman_id":"3eed9f73-d50c-4c17-904b-6855fba3c3de"},{"name":"Consult Voice","id":"e226ae55-e819-4f8f-addd-559f92a73919","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer "}],"body":{"mode":"formdata","formdata":[{"key":"voice","type":"file","src":"postman-cloud:///1f136ebe-02e2-4110-9407-6b5ad6b460d5"}]},"url":"http://intiberkah.my.id/apiapi/patient/ai/consult-voice","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"8fd7923f-f0b5-4356-ad7f-fc091ed98118","id":"8fd7923f-f0b5-4356-ad7f-fc091ed98118","name":"3. AI Consultation","type":"folder"}},"urlObject":{"path":["patient","ai","consult-voice"],"host":["http://intiberkah.my.id/apiapi"],"query":[],"variable":[]}},"response":[],"_postman_id":"e226ae55-e819-4f8f-addd-559f92a73919"}],"id":"8fd7923f-f0b5-4356-ad7f-fc091ed98118","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"event":[{"listen":"prerequest","script":{"id":"446a44eb-77a5-4154-bbb6-982c9510fc30","type":"text/javascript","packages":{},"requests":{},"exec":[""]}},{"listen":"test","script":{"id":"7a6c5795-155e-4218-ab5d-3eb98c740362","type":"text/javascript","packages":{},"requests":{},"exec":[""]}}],"_postman_id":"8fd7923f-f0b5-4356-ad7f-fc091ed98118","description":""},{"name":"4. Admin Panel","item":[{"name":"Admin Stats","id":"919539a4-53aa-43f3-822f-b47ae5855334","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer "}],"url":"http://intiberkah.my.id/apiapi/admin/stats","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"a04c6b08-121f-4201-9ce2-6799e2d6c461","id":"a04c6b08-121f-4201-9ce2-6799e2d6c461","name":"4. Admin Panel","type":"folder"}},"urlObject":{"path":["admin","stats"],"host":["http://intiberkah.my.id/apiapi"],"query":[],"variable":[]}},"response":[],"_postman_id":"919539a4-53aa-43f3-822f-b47ae5855334"},{"name":"Get All Users","id":"cf7cb47e-5875-4365-b289-8e0f4c3d9a3d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer "}],"url":"http://intiberkah.my.id/apiapi/admin/users","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"a04c6b08-121f-4201-9ce2-6799e2d6c461","id":"a04c6b08-121f-4201-9ce2-6799e2d6c461","name":"4. Admin Panel","type":"folder"}},"urlObject":{"path":["admin","users"],"host":["http://intiberkah.my.id/apiapi"],"query":[],"variable":[]}},"response":[],"_postman_id":"cf7cb47e-5875-4365-b289-8e0f4c3d9a3d"},{"name":"Get Detail Consul","id":"1af08d31-5475-4508-8112-238b1478b81e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://intiberkah.my.id/apiapi/admin/consultations/6/details","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"a04c6b08-121f-4201-9ce2-6799e2d6c461","id":"a04c6b08-121f-4201-9ce2-6799e2d6c461","name":"4. Admin Panel","type":"folder"}},"urlObject":{"path":["admin","consultations","6","details"],"host":["http://intiberkah.my.id/apiapi"],"query":[],"variable":[]}},"response":[],"_postman_id":"1af08d31-5475-4508-8112-238b1478b81e"},{"name":"Delete User","id":"caba678a-b496-4aad-9c35-9f15190b70c4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Authorization","value":"Bearer "}],"url":"http://intiberkah.my.id/api/admin/users/1","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"a04c6b08-121f-4201-9ce2-6799e2d6c461","id":"a04c6b08-121f-4201-9ce2-6799e2d6c461","name":"4. Admin Panel","type":"folder"}},"urlObject":{"path":["admin","users","1"],"host":["http://intiberkah.my.id/api"],"query":[],"variable":[]}},"response":[],"_postman_id":"caba678a-b496-4aad-9c35-9f15190b70c4"}],"id":"a04c6b08-121f-4201-9ce2-6799e2d6c461","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"event":[{"listen":"prerequest","script":{"id":"4e4b53fb-99bc-4531-91b3-ff13d2625e2c","type":"text/javascript","packages":{},"requests":{},"exec":[""]}},{"listen":"test","script":{"id":"353d764d-6e68-4c38-abd2-d185a1824f7a","type":"text/javascript","packages":{},"requests":{},"exec":[""]}}],"_postman_id":"a04c6b08-121f-4201-9ce2-6799e2d6c461","description":""},{"name":"Authentication Admin","item":[{"name":"Login Admin","id":"de566924-8fc5-48e0-9c17-730ff603fa31","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"email\" : \"admin@gmail.com\",\r\n    \"password\" : \"admin123\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://intiberkah.my.id/apiapi/auth/login","urlObject":{"path":["auth","login"],"host":["http://intiberkah.my.id/apiapi"],"query":[],"variable":[]}},"response":[],"_postman_id":"de566924-8fc5-48e0-9c17-730ff603fa31"},{"name":"Register Admin","id":"98c66fd7-081b-4d79-bcef-b0f9348625e0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"email\" : \"admin@gmail.com\",\r\n    \"password\" : \"admin123\",\r\n    \"admin_key\" : \"AdminDokter\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://intiberkah.my.id/apiapi/auth/register-admin","urlObject":{"path":["auth","register-admin"],"host":["http://intiberkah.my.id/apiapi"],"query":[],"variable":[]}},"response":[],"_postman_id":"98c66fd7-081b-4d79-bcef-b0f9348625e0"}],"id":"47d593c7-a401-49bf-828c-85a9d57218c1","_postman_id":"47d593c7-a401-49bf-828c-85a9d57218c1","description":""},{"name":"Send OTP","id":"ecbd7841-1802-4b13-bc3b-1d40b0cfba79","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"email\": \"haekalarrafi@gmail.com\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://intiberkah.my.id/apiapi/auth/forgot-password/send-otp","urlObject":{"path":["auth","forgot-password","send-otp"],"host":["http://intiberkah.my.id/apiapi"],"query":[],"variable":[]}},"response":[],"_postman_id":"ecbd7841-1802-4b13-bc3b-1d40b0cfba79"},{"name":"Reset Pass","id":"12a02097-9826-4b20-b5d9-f0f5ac084101","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"email\": \"haekalarrafi@gmail.com\",\r\n    \"otp\": \"324041\",\r\n    \"password\": \"passwordbaru123\",\r\n    \"password_confirmation\": \"passwordbaru123\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://intiberkah.my.id/apiapi/auth/forgot-password/reset","urlObject":{"path":["auth","forgot-password","reset"],"host":["http://intiberkah.my.id/apiapi"],"query":[],"variable":[]}},"response":[],"_postman_id":"12a02097-9826-4b20-b5d9-f0f5ac084101"},{"name":"Chat Bot","id":"b633419f-8258-4842-9ab5-87812c12aec0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"question\" : \"bagaimana cara login?\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://intiberkah.my.id/apiapi/support/ask","urlObject":{"path":["support","ask"],"host":["http://intiberkah.my.id/apiapi"],"query":[],"variable":[]}},"response":[],"_postman_id":"b633419f-8258-4842-9ab5-87812c12aec0"}],"variable":[{"key":"base_url","value":"http://intiberkah.my.id/api"},{"key":"token","value":""}]}