{"info":{"_postman_id":"b370c5ad-edf2-4465-802a-49bfb2bfdc9e","name":"VECTOR API FOR JENNIE","description":"<html><head></head><body><p>Hi this is the official docs of Vector API the official api powering the Jennie Platform written in Django.</p>\n<p>This is Jennie an AI INTERVIEW HELPER, With jennie you can consider all your interviews aced . View complete infromation on jennie here : <a href=\"https://mrphilip.pythonanywhere.com/portfolio/jennie\">Jennie Official Docs.</a></p>\n<p>Note That Rate Limiting Is Applied In Some Of The Views Especially The AI Based Views In order Not to deplete the ai enabled resources and API's if you are interested in helping me to make this a startup please <a href=\"https://mrphilip.pythonanywhere.com/contact/\">Contact me.</a></p>\n<p>To get started with this API.. you need to register and login using the endpoints provided. After logging in pin your token in the authorization Tab. Only sample endpoints have been included in this documentation not all of them.</p>\n<p>©<strong>2024 Philip Titus Owade</strong></p>\n<img src=\"https://mrphilip.pythonanywhere.com/static/images/gone.svg\" width=\"100\" height=\"163\"></body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"owner":"31401198","collectionId":"b370c5ad-edf2-4465-802a-49bfb2bfdc9e","publishedId":"2sAXjDfG64","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"FF6C37"},"publishDate":"2024-08-22T18:23:08.000Z"},"item":[{"name":"TESTING REQUEST","id":"c34f8c77-1da7-4788-baf2-1c8ab9598c3c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[],"url":"https://jennie-1720624972853.ue.r.appspot.com/api/v1/answers/?name=moon","urlObject":{"path":[""],"host":["https://jennie-1720624972853.ue.r.appspot.com/api/v1/answers"],"query":[{"disabled":true,"key":"page","value":"3"},{"key":"name","value":"moon"}],"variable":[]}},"response":[],"_postman_id":"c34f8c77-1da7-4788-baf2-1c8ab9598c3c"},{"name":"REGISTER","id":"8fa26f9c-4208-48f7-9c2e-8a9ce08337e3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"name","value":"{{vault:vname}}","type":"text"},{"key":"email","value":"{{vault:vname}}","type":"text"},{"key":"password","value":"{{vault:vpassword}}","type":"text"}]},"url":"https://jennie-1720624972853.ue.r.appspot.com/api/users/register/","description":"<p>CReate an acount</p>\n","urlObject":{"path":[""],"host":["https://jennie-1720624972853.ue.r.appspot.com/api/users/register"],"query":[],"variable":[]}},"response":[],"_postman_id":"8fa26f9c-4208-48f7-9c2e-8a9ce08337e3"},{"name":"LOGIN","event":[{"listen":"test","script":{"id":"44c3b056-6cb6-40ad-9415-c4d736d033d0","exec":["var template = `\r","<style type=\"text/css\">\r","    .tftable {font-size:14px;color:#333333;width:100%;border-width: 1px;border-color: #87ceeb;border-collapse: collapse;}\r","    .tftable th {font-size:18px;background-color:#87ceeb;border-width: 1px;padding: 8px;border-style: solid;border-color: #87ceeb;text-align:left;}\r","    .tftable tr {background-color:#ffffff;}\r","    .tftable td {font-size:14px;border-width: 1px;padding: 8px;border-style: solid;border-color: #87ceeb;}\r","    .tftable tr:hover {background-color:#e0ffff;}\r","</style>\r","\r","<table class=\"tftable\" border=\"1\">\r","    <tr>\r","        <th>Field</th>\r","        <th>Value</th>\r","    </tr>\r","    \r","    <tr>\r","        <td>Refresh</td>\r","        <td>{{response.refresh}}</td>\r","    </tr>\r","    <tr>\r","        <td>Access</td>\r","        <td>{{response.access}}</td>\r","    </tr>\r","    <tr>\r","        <td>ID</td>\r","        <td>{{response.id}}</td>\r","    </tr>\r","    <tr>\r","        <td>_ID</td>\r","        <td>{{response._id}}</td>\r","    </tr>\r","    <tr>\r","        <td>Username</td>\r","        <td>{{response.username}}</td>\r","    </tr>\r","    <tr>\r","        <td>Email</td>\r","        <td>{{response.email}}</td>\r","    </tr>\r","    <tr>\r","        <td>Name</td>\r","        <td>{{response.name}}</td>\r","    </tr>\r","    <tr>\r","        <td>Is Admin</td>\r","        <td>{{response.isAdmin}}</td>\r","    </tr>\r","    <tr>\r","        <td>Token</td>\r","        <td>{{response.token}}</td>\r","    </tr>\r","</table>\r","`;\r","\r","function constructVisualizerPayload() {\r","    return { response: pm.response.json() }\r","}\r","\r","pm.visualizer.set(template, constructVisualizerPayload());"],"type":"text/javascript","packages":{}}},{"listen":"prerequest","script":{"id":"92ddf659-18a5-4361-99be-286c0cf711d3","exec":[""],"type":"text/javascript","packages":{}}}],"id":"2120ce8e-99d2-4273-b653-b24bf4ebafbd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"username","value":"mrphilipowade@gmail.com","type":"text"},{"key":"password","value":"{{vault:vpassword}}","type":"text"}]},"url":"https://jennie-1720624972853.ue.r.appspot.com/api/users/login/","description":"<p>login to your account</p>\n<p>Take note the access token this is what is used for Authorization</p>\n","urlObject":{"path":[""],"host":["https://jennie-1720624972853.ue.r.appspot.com/api/users/login"],"query":[],"variable":[]}},"response":[],"_postman_id":"2120ce8e-99d2-4273-b653-b24bf4ebafbd"},{"name":"SET NEW PASSWORD","id":"e40abe7d-bc7d-409a-9ad4-38135b6aefaa","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[],"body":{"mode":"formdata","formdata":[{"key":"password","value":"Strovold19.","type":"text"},{"key":"confirm_password","value":"Strovold19.","type":"text"},{"key":"uidb64","value":"Mw","type":"text"},{"key":"token","value":"{{token}}","type":"text"}]},"url":"http://127.0.0.1:8000/api/users/set-new-password/","description":"<p>SEt Your New Password</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{vault:vtoken}}"}]},"isInherited":true,"source":{"_postman_id":"b370c5ad-edf2-4465-802a-49bfb2bfdc9e","id":"b370c5ad-edf2-4465-802a-49bfb2bfdc9e","name":"VECTOR API FOR JENNIE","type":"collection"}},"urlObject":{"path":[""],"host":["http://127.0.0.1:8000/api/users/set-new-password"],"query":[],"variable":[]}},"response":[],"_postman_id":"e40abe7d-bc7d-409a-9ad4-38135b6aefaa"},{"name":"PASSWORD RESET","id":"8eb76acb-2dd8-457f-aa9b-489e2856ef4a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"email","value":"mrphilipowade@gmail.com","type":"text"}]},"url":"http://127.0.0.1:8000/api/users/password-reset/","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{vault:vtoken}}"}]},"isInherited":true,"source":{"_postman_id":"b370c5ad-edf2-4465-802a-49bfb2bfdc9e","id":"b370c5ad-edf2-4465-802a-49bfb2bfdc9e","name":"VECTOR API FOR JENNIE","type":"collection"}},"urlObject":{"path":[""],"host":["http://127.0.0.1:8000/api/users/password-reset"],"query":[],"variable":[]}},"response":[],"_postman_id":"8eb76acb-2dd8-457f-aa9b-489e2856ef4a"},{"name":"CREATE JOB","id":"367ae79c-7b8d-495f-a9ff-a50b4846f18a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"title","value":"Civil Engineer","type":"text"},{"key":"description","value":"\nAbout the job\nAre you a qualified Civil Engineer? \n\nDo you have experience in drainage solutions? \n\nThen this is the role for you! \n\n    This role places you in a select group of individuals actively engaging with designers and engineers which requires you to liaise with all members of the value chain including the Asset owners, Contractors, Manufacturers and Suppliers. \n    You will leverage your extensive drainage experience to spot design issues and opportunities to improve them at an early stage. \n    You will be solving problems through optioneering and development of solutions, working with the supply chain to develop options reports and alternative solutions. \n    Using your experience and knowledge, you will help to upskill our colleagues on important issues surrounding drainage and associated products to help build a more informed and competent workforce. \n\nLocation: Home based with regular weekly travel to client sites\n\nYou may currently be a Site Manager, Design Engineer or Civil Engineer who is looking to develop their career within a new arm of our business.\n\nKey Accountabilities:\n\n    To work very closely with the sales and project teams at Keyline to give in depth engineering support and guidance on the drainage elements of projects and products, inclusive of being able to create and interpret calculations. \n    Being the main point of contact for Engineers and the technical authority for Keyline on civil engineering matters. \n    To liaise closely with the technical / engineering departments of new and existing supply chain partners to assess and action areas of opportunity and growth in the drainage sector. \n    To assist in creating and maintaining a portfolio of Asset Owner, Contractor and Design Engineer contacts that you will meet with to influence and present products, systems and methods of working with the sales and project teams at keyline in specification style CPD formats. \n    To inform and train colleagues on new and existing product lines / systems and assist in the creation of a training programme for the company along with creation of case studies. \n    To create and maintain a library of technical data such as standard detail drawings, test reports, relevant standards and BIM Models. \n    To keep a detailed log of all projects worked on using Sales Hub and report weekly on progress. \n\nDoes this sound like you?\n\n    Strong attention to detail and pride in accuracy. \n    Strong Civil Engineering product background (qualified at min degree level)\n    Experienced in drainage solutions\n    Strong organisational and document management skills\n    Ability to build relationships with customers, colleagues & clients. \n    Able to travel to various locations (3 days per week) \n\nWhat’s in it for you?\n\nJoining Travis Perkins as a Civil Engineer means joining a reputable and expanding business offering great company benefits such as discounts across our businesses and the support of an employer who values your development as much as you do.\n\nWe’ll also equip you with a benefits package that grows as you grow with the company:\n\n     Company bonus\n     Car Allowance\n     Save-as-you-earn scheme\n     Buy-as-you-earn scheme\n     Contributory pension scheme\n     Colleague discount across a variety of Group businesses including 20% off at Toolstation\n\nA Bit About Us\n\nKeyline helps customers build, protect and maintain the vital infrastructure we all depend on to live our lives.Underfoot and underground, our products are everywhere, in everything built around us. From mini-roundabouts and megastructures, housing estates and football stadiums, road construction and flood defence, energy, water and data supply.\n\nBuilding trusted relationships with our customers and ensuring that we are easy to do business with - for colleagues, customers and suppliers is what makes Keyline stand out from the crowd. We know customers have a choice about who they work with and we want to be the civil experts they trust and turn to every time.\n\nCome and Grow with us!\n\nWe’re driving to become a truly inclusive employer. We want everyone to be at their best and it’s our ambition that everyone within our Group feels safe, welcome and confident to be their authentic selves.\n","type":"text"},{"key":"company","value":"Tech Corp","type":"text"},{"key":"location","value":"San Francisco, CA","type":"text"},{"key":"actual_interview_date","value":"2024-08-22","type":"text"},{"key":"mockup_interview_date","value":"2024-08-19","type":"text","disabled":true},{"key":"job_url","value":"https://techcorp.com/jobs/software-engineer","type":"text"}]},"url":"https://jennie-1720624972853.ue.r.appspot.com/api/v1/jobs/create/","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{vault:vtoken}}"}]},"isInherited":true,"source":{"_postman_id":"b370c5ad-edf2-4465-802a-49bfb2bfdc9e","id":"b370c5ad-edf2-4465-802a-49bfb2bfdc9e","name":"VECTOR API FOR JENNIE","type":"collection"}},"urlObject":{"path":["create",""],"host":["https://jennie-1720624972853.ue.r.appspot.com/api/v1/jobs"],"query":[],"variable":[]}},"response":[],"_postman_id":"367ae79c-7b8d-495f-a9ff-a50b4846f18a"},{"name":"GET MY JOBS","id":"8e648b41-32e9-4ffa-bf0e-e063d0229833","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"https://jennie-1720624972853.ue.r.appspot.com/api/v1/jobs/","urlObject":{"path":[""],"host":["https://jennie-1720624972853.ue.r.appspot.com/api/v1/jobs"],"query":[],"variable":[]}},"response":[],"_postman_id":"8e648b41-32e9-4ffa-bf0e-e063d0229833"},{"name":"CREATE PREP MATERIAL","id":"14d0f874-b4ac-488a-8d93-65d746ec0c8e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"job_id","value":"30","type":"text"}]},"url":"https://jennie-1720624972853.ue.r.appspot.com/api/v1/material/create/","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{vault:vtoken}}"}]},"isInherited":true,"source":{"_postman_id":"b370c5ad-edf2-4465-802a-49bfb2bfdc9e","id":"b370c5ad-edf2-4465-802a-49bfb2bfdc9e","name":"VECTOR API FOR JENNIE","type":"collection"}},"urlObject":{"path":["create",""],"host":["https://jennie-1720624972853.ue.r.appspot.com/api/v1/material"],"query":[],"variable":[]}},"response":[],"_postman_id":"14d0f874-b4ac-488a-8d93-65d746ec0c8e"},{"name":"Fetch prep mataerial","id":"c66e33c6-27f8-4cc7-9b34-a1f2fedb6500","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://jennie-1720624972853.ue.r.appspot.com/api/v1/material/7/","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{vault:vtoken}}"}]},"isInherited":true,"source":{"_postman_id":"b370c5ad-edf2-4465-802a-49bfb2bfdc9e","id":"b370c5ad-edf2-4465-802a-49bfb2bfdc9e","name":"VECTOR API FOR JENNIE","type":"collection"}},"urlObject":{"path":["7",""],"host":["https://jennie-1720624972853.ue.r.appspot.com/api/v1/material"],"query":[],"variable":[]}},"response":[],"_postman_id":"c66e33c6-27f8-4cc7-9b34-a1f2fedb6500"},{"name":"RUN CODE","event":[{"listen":"test","script":{"id":"6ebb8d52-8660-4780-9bbd-cf8594a33799","exec":["var template = `\r","<style type=\"text/css\">\r","    .tftable {font-size:14px;color:#333333;width:100%;border-width: 1px;border-color: #87ceeb;border-collapse: collapse;}\r","    .tftable th {font-size:18px;background-color:#87ceeb;border-width: 1px;padding: 8px;border-style: solid;border-color: #87ceeb;text-align:left;}\r","    .tftable tr {background-color:#ffffff;}\r","    .tftable td {font-size:14px;border-width: 1px;padding: 8px;border-style: solid;border-color: #87ceeb;}\r","    .tftable tr:hover {background-color:#e0ffff;}\r","</style>\r","\r","<table class=\"tftable\" border=\"1\">\r","    <tr>\r","        <th>Token</th>\r","    </tr>\r","    <tr>\r","        <td>{{response.token}}</td>\r","    </tr>\r","</table>\r","`;\r","\r","function constructVisualizerPayload() {\r","    return { response: pm.response.json() }\r","}\r","\r","pm.visualizer.set(template, constructVisualizerPayload());"],"type":"text/javascript","packages":{}}},{"listen":"prerequest","script":{"id":"a776c804-8b68-4214-a2b5-4b820b0445be","exec":[],"type":"text/javascript"}}],"id":"c5f59c73-be9f-4b2c-9348-64baf913ca72","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"script","value":"def max_subarray_sum(arr):\n    # Initialize variables to store the max sum\n    max_current = max_global = arr[0]\n\n    for i in range(1, len(arr)):\n        # Update max_current to be either the current element\n        # or the current element added to the max_current so far\n        max_current = max(arr[i], max_current + arr[i])\n\n        # Update max_global if max_current is larger\n        if max_current > max_global:\n            max_global = max_current\n\n    return max_global\n\n# Example usage:\narr = [-2, 1, -3, 4, -1, 2, 1, -5, 4]\nresult = max_subarray_sum(arr)\nprint(f\"Maximum subarray sum: {result}\")\n","type":"text"},{"key":"language","value":"python3","type":"text"},{"key":"versionIndex","value":"4","type":"text"}]},"url":"https://jennie-1720624972853.ue.r.appspot.com/api/v1/run/","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{vault:vtoken}}"}]},"isInherited":true,"source":{"_postman_id":"b370c5ad-edf2-4465-802a-49bfb2bfdc9e","id":"b370c5ad-edf2-4465-802a-49bfb2bfdc9e","name":"VECTOR API FOR JENNIE","type":"collection"}},"urlObject":{"path":[""],"host":["https://jennie-1720624972853.ue.r.appspot.com/api/v1/run"],"query":[],"variable":[]}},"response":[],"_postman_id":"c5f59c73-be9f-4b2c-9348-64baf913ca72"},{"name":"GET CODE","id":"4ffac731-706f-46df-8f70-78fc164e1c13","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":""},"url":"https://jennie-1720624972853.ue.r.appspot.com/api/v1/code/","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{vault:vtoken}}"}]},"isInherited":true,"source":{"_postman_id":"b370c5ad-edf2-4465-802a-49bfb2bfdc9e","id":"b370c5ad-edf2-4465-802a-49bfb2bfdc9e","name":"VECTOR API FOR JENNIE","type":"collection"}},"urlObject":{"path":[""],"host":["https://jennie-1720624972853.ue.r.appspot.com/api/v1/code"],"query":[],"variable":[]}},"response":[],"_postman_id":"4ffac731-706f-46df-8f70-78fc164e1c13"},{"name":"MARK PREP MATERIAL","id":"c0c31ced-d894-4fb2-8ae0-5095b5126306","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"url":"https://jennie-1720624972853.ue.r.appspot.com/api/v1/material/37/mark/","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{vault:vtoken}}"}]},"isInherited":true,"source":{"_postman_id":"b370c5ad-edf2-4465-802a-49bfb2bfdc9e","id":"b370c5ad-edf2-4465-802a-49bfb2bfdc9e","name":"VECTOR API FOR JENNIE","type":"collection"}},"urlObject":{"path":["37","mark",""],"host":["https://jennie-1720624972853.ue.r.appspot.com/api/v1/material"],"query":[],"variable":[]}},"response":[],"_postman_id":"c0c31ced-d894-4fb2-8ae0-5095b5126306"},{"name":"DELETE PREP MATERIAL","id":"10fa7612-2ca0-4bf1-b504-be302c781974","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://127.0.0.1:8000/api/v1/material/delete/","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{vault:vtoken}}"}]},"isInherited":true,"source":{"_postman_id":"b370c5ad-edf2-4465-802a-49bfb2bfdc9e","id":"b370c5ad-edf2-4465-802a-49bfb2bfdc9e","name":"VECTOR API FOR JENNIE","type":"collection"}},"urlObject":{"path":["delete",""],"host":["http://127.0.0.1:8000/api/v1/material"],"query":[],"variable":[]}},"response":[],"_postman_id":"10fa7612-2ca0-4bf1-b504-be302c781974"},{"name":"PREP MATERIAL LIST VIEW","id":"8f8c4a1f-8616-4206-80e8-200049d9ec3d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://jennie-1720624972853.ue.r.appspot.com/api/v1/materials/","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{vault:vtoken}}"}]},"isInherited":true,"source":{"_postman_id":"b370c5ad-edf2-4465-802a-49bfb2bfdc9e","id":"b370c5ad-edf2-4465-802a-49bfb2bfdc9e","name":"VECTOR API FOR JENNIE","type":"collection"}},"urlObject":{"path":[""],"host":["https://jennie-1720624972853.ue.r.appspot.com/api/v1/materials"],"query":[],"variable":[]}},"response":[],"_postman_id":"8f8c4a1f-8616-4206-80e8-200049d9ec3d"},{"name":"CREATE INTERVIEW","id":"414f9094-0400-45f4-b5bf-531594a0dc98","protocolProfileBehavior":{"disableBodyPruning":true,"disabledSystemHeaders":{}},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"interview_datetime\": \"2024-08-23T19:25:00Z\",\r\n    \"job\": \"3\"\r\n}\r\n","options":{"raw":{"language":"json"}}},"url":"https://jennie-1720624972853.ue.r.appspot.com/api/v1/interviews/create/","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{vault:vtoken}}"}]},"isInherited":true,"source":{"_postman_id":"b370c5ad-edf2-4465-802a-49bfb2bfdc9e","id":"b370c5ad-edf2-4465-802a-49bfb2bfdc9e","name":"VECTOR API FOR JENNIE","type":"collection"}},"urlObject":{"path":["create",""],"host":["https://jennie-1720624972853.ue.r.appspot.com/api/v1/interviews"],"query":[],"variable":[]}},"response":[],"_postman_id":"414f9094-0400-45f4-b5bf-531594a0dc98"},{"name":"INTERVIEW DETAIL","id":"e1b4aec2-38ba-462a-8214-f5c0d84445d3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://jennie-1720624972853.ue.r.appspot.com/api/v1/interviews/4/","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{vault:vtoken}}"}]},"isInherited":true,"source":{"_postman_id":"b370c5ad-edf2-4465-802a-49bfb2bfdc9e","id":"b370c5ad-edf2-4465-802a-49bfb2bfdc9e","name":"VECTOR API FOR JENNIE","type":"collection"}},"urlObject":{"path":["4",""],"host":["https://jennie-1720624972853.ue.r.appspot.com/api/v1/interviews"],"query":[{"disabled":true,"key":"","value":null}],"variable":[]}},"response":[],"_postman_id":"e1b4aec2-38ba-462a-8214-f5c0d84445d3"},{"name":"CHANGE INTERVIEW DATE","id":"b5673517-bf6d-4fa8-b170-2f4593bd7d74","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"formdata","formdata":[{"key":"interview_datetime","value":"2024-09-18T12:30:00Z","type":"text"}]},"url":"https://jennie-1720624972853.ue.r.appspot.com/api/v1/interviews/4/update/","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{vault:vtoken}}"}]},"isInherited":true,"source":{"_postman_id":"b370c5ad-edf2-4465-802a-49bfb2bfdc9e","id":"b370c5ad-edf2-4465-802a-49bfb2bfdc9e","name":"VECTOR API FOR JENNIE","type":"collection"}},"urlObject":{"path":["4","update",""],"host":["https://jennie-1720624972853.ue.r.appspot.com/api/v1/interviews"],"query":[],"variable":[]}},"response":[],"_postman_id":"b5673517-bf6d-4fa8-b170-2f4593bd7d74"},{"name":"NEW INTERVIEW SESION","id":"da1222e7-c4d0-48fd-979f-4e787c41c430","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"job_id","value":"23","type":"text"}]},"url":"https://jennie-1720624972853.ue.r.appspot.com/api/v1/room/create/","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{vault:vtoken}}"}]},"isInherited":true,"source":{"_postman_id":"b370c5ad-edf2-4465-802a-49bfb2bfdc9e","id":"b370c5ad-edf2-4465-802a-49bfb2bfdc9e","name":"VECTOR API FOR JENNIE","type":"collection"}},"urlObject":{"path":["create",""],"host":["https://jennie-1720624972853.ue.r.appspot.com/api/v1/room"],"query":[],"variable":[]}},"response":[],"_postman_id":"da1222e7-c4d0-48fd-979f-4e787c41c430"},{"name":"SESSIONS","id":"19f2b8c3-04f4-4f7b-9fb0-51b16cca0df8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://jennie-1720624972853.ue.r.appspot.com/api/v1/interviews/4/sessions/?page=1&name=0","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{vault:vtoken}}"}]},"isInherited":true,"source":{"_postman_id":"b370c5ad-edf2-4465-802a-49bfb2bfdc9e","id":"b370c5ad-edf2-4465-802a-49bfb2bfdc9e","name":"VECTOR API FOR JENNIE","type":"collection"}},"urlObject":{"path":["4","sessions",""],"host":["https://jennie-1720624972853.ue.r.appspot.com/api/v1/interviews"],"query":[{"key":"page","value":"1"},{"key":"name","value":"0"}],"variable":[]}},"response":[],"_postman_id":"19f2b8c3-04f4-4f7b-9fb0-51b16cca0df8"},{"name":"LATEST SESSION","id":"931310a7-b0f5-489e-b8a2-7500cde47d4f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://jennie-1720624972853.ue.r.appspot.com/api/v1/latest/","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{vault:vtoken}}"}]},"isInherited":true,"source":{"_postman_id":"b370c5ad-edf2-4465-802a-49bfb2bfdc9e","id":"b370c5ad-edf2-4465-802a-49bfb2bfdc9e","name":"VECTOR API FOR JENNIE","type":"collection"}},"urlObject":{"path":[""],"host":["https://jennie-1720624972853.ue.r.appspot.com/api/v1/latest"],"query":[],"variable":[]}},"response":[],"_postman_id":"931310a7-b0f5-489e-b8a2-7500cde47d4f"},{"name":"JOIN INTERVIEW SESSION","id":"86d71237-d262-417e-9b67-3c264b4ee972","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://jennie-1720624972853.ue.r.appspot.com/api/v1/room/9/","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{vault:vtoken}}"}]},"isInherited":true,"source":{"_postman_id":"b370c5ad-edf2-4465-802a-49bfb2bfdc9e","id":"b370c5ad-edf2-4465-802a-49bfb2bfdc9e","name":"VECTOR API FOR JENNIE","type":"collection"}},"urlObject":{"path":["9",""],"host":["https://jennie-1720624972853.ue.r.appspot.com/api/v1/room"],"query":[],"variable":[]}},"response":[],"_postman_id":"86d71237-d262-417e-9b67-3c264b4ee972"},{"name":"ASK AGENT","id":"b5ad6494-041d-4a04-9455-0cbc4c541d40","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"question","value":"What amount are you willing to receive as payment for this role","type":"text"},{"key":"query","value":"Naelewa swahili pekee siwezi zungumza kingereza","type":"text"}]},"url":"https://jennie-1720624972853.ue.r.appspot.com/api/v1/ask-agent/39/","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{vault:vtoken}}"}]},"isInherited":true,"source":{"_postman_id":"b370c5ad-edf2-4465-802a-49bfb2bfdc9e","id":"b370c5ad-edf2-4465-802a-49bfb2bfdc9e","name":"VECTOR API FOR JENNIE","type":"collection"}},"urlObject":{"path":["39",""],"host":["https://jennie-1720624972853.ue.r.appspot.com/api/v1/ask-agent"],"query":[{"disabled":true,"key":"question","value":""},{"disabled":true,"key":"query","value":""}],"variable":[]}},"response":[],"_postman_id":"b5ad6494-041d-4a04-9455-0cbc4c541d40"},{"name":"GET AGENT","id":"9ff19a45-3766-4358-ad97-e533d0f73d26","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://jennie-1720624972853.ue.r.appspot.com/api/v1/agent/","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{vault:vtoken}}"}]},"isInherited":true,"source":{"_postman_id":"b370c5ad-edf2-4465-802a-49bfb2bfdc9e","id":"b370c5ad-edf2-4465-802a-49bfb2bfdc9e","name":"VECTOR API FOR JENNIE","type":"collection"}},"urlObject":{"path":[""],"host":["https://jennie-1720624972853.ue.r.appspot.com/api/v1/agent"],"query":[],"variable":[]}},"response":[],"_postman_id":"9ff19a45-3766-4358-ad97-e533d0f73d26"},{"name":"MARK INTERVIEW","id":"07d403a4-e515-41ad-8f2f-20cc79c0c579","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"url":"https://jennie-1720624972853.ue.r.appspot.com/api/v1/room/28/mark/","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{vault:vtoken}}"}]},"isInherited":true,"source":{"_postman_id":"b370c5ad-edf2-4465-802a-49bfb2bfdc9e","id":"b370c5ad-edf2-4465-802a-49bfb2bfdc9e","name":"VECTOR API FOR JENNIE","type":"collection"}},"urlObject":{"path":["28","mark",""],"host":["https://jennie-1720624972853.ue.r.appspot.com/api/v1/room"],"query":[],"variable":[]}},"response":[],"_postman_id":"07d403a4-e515-41ad-8f2f-20cc79c0c579"},{"name":"DELETE INTERVIEW","id":"5dd32c41-bec0-4514-a63a-48da60512288","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://127.0.0.1:8000/api/v1//delete/","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{vault:vtoken}}"}]},"isInherited":true,"source":{"_postman_id":"b370c5ad-edf2-4465-802a-49bfb2bfdc9e","id":"b370c5ad-edf2-4465-802a-49bfb2bfdc9e","name":"VECTOR API FOR JENNIE","type":"collection"}},"urlObject":{"path":["delete",""],"host":["http://127.0.0.1:8000/api/v1/"],"query":[],"variable":[]}},"response":[],"_postman_id":"5dd32c41-bec0-4514-a63a-48da60512288"},{"name":"DELETE INTERVIEW","id":"2078d231-0c62-49e2-aeac-0703e7a75fc9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://127.0.0.1:8000/api/v1/interviews/253/delete/","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{vault:vtoken}}"}]},"isInherited":true,"source":{"_postman_id":"b370c5ad-edf2-4465-802a-49bfb2bfdc9e","id":"b370c5ad-edf2-4465-802a-49bfb2bfdc9e","name":"VECTOR API FOR JENNIE","type":"collection"}},"urlObject":{"path":["253","delete",""],"host":["http://127.0.0.1:8000/api/v1/interviews"],"query":[],"variable":[]}},"response":[],"_postman_id":"2078d231-0c62-49e2-aeac-0703e7a75fc9"},{"name":"INTERVIEWS LIST","id":"d2faeda9-802f-4819-9625-f871a71da401","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://127.0.0.1:8000/api/v1/interviews/","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{vault:vtoken}}"}]},"isInherited":true,"source":{"_postman_id":"b370c5ad-edf2-4465-802a-49bfb2bfdc9e","id":"b370c5ad-edf2-4465-802a-49bfb2bfdc9e","name":"VECTOR API FOR JENNIE","type":"collection"}},"urlObject":{"path":[""],"host":["http://127.0.0.1:8000/api/v1/interviews"],"query":[],"variable":[]}},"response":[],"_postman_id":"d2faeda9-802f-4819-9625-f871a71da401"},{"name":"CHECK EXPIRY","id":"ac1ed143-38dc-4f06-a1c7-d4b737046682","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"url":"https://jennie-1720624972853.ue.r.appspot.com/api/v1/expired/","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{vault:vtoken}}"}]},"isInherited":true,"source":{"_postman_id":"b370c5ad-edf2-4465-802a-49bfb2bfdc9e","id":"b370c5ad-edf2-4465-802a-49bfb2bfdc9e","name":"VECTOR API FOR JENNIE","type":"collection"}},"urlObject":{"path":[""],"host":["https://jennie-1720624972853.ue.r.appspot.com/api/v1/expired"],"query":[],"variable":[]}},"response":[],"_postman_id":"ac1ed143-38dc-4f06-a1c7-d4b737046682"},{"name":"CALM JENNIE","id":"416119b8-4678-4585-bafd-8ed4c3b303c9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"video","type":"file","src":"/C:/Users/HP/Desktop/stuff/CODING/PYTHON/PROJECTS/django/jennie/video/5 seconds.mp4"}]},"url":"http://127.0.0.1:8000/analyze/","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{vault:vtoken}}"}]},"isInherited":true,"source":{"_postman_id":"b370c5ad-edf2-4465-802a-49bfb2bfdc9e","id":"b370c5ad-edf2-4465-802a-49bfb2bfdc9e","name":"VECTOR API FOR JENNIE","type":"collection"}},"urlObject":{"host":["http://127.0.0.1:8000/analyze/"],"query":[{"disabled":true,"key":"video","value":null}],"variable":[]}},"response":[],"_postman_id":"416119b8-4678-4585-bafd-8ed4c3b303c9"},{"name":"DEBUG","id":"f7566c82-59a8-4431-ac78-c392e7f0faf3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://127.0.0.1:8000/debug/","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{vault:vtoken}}"}]},"isInherited":true,"source":{"_postman_id":"b370c5ad-edf2-4465-802a-49bfb2bfdc9e","id":"b370c5ad-edf2-4465-802a-49bfb2bfdc9e","name":"VECTOR API FOR JENNIE","type":"collection"}},"urlObject":{"host":["http://127.0.0.1:8000/debug/"],"query":[],"variable":[]}},"response":[],"_postman_id":"f7566c82-59a8-4431-ac78-c392e7f0faf3"},{"name":"GET ANALYSIS","id":"491c1596-9ed0-463b-9018-dd3ce5993b12","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://127.0.0.1:8000/get/cf7095dc-4199-4f82-8866-0a7858cc2a89/","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{vault:vtoken}}"}]},"isInherited":true,"source":{"_postman_id":"b370c5ad-edf2-4465-802a-49bfb2bfdc9e","id":"b370c5ad-edf2-4465-802a-49bfb2bfdc9e","name":"VECTOR API FOR JENNIE","type":"collection"}},"urlObject":{"path":[""],"host":["http://127.0.0.1:8000/get/cf7095dc-4199-4f82-8866-0a7858cc2a89"],"query":[],"variable":[]}},"response":[],"_postman_id":"491c1596-9ed0-463b-9018-dd3ce5993b12"},{"name":"New Request","id":"c2e2387d-5aff-4375-9a4f-c7d155b497a0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{vault:vtoken}}"}]},"isInherited":true,"source":{"_postman_id":"b370c5ad-edf2-4465-802a-49bfb2bfdc9e","id":"b370c5ad-edf2-4465-802a-49bfb2bfdc9e","name":"VECTOR API FOR JENNIE","type":"collection"}},"urlObject":{"query":[],"variable":[]},"url":""},"response":[],"_postman_id":"c2e2387d-5aff-4375-9a4f-c7d155b497a0"},{"name":"Cognito","id":"be8738fd-9656-468d-a038-51e3f11a27ef","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"auth_code","value":"e91c6916-a78d-4b50-8bbe-48cc0ad1a436\n","type":"text"}]},"url":"{{vault:vauth}}cognito/","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{vault:vtoken}}"}]},"isInherited":true,"source":{"_postman_id":"b370c5ad-edf2-4465-802a-49bfb2bfdc9e","id":"b370c5ad-edf2-4465-802a-49bfb2bfdc9e","name":"VECTOR API FOR JENNIE","type":"collection"}},"urlObject":{"path":[""],"host":["{{vault:vauth}}cognito"],"query":[],"variable":[]}},"response":[],"_postman_id":"be8738fd-9656-468d-a038-51e3f11a27ef"}],"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{vault:vtoken}}"}]}},"event":[{"listen":"prerequest","script":{"id":"01ede743-4ce8-4e3d-8d6e-0325f22a02ac","type":"text/javascript","packages":{},"exec":[""]}},{"listen":"test","script":{"id":"48b71fb5-011d-4933-bfdb-35c0fc5005f4","type":"text/javascript","packages":{},"exec":[""]}}],"variable":[{"key":"auth","value":"http://127.0.0.1:8000/api/users/","type":"string"},{"key":"vauth","value":"https://jennie-1720624972853.ue.r.appspot.com/api/users/","type":"string"},{"key":"api","value":"http://127.0.0.1:8000/api/v1/","type":"string"},{"key":"vapi","value":"https://jennie-1720624972853.ue.r.appspot.com/api/v1/","type":"string"},{"key":"calmjenn","value":"http://127.0.0.1:8000/analyze/","type":"string"},{"key":"debug","value":"http://127.0.0.1:8000/debug/","type":"string"},{"key":"getanalysis","value":"http://127.0.0.1:8000/get/","type":"string"},{"key":"id","value":"","type":"string"},{"key":"uid","value":"Mw"}]}