{"info":{"_postman_id":"d65d5421-ab45-405c-a53e-5b8e931dd774","name":"MONA AI API - Public Documentation","description":"<html><head></head><body><p>Official public API documentation for MONA AI</p>\n<p>Last Deployed: 2026-01-17 16:04:17\nEndpoints: 142</p>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"owner":"44026105","collectionId":"d65d5421-ab45-405c-a53e-5b8e931dd774","publishedId":"2sB2x9jAdV","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"151945"},"publishDate":"2025-06-18T13:39:47.000Z"},"item":[{"name":"🔐 Authentication","item":[{"name":"Generate API Key","id":"282b4abb-4581-4c72-beef-932575715fe4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"uid\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.mona-ai.cloud/auth/generateApiKey","description":"<p>Generates a new API key for the authenticated user</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-API-Key"},{"key":"value","value":"{{apiKey}}"}]},"isInherited":true,"source":{"_postman_id":"d65d5421-ab45-405c-a53e-5b8e931dd774","id":"d65d5421-ab45-405c-a53e-5b8e931dd774","name":"MONA AI API - Public Documentation","type":"collection"}},"urlObject":{"path":["auth","generateApiKey"],"host":["https://api.mona-ai.cloud"],"query":[],"variable":[]}},"response":[{"id":"69c3c50a-b8cd-44e9-8cc2-d6d370dbc46e","name":"API Key generated successfully.","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"X-API-Key","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"uid\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.mona-ai.cloud/auth/generateApiKey"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"apiKey\": \"<string>\"\n}"},{"id":"7c710eca-b2df-44c6-a1a5-71d7981fc499","name":"Bad Request - Missing or invalid parameters.","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"X-API-Key","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"uid\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.mona-ai.cloud/auth/generateApiKey"},"status":"Bad Request","code":400,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":null},{"id":"1c35903f-3f5b-4bd3-9272-927e62060940","name":"Internal Server Error.","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"X-API-Key","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"uid\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.mona-ai.cloud/auth/generateApiKey"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":null}],"_postman_id":"282b4abb-4581-4c72-beef-932575715fe4"},{"name":"Check If API Key Is Valid","id":"865546ae-68ea-4335-a179-966ee21054e4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"apiKey\": \"<string>\",\n  \"uid\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.mona-ai.cloud/auth/checkIfAPIKeyIsValid","description":"<p>Verifies if an API key is valid and active</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-API-Key"},{"key":"value","value":"{{apiKey}}"}]},"isInherited":true,"source":{"_postman_id":"d65d5421-ab45-405c-a53e-5b8e931dd774","id":"d65d5421-ab45-405c-a53e-5b8e931dd774","name":"MONA AI API - Public Documentation","type":"collection"}},"urlObject":{"path":["auth","checkIfAPIKeyIsValid"],"host":["https://api.mona-ai.cloud"],"query":[],"variable":[]}},"response":[{"id":"a57f70a1-b50f-4860-a8a0-0bc1e49f85b4","name":"API Key is valid.","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"X-API-Key","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"apiKey\": \"<string>\",\n  \"uid\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.mona-ai.cloud/auth/checkIfAPIKeyIsValid"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":null},{"id":"b1573ba1-d955-4f3d-b4a4-cb6e1ed1b08d","name":"Unauthorized: API Key not valid.","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"X-API-Key","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"apiKey\": \"<string>\",\n  \"uid\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.mona-ai.cloud/auth/checkIfAPIKeyIsValid"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":null},{"id":"c23d88d8-3f3e-40d2-9511-55bd053d524a","name":"Internal Server Error.","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"X-API-Key","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"apiKey\": \"<string>\",\n  \"uid\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.mona-ai.cloud/auth/checkIfAPIKeyIsValid"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":null}],"_postman_id":"865546ae-68ea-4335-a179-966ee21054e4"},{"name":"Check If API Key Has Permission","id":"7db7bbd3-8811-4b24-b31a-a8399d41500b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"apiKey\": \"<string>\",\n  \"uid\": \"<string>\",\n  \"permission\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.mona-ai.cloud/auth/checkIfAPIKeyHasPermission","description":"<p>Checks if an API key has specific permissions</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-API-Key"},{"key":"value","value":"{{apiKey}}"}]},"isInherited":true,"source":{"_postman_id":"d65d5421-ab45-405c-a53e-5b8e931dd774","id":"d65d5421-ab45-405c-a53e-5b8e931dd774","name":"MONA AI API - Public Documentation","type":"collection"}},"urlObject":{"path":["auth","checkIfAPIKeyHasPermission"],"host":["https://api.mona-ai.cloud"],"query":[],"variable":[]}},"response":[{"id":"1f60ffb5-b58b-4314-b1dc-780bbb1a57ee","name":"API Key has the required permission.","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"X-API-Key","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"apiKey\": \"<string>\",\n  \"uid\": \"<string>\",\n  \"permission\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.mona-ai.cloud/auth/checkIfAPIKeyHasPermission"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":null},{"id":"d2686e64-02d4-4cd6-ba48-8beddcef42e1","name":"Unauthorized: API Key not valid.","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"X-API-Key","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"apiKey\": \"<string>\",\n  \"uid\": \"<string>\",\n  \"permission\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.mona-ai.cloud/auth/checkIfAPIKeyHasPermission"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":null},{"id":"c4906391-ac38-475d-a7a4-bd22cbe3580f","name":"Forbidden: API Key does not have the required permission.","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"X-API-Key","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"apiKey\": \"<string>\",\n  \"uid\": \"<string>\",\n  \"permission\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.mona-ai.cloud/auth/checkIfAPIKeyHasPermission"},"status":"Forbidden","code":403,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":null},{"id":"decf04f3-87dc-4525-bbc8-270ddcfc190c","name":"Internal Server Error.","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"X-API-Key","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"apiKey\": \"<string>\",\n  \"uid\": \"<string>\",\n  \"permission\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.mona-ai.cloud/auth/checkIfAPIKeyHasPermission"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":null}],"_postman_id":"7db7bbd3-8811-4b24-b31a-a8399d41500b"},{"name":"Authenticate User","id":"b00a5102-3c5c-4ac8-9c7d-813f62cbe833","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"apiKey\": \"<string>\",\n  \"uid\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.mona-ai.cloud/auth/authenticate","description":"<p>Authenticates a user and returns authentication status</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-API-Key"},{"key":"value","value":"{{apiKey}}"}]},"isInherited":true,"source":{"_postman_id":"d65d5421-ab45-405c-a53e-5b8e931dd774","id":"d65d5421-ab45-405c-a53e-5b8e931dd774","name":"MONA AI API - Public Documentation","type":"collection"}},"urlObject":{"path":["auth","authenticate"],"host":["https://api.mona-ai.cloud"],"query":[],"variable":[]}},"response":[{"id":"a80b662d-3cc8-4677-807a-bf3a6b5c3a08","name":"User authenticated successfully.","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"X-API-Key","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"apiKey\": \"<string>\",\n  \"uid\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.mona-ai.cloud/auth/authenticate"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":null},{"id":"1ea44bc2-7f20-4f17-91bc-ca688bb2f125","name":"Unauthorized: Authentication failed.","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"X-API-Key","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"apiKey\": \"<string>\",\n  \"uid\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.mona-ai.cloud/auth/authenticate"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":null},{"id":"3b43509f-aa72-4cee-901e-1bbbdb04c240","name":"Internal Server Error.","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"X-API-Key","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"apiKey\": \"<string>\",\n  \"uid\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.mona-ai.cloud/auth/authenticate"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":null}],"_postman_id":"b00a5102-3c5c-4ac8-9c7d-813f62cbe833"},{"name":"Revoke API Key","id":"efc88d97-5b29-40dc-8d28-6c9972970656","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"apiKey\": \"<string>\",\n  \"uid\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.mona-ai.cloud/auth/revokeApiKey","description":"<p>Revokes an existing API key, making it invalid</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-API-Key"},{"key":"value","value":"{{apiKey}}"}]},"isInherited":true,"source":{"_postman_id":"d65d5421-ab45-405c-a53e-5b8e931dd774","id":"d65d5421-ab45-405c-a53e-5b8e931dd774","name":"MONA AI API - Public Documentation","type":"collection"}},"urlObject":{"path":["auth","revokeApiKey"],"host":["https://api.mona-ai.cloud"],"query":[],"variable":[]}},"response":[{"id":"8250b045-539d-480d-8783-bcf655ad652d","name":"API Key revoked successfully.","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"X-API-Key","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"apiKey\": \"<string>\",\n  \"uid\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.mona-ai.cloud/auth/revokeApiKey"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":null},{"id":"4c970f76-6c26-4b46-bd61-576e8cf8b6ea","name":"Bad Request - Missing or invalid parameters.","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"X-API-Key","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"apiKey\": \"<string>\",\n  \"uid\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.mona-ai.cloud/auth/revokeApiKey"},"status":"Bad Request","code":400,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":null},{"id":"ffc00d85-5dbb-481c-a1be-880acc4319a5","name":"Unauthorized: Invalid credentials.","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"X-API-Key","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"apiKey\": \"<string>\",\n  \"uid\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.mona-ai.cloud/auth/revokeApiKey"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":null},{"id":"52a72e88-04f3-4d42-88cd-ed7f94873aaf","name":"API Key not found.","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"X-API-Key","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"apiKey\": \"<string>\",\n  \"uid\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.mona-ai.cloud/auth/revokeApiKey"},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":null},{"id":"36a38f81-2168-4ca7-aa49-49d89c0c490d","name":"Internal Server Error.","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"X-API-Key","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"apiKey\": \"<string>\",\n  \"uid\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.mona-ai.cloud/auth/revokeApiKey"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":null}],"_postman_id":"efc88d97-5b29-40dc-8d28-6c9972970656"},{"name":"GenerateLongLivedApiKey","id":"bde6f7e4-5599-4994-b92d-291b66856754","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"apiKey\": \"<string>\",\n  \"uid\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.mona-ai.cloud/auth/generateLongLivedApiKey","description":"<p>Endpoint for generateLongLivedApiKey operations</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-API-Key"},{"key":"value","value":"{{apiKey}}"}]},"isInherited":true,"source":{"_postman_id":"d65d5421-ab45-405c-a53e-5b8e931dd774","id":"d65d5421-ab45-405c-a53e-5b8e931dd774","name":"MONA AI API - Public Documentation","type":"collection"}},"urlObject":{"path":["auth","generateLongLivedApiKey"],"host":["https://api.mona-ai.cloud"],"query":[],"variable":[]}},"response":[{"id":"cc45e1f7-9d98-4161-8d63-84f045eec38b","name":"Successful response","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"X-API-Key","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"apiKey\": \"<string>\",\n  \"uid\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.mona-ai.cloud/auth/generateLongLivedApiKey"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": \"<boolean>\",\n  \"data\": {}\n}"},{"id":"db2eeaa3-e6ae-4e6c-a2f7-5faa039550f0","name":"Bad request","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"X-API-Key","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"apiKey\": \"<string>\",\n  \"uid\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.mona-ai.cloud/auth/generateLongLivedApiKey"},"status":"Bad Request","code":400,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":null},{"id":"b3a23833-ce49-4d10-82a3-fe3ca35dbaf8","name":"Unauthorized","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"X-API-Key","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"apiKey\": \"<string>\",\n  \"uid\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.mona-ai.cloud/auth/generateLongLivedApiKey"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":null},{"id":"a58767a8-4e34-46e3-ae5e-3fb2a584184b","name":"Internal server error","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"X-API-Key","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"apiKey\": \"<string>\",\n  \"uid\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.mona-ai.cloud/auth/generateLongLivedApiKey"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":null}],"_postman_id":"bde6f7e4-5599-4994-b92d-291b66856754"},{"name":"Authenticate User (Legacy)","id":"b4d9f222-c351-4763-8adb-b5860c27f23f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"apiKey\": \"<string>\",\n  \"uid\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.mona-ai.cloud/authenticate","description":"<p>Authenticates a user - Legacy endpoint without /auth/ prefix</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-API-Key"},{"key":"value","value":"{{apiKey}}"}]},"isInherited":true,"source":{"_postman_id":"d65d5421-ab45-405c-a53e-5b8e931dd774","id":"d65d5421-ab45-405c-a53e-5b8e931dd774","name":"MONA AI API - Public Documentation","type":"collection"}},"urlObject":{"path":["authenticate"],"host":["https://api.mona-ai.cloud"],"query":[],"variable":[]}},"response":[{"id":"baee1b19-7d58-4e6a-9c12-9cd6ad9d681a","name":"User authenticated successfully","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"X-API-Key","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"apiKey\": \"<string>\",\n  \"uid\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.mona-ai.cloud/authenticate"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":null}],"_postman_id":"b4d9f222-c351-4763-8adb-b5860c27f23f"}],"id":"a73a23bc-b462-4abc-8cc8-a7aa9a7c2abb","_postman_id":"a73a23bc-b462-4abc-8cc8-a7aa9a7c2abb","description":"","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-API-Key"},{"key":"value","value":"{{apiKey}}"}]},"isInherited":true,"source":{"_postman_id":"d65d5421-ab45-405c-a53e-5b8e931dd774","id":"d65d5421-ab45-405c-a53e-5b8e931dd774","name":"MONA AI API - Public Documentation","type":"collection"}}},{"name":"🤖 Agent","item":[{"name":"Get Agent Response","id":"259b6b2c-fa1f-4857-aab4-c487806a131c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"apiKey\": \"<string>\",\n  \"uid\": \"<string>\",\n  \"permission\": \"executeAgents\",\n  \"prompt\": \"<string>\",\n  \"session_id\": \"<string>\",\n  \"language_code\": \"DE\",\n  \"agentId\": \"<string>\",\n  \"document_link\": \"<string>\",\n  \"document_name\": \"<string>\",\n  \"additional_info\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.mona-ai.cloud/agent/getAgentResponse","description":"<p>Get a response from an AI agent based on user input. Supports both legacy and new format.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-API-Key"},{"key":"value","value":"{{apiKey}}"}]},"isInherited":true,"source":{"_postman_id":"d65d5421-ab45-405c-a53e-5b8e931dd774","id":"d65d5421-ab45-405c-a53e-5b8e931dd774","name":"MONA AI API - Public Documentation","type":"collection"}},"urlObject":{"path":["agent","getAgentResponse"],"host":["https://api.mona-ai.cloud"],"query":[],"variable":[]}},"response":[{"id":"46c691db-8f6b-4522-8928-e3aaf79e2289","name":"Agent response generated successfully","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"X-API-Key","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"apiKey\": \"<string>\",\n  \"uid\": \"<string>\",\n  \"permission\": \"executeAgents\",\n  \"prompt\": \"<string>\",\n  \"session_id\": \"<string>\",\n  \"language_code\": \"DE\",\n  \"agentId\": \"<string>\",\n  \"document_link\": \"<string>\",\n  \"document_name\": \"<string>\",\n  \"additional_info\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.mona-ai.cloud/agent/getAgentResponse"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"response\": \"<string>\",\n    \"session_id\": \"<string>\",\n    \"agentId\": \"<string>\",\n    \"tools_used\": [\n      \"<string>\",\n      \"<string>\"\n    ]\n  }\n}"},{"id":"a5a067d8-5415-4b22-aace-1a594f0418eb","name":"Invalid request parameters","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"X-API-Key","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"apiKey\": \"<string>\",\n  \"uid\": \"<string>\",\n  \"permission\": \"executeAgents\",\n  \"prompt\": \"<string>\",\n  \"session_id\": \"<string>\",\n  \"language_code\": \"DE\",\n  \"agentId\": \"<string>\",\n  \"document_link\": \"<string>\",\n  \"document_name\": \"<string>\",\n  \"additional_info\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.mona-ai.cloud/agent/getAgentResponse"},"status":"Bad Request","code":400,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":null},{"id":"5e6eeaa0-1a27-4eef-ad1d-1fab56d7eff1","name":"Unauthorized","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"X-API-Key","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"apiKey\": \"<string>\",\n  \"uid\": \"<string>\",\n  \"permission\": \"executeAgents\",\n  \"prompt\": \"<string>\",\n  \"session_id\": \"<string>\",\n  \"language_code\": \"DE\",\n  \"agentId\": \"<string>\",\n  \"document_link\": \"<string>\",\n  \"document_name\": \"<string>\",\n  \"additional_info\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.mona-ai.cloud/agent/getAgentResponse"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":null},{"id":"1aa7981e-0ebc-4337-939b-7033e8c5fcfa","name":"Insufficient permissions","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"X-API-Key","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"apiKey\": \"<string>\",\n  \"uid\": \"<string>\",\n  \"permission\": \"executeAgents\",\n  \"prompt\": \"<string>\",\n  \"session_id\": \"<string>\",\n  \"language_code\": \"DE\",\n  \"agentId\": \"<string>\",\n  \"document_link\": \"<string>\",\n  \"document_name\": \"<string>\",\n  \"additional_info\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.mona-ai.cloud/agent/getAgentResponse"},"status":"Forbidden","code":403,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":null},{"id":"5efa952a-77b1-4ea6-9f58-4e52e2386ea9","name":"Too many requests - rate limit exceeded","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"X-API-Key","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"apiKey\": \"<string>\",\n  \"uid\": \"<string>\",\n  \"permission\": \"executeAgents\",\n  \"prompt\": \"<string>\",\n  \"session_id\": \"<string>\",\n  \"language_code\": \"DE\",\n  \"agentId\": \"<string>\",\n  \"document_link\": \"<string>\",\n  \"document_name\": \"<string>\",\n  \"additional_info\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.mona-ai.cloud/agent/getAgentResponse"},"status":"Too Many Requests","code":429,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":null},{"id":"5ed0278d-8bf5-44c2-bd05-6db7f16f84ea","name":"Internal server error","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"X-API-Key","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"apiKey\": \"<string>\",\n  \"uid\": \"<string>\",\n  \"permission\": \"executeAgents\",\n  \"prompt\": \"<string>\",\n  \"session_id\": \"<string>\",\n  \"language_code\": \"DE\",\n  \"agentId\": \"<string>\",\n  \"document_link\": \"<string>\",\n  \"document_name\": \"<string>\",\n  \"additional_info\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.mona-ai.cloud/agent/getAgentResponse"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":null}],"_postman_id":"259b6b2c-fa1f-4857-aab4-c487806a131c"},{"name":"Get Monari Agent Response","id":"0df97789-c72d-4927-b2d0-373aa182ccc2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"apiKey\": \"<string>\",\n  \"uid\": \"<string>\",\n  \"permission\": \"<string>\",\n  \"prompt\": \"<string>\",\n  \"agentId\": \"<string>\",\n  \"sessionId\": \"<string>\",\n  \"language_code\": \"DE\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.mona-ai.cloud/agent/getMonariAgentResponse","description":"<p>Get a response from a Monari-type specialized agent</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-API-Key"},{"key":"value","value":"{{apiKey}}"}]},"isInherited":true,"source":{"_postman_id":"d65d5421-ab45-405c-a53e-5b8e931dd774","id":"d65d5421-ab45-405c-a53e-5b8e931dd774","name":"MONA AI API - Public Documentation","type":"collection"}},"urlObject":{"path":["agent","getMonariAgentResponse"],"host":["https://api.mona-ai.cloud"],"query":[],"variable":[]}},"response":[{"id":"cdc7d12e-5b68-4a52-bce7-c2f6cec03c70","name":"Monari agent response generated successfully","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"X-API-Key","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"apiKey\": \"<string>\",\n  \"uid\": \"<string>\",\n  \"permission\": \"<string>\",\n  \"prompt\": \"<string>\",\n  \"agentId\": \"<string>\",\n  \"sessionId\": \"<string>\",\n  \"language_code\": \"DE\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.mona-ai.cloud/agent/getMonariAgentResponse"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":null},{"id":"2e0ba92c-7b1e-4abf-8c8f-a405a48f9829","name":"Invalid request parameters","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"X-API-Key","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"apiKey\": \"<string>\",\n  \"uid\": \"<string>\",\n  \"permission\": \"<string>\",\n  \"prompt\": \"<string>\",\n  \"agentId\": \"<string>\",\n  \"sessionId\": \"<string>\",\n  \"language_code\": \"DE\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.mona-ai.cloud/agent/getMonariAgentResponse"},"status":"Bad Request","code":400,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":null},{"id":"59b933a7-bd25-4fd5-b5cc-196b162701ec","name":"Unauthorized","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"X-API-Key","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"apiKey\": \"<string>\",\n  \"uid\": \"<string>\",\n  \"permission\": \"<string>\",\n  \"prompt\": \"<string>\",\n  \"agentId\": \"<string>\",\n  \"sessionId\": \"<string>\",\n  \"language_code\": \"DE\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.mona-ai.cloud/agent/getMonariAgentResponse"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":null},{"id":"c0246f3e-f404-4010-afae-c9bca1648fc1","name":"Insufficient permissions","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"X-API-Key","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"apiKey\": \"<string>\",\n  \"uid\": \"<string>\",\n  \"permission\": \"<string>\",\n  \"prompt\": \"<string>\",\n  \"agentId\": \"<string>\",\n  \"sessionId\": \"<string>\",\n  \"language_code\": \"DE\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.mona-ai.cloud/agent/getMonariAgentResponse"},"status":"Forbidden","code":403,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":null},{"id":"af947360-b361-44f4-b810-a3c5f6477535","name":"Internal server error","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"X-API-Key","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"apiKey\": \"<string>\",\n  \"uid\": \"<string>\",\n  \"permission\": \"<string>\",\n  \"prompt\": \"<string>\",\n  \"agentId\": \"<string>\",\n  \"sessionId\": \"<string>\",\n  \"language_code\": \"DE\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.mona-ai.cloud/agent/getMonariAgentResponse"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":null}],"_postman_id":"0df97789-c72d-4927-b2d0-373aa182ccc2"},{"name":"Create Custom Agent","id":"d3cab57f-9918-442e-8f59-50d3f1ec9380","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"apiKey\": \"<string>\",\n  \"uid\": \"<string>\",\n  \"permission\": \"pushAgents\",\n  \"name\": \"<string>\",\n  \"description\": \"<string>\",\n  \"typeOfAgent\": \"single\",\n  \"isActive\": true,\n  \"agentConfig\": {\n    \"instructions\": \"<string>\",\n    \"tools\": [\n      \"<string>\",\n      \"<string>\"\n    ],\n    \"agentType\": \"helping\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.mona-ai.cloud/agent/createCustomAgent","description":"<p>Create a new custom AI agent with specified configuration</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-API-Key"},{"key":"value","value":"{{apiKey}}"}]},"isInherited":true,"source":{"_postman_id":"d65d5421-ab45-405c-a53e-5b8e931dd774","id":"d65d5421-ab45-405c-a53e-5b8e931dd774","name":"MONA AI API - Public Documentation","type":"collection"}},"urlObject":{"path":["agent","createCustomAgent"],"host":["https://api.mona-ai.cloud"],"query":[],"variable":[]}},"response":[{"id":"ff84bc2a-f5de-4a27-80a9-be7de89a682a","name":"Custom agent created successfully","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"X-API-Key","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"apiKey\": \"<string>\",\n  \"uid\": \"<string>\",\n  \"permission\": \"pushAgents\",\n  \"name\": \"<string>\",\n  \"description\": \"<string>\",\n  \"typeOfAgent\": \"single\",\n  \"isActive\": true,\n  \"agentConfig\": {\n    \"instructions\": \"<string>\",\n    \"tools\": [\n      \"<string>\",\n      \"<string>\"\n    ],\n    \"agentType\": \"helping\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.mona-ai.cloud/agent/createCustomAgent"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":null},{"id":"16b95793-2ef4-4d53-87a4-d05ff9a67360","name":"Invalid request parameters","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"X-API-Key","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"apiKey\": \"<string>\",\n  \"uid\": \"<string>\",\n  \"permission\": \"pushAgents\",\n  \"name\": \"<string>\",\n  \"description\": \"<string>\",\n  \"typeOfAgent\": \"single\",\n  \"isActive\": true,\n  \"agentConfig\": {\n    \"instructions\": \"<string>\",\n    \"tools\": [\n      \"<string>\",\n      \"<string>\"\n    ],\n    \"agentType\": \"helping\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.mona-ai.cloud/agent/createCustomAgent"},"status":"Bad Request","code":400,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":null},{"id":"020a84ff-bd0e-4e91-9ae3-5022a3f1717b","name":"Unauthorized","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"X-API-Key","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"apiKey\": \"<string>\",\n  \"uid\": \"<string>\",\n  \"permission\": \"pushAgents\",\n  \"name\": \"<string>\",\n  \"description\": \"<string>\",\n  \"typeOfAgent\": \"single\",\n  \"isActive\": true,\n  \"agentConfig\": {\n    \"instructions\": \"<string>\",\n    \"tools\": [\n      \"<string>\",\n      \"<string>\"\n    ],\n    \"agentType\": \"helping\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.mona-ai.cloud/agent/createCustomAgent"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":null},{"id":"183ba0e9-4f13-47f3-b4ad-fda27bf123f2","name":"Insufficient permissions","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"X-API-Key","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"apiKey\": \"<string>\",\n  \"uid\": \"<string>\",\n  \"permission\": \"pushAgents\",\n  \"name\": \"<string>\",\n  \"description\": \"<string>\",\n  \"typeOfAgent\": \"single\",\n  \"isActive\": true,\n  \"agentConfig\": {\n    \"instructions\": \"<string>\",\n    \"tools\": [\n      \"<string>\",\n      \"<string>\"\n    ],\n    \"agentType\": \"helping\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.mona-ai.cloud/agent/createCustomAgent"},"status":"Forbidden","code":403,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":null},{"id":"c7dcf9a3-fed4-42e1-a41c-ef979098c28c","name":"Internal server error","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"X-API-Key","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"apiKey\": \"<string>\",\n  \"uid\": \"<string>\",\n  \"permission\": \"pushAgents\",\n  \"name\": \"<string>\",\n  \"description\": \"<string>\",\n  \"typeOfAgent\": \"single\",\n  \"isActive\": true,\n  \"agentConfig\": {\n    \"instructions\": \"<string>\",\n    \"tools\": [\n      \"<string>\",\n      \"<string>\"\n    ],\n    \"agentType\": \"helping\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.mona-ai.cloud/agent/createCustomAgent"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":null}],"_postman_id":"d3cab57f-9918-442e-8f59-50d3f1ec9380"},{"name":"Create Monari Agent","id":"877b8e44-e377-4b1a-a82f-b531ce4e065b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"apiKey\": \"<string>\",\n  \"uid\": \"<string>\",\n  \"permission\": \"pushAgents\",\n  \"name\": \"<string>\",\n  \"expertise_areas\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"greeting_message\": \"<string>\",\n  \"system_prompt\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.mona-ai.cloud/agent/createMonariAgent","description":"<p>Create a new Monari-type specialized agent with expertise areas</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-API-Key"},{"key":"value","value":"{{apiKey}}"}]},"isInherited":true,"source":{"_postman_id":"d65d5421-ab45-405c-a53e-5b8e931dd774","id":"d65d5421-ab45-405c-a53e-5b8e931dd774","name":"MONA AI API - Public Documentation","type":"collection"}},"urlObject":{"path":["agent","createMonariAgent"],"host":["https://api.mona-ai.cloud"],"query":[],"variable":[]}},"response":[{"id":"ff73a846-1ab7-47d3-94e3-059279826192","name":"Monari agent created successfully","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"X-API-Key","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"apiKey\": \"<string>\",\n  \"uid\": \"<string>\",\n  \"permission\": \"pushAgents\",\n  \"name\": \"<string>\",\n  \"expertise_areas\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"greeting_message\": \"<string>\",\n  \"system_prompt\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.mona-ai.cloud/agent/createMonariAgent"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":null},{"id":"3c241eef-71b7-4c66-b995-db6e079ea264","name":"Invalid request parameters","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"X-API-Key","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"apiKey\": \"<string>\",\n  \"uid\": \"<string>\",\n  \"permission\": \"pushAgents\",\n  \"name\": \"<string>\",\n  \"expertise_areas\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"greeting_message\": \"<string>\",\n  \"system_prompt\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.mona-ai.cloud/agent/createMonariAgent"},"status":"Bad Request","code":400,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":null},{"id":"57cd0395-0abb-4bea-b164-46851e97aeae","name":"Unauthorized","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"X-API-Key","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"apiKey\": \"<string>\",\n  \"uid\": \"<string>\",\n  \"permission\": \"pushAgents\",\n  \"name\": \"<string>\",\n  \"expertise_areas\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"greeting_message\": \"<string>\",\n  \"system_prompt\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.mona-ai.cloud/agent/createMonariAgent"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":null},{"id":"abbb45a0-5a4e-47da-bd3e-4be7005665a0","name":"Insufficient permissions","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"X-API-Key","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"apiKey\": \"<string>\",\n  \"uid\": \"<string>\",\n  \"permission\": \"pushAgents\",\n  \"name\": \"<string>\",\n  \"expertise_areas\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"greeting_message\": \"<string>\",\n  \"system_prompt\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.mona-ai.cloud/agent/createMonariAgent"},"status":"Forbidden","code":403,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":null},{"id":"f192185d-1752-4031-ac72-28fc41b51d9b","name":"Internal server error","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"X-API-Key","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"apiKey\": \"<string>\",\n  \"uid\": \"<string>\",\n  \"permission\": \"pushAgents\",\n  \"name\": \"<string>\",\n  \"expertise_areas\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"greeting_message\": \"<string>\",\n  \"system_prompt\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.mona-ai.cloud/agent/createMonariAgent"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":null}],"_postman_id":"877b8e44-e377-4b1a-a82f-b531ce4e065b"},{"name":"Execute Tool","id":"b78674e6-3ccc-4a12-82e3-cb966ac339bb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"apiKey\": \"<string>\",\n  \"uid\": \"<string>\",\n  \"permission\": \"<string>\",\n  \"tool\": \"URL_PARSER_TOOL\",\n  \"payload\": {\n    \"phone_number\": \"<string>\",\n    \"message\": \"<string>\",\n    \"user_id\": \"<string>\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.mona-ai.cloud/agent/tool_execution","description":"<p>Execute a specific tool directly with validation and safety guardrails</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-API-Key"},{"key":"value","value":"{{apiKey}}"}]},"isInherited":true,"source":{"_postman_id":"d65d5421-ab45-405c-a53e-5b8e931dd774","id":"d65d5421-ab45-405c-a53e-5b8e931dd774","name":"MONA AI API - Public Documentation","type":"collection"}},"urlObject":{"path":["agent","tool_execution"],"host":["https://api.mona-ai.cloud"],"query":[],"variable":[]}},"response":[{"id":"846000e2-bc6e-449b-8584-5c7189bededa","name":"Tool executed successfully","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"X-API-Key","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"apiKey\": \"<string>\",\n  \"uid\": \"<string>\",\n  \"permission\": \"<string>\",\n  \"tool\": \"URL_PARSER_TOOL\",\n  \"payload\": {\n    \"phone_number\": \"<string>\",\n    \"message\": \"<string>\",\n    \"user_id\": \"<string>\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.mona-ai.cloud/agent/tool_execution"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": {}\n}"},{"id":"0dff9952-bedb-4d19-85bb-8be57e48031a","name":"Invalid request parameters or unsupported tool","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"X-API-Key","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"apiKey\": \"<string>\",\n  \"uid\": \"<string>\",\n  \"permission\": \"<string>\",\n  \"tool\": \"URL_PARSER_TOOL\",\n  \"payload\": {\n    \"phone_number\": \"<string>\",\n    \"message\": \"<string>\",\n    \"user_id\": \"<string>\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.mona-ai.cloud/agent/tool_execution"},"status":"Bad Request","code":400,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":null},{"id":"31f213a9-a599-436e-9bf2-abae8ee514f3","name":"Unauthorized","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"X-API-Key","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"apiKey\": \"<string>\",\n  \"uid\": \"<string>\",\n  \"permission\": \"<string>\",\n  \"tool\": \"URL_PARSER_TOOL\",\n  \"payload\": {\n    \"phone_number\": \"<string>\",\n    \"message\": \"<string>\",\n    \"user_id\": \"<string>\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.mona-ai.cloud/agent/tool_execution"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":null},{"id":"13e347b0-20b1-4462-b525-b2aa0f1e1482","name":"Forbidden - unsafe content detected or insufficient permissions","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"X-API-Key","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"apiKey\": \"<string>\",\n  \"uid\": \"<string>\",\n  \"permission\": \"<string>\",\n  \"tool\": \"URL_PARSER_TOOL\",\n  \"payload\": {\n    \"phone_number\": \"<string>\",\n    \"message\": \"<string>\",\n    \"user_id\": \"<string>\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.mona-ai.cloud/agent/tool_execution"},"status":"Forbidden","code":403,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":null},{"id":"87efcecd-f94e-4cfd-9dcd-5fa7d5f62364","name":"Internal server error","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"X-API-Key","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"apiKey\": \"<string>\",\n  \"uid\": \"<string>\",\n  \"permission\": \"<string>\",\n  \"tool\": \"URL_PARSER_TOOL\",\n  \"payload\": {\n    \"phone_number\": \"<string>\",\n    \"message\": \"<string>\",\n    \"user_id\": \"<string>\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.mona-ai.cloud/agent/tool_execution"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":null},{"id":"4c78dbbe-25ed-4e1e-b8d3-cd8898d53265","name":"Bad Gateway - tool execution failed","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"X-API-Key","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"apiKey\": \"<string>\",\n  \"uid\": \"<string>\",\n  \"permission\": \"<string>\",\n  \"tool\": \"URL_PARSER_TOOL\",\n  \"payload\": {\n    \"phone_number\": \"<string>\",\n    \"message\": \"<string>\",\n    \"user_id\": \"<string>\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.mona-ai.cloud/agent/tool_execution"},"status":"Bad Gateway","code":502,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":null}],"_postman_id":"b78674e6-3ccc-4a12-82e3-cb966ac339bb"},{"name":"Create Agent","id":"1f5b6ae3-6d01-4333-a384-8ef32773053b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"apiKey\": \"<string>\",\n  \"uid\": \"<string>\",\n  \"permission\": \"pushAgents\",\n  \"agentData\": {\n    \"name\": \"<string>\",\n    \"typeOfAgent\": \"multi\",\n    \"description\": \"<string>\",\n    \"isActive\": true,\n    \"agentConfig\": {\n      \"instructions\": \"<string>\",\n      \"tools\": [\n        \"<string>\",\n        \"<string>\"\n      ],\n      \"agentType\": \"helping\"\n    },\n    \"multiAgentConfig\": {\n      \"coordinationStrategy\": \"sequential\",\n      \"sharedContext\": \"<boolean>\",\n      \"agents\": [\n        {\n          \"name\": \"<string>\",\n          \"role\": \"<string>\",\n          \"instructions\": \"<string>\",\n          \"tools\": [\n            \"<string>\",\n            \"<string>\"\n          ]\n        },\n        {\n          \"name\": \"<string>\",\n          \"role\": \"<string>\",\n          \"instructions\": \"<string>\",\n          \"tools\": [\n            \"<string>\",\n            \"<string>\"\n          ]\n        }\n      ]\n    },\n    \"workflowConfig\": {\n      \"executionMode\": \"sequential\",\n      \"errorHandling\": \"continue\",\n      \"maxRetries\": 3,\n      \"steps\": [\n        {\n          \"id\": \"<string>\",\n          \"name\": \"<string>\",\n          \"action\": \"<string>\",\n          \"tools\": [\n            \"<string>\",\n            \"<string>\"\n          ],\n          \"conditions\": {}\n        },\n        {\n          \"id\": \"<string>\",\n          \"name\": \"<string>\",\n          \"action\": \"<string>\",\n          \"tools\": [\n            \"<string>\",\n            \"<string>\"\n          ],\n          \"conditions\": {}\n        }\n      ]\n    },\n    \"expertise_areas\": [\n      \"<string>\",\n      \"<string>\"\n    ],\n    \"greeting_message\": \"<string>\",\n    \"system_prompt\": \"<string>\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.mona-ai.cloud/agent/createAgent","description":"<p>Create a new AI agent with specified configuration (single, multi, workflow, or monari type)</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-API-Key"},{"key":"value","value":"{{apiKey}}"}]},"isInherited":true,"source":{"_postman_id":"d65d5421-ab45-405c-a53e-5b8e931dd774","id":"d65d5421-ab45-405c-a53e-5b8e931dd774","name":"MONA AI API - Public Documentation","type":"collection"}},"urlObject":{"path":["agent","createAgent"],"host":["https://api.mona-ai.cloud"],"query":[],"variable":[]}},"response":[{"id":"c73737ba-1c0f-4ead-b4bf-1eec2a2b7d41","name":"Agent created successfully","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"X-API-Key","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"apiKey\": \"<string>\",\n  \"uid\": \"<string>\",\n  \"permission\": \"pushAgents\",\n  \"agentData\": {\n    \"name\": \"<string>\",\n    \"typeOfAgent\": \"multi\",\n    \"description\": \"<string>\",\n    \"isActive\": true,\n    \"agentConfig\": {\n      \"instructions\": \"<string>\",\n      \"tools\": [\n        \"<string>\",\n        \"<string>\"\n      ],\n      \"agentType\": \"helping\"\n    },\n    \"multiAgentConfig\": {\n      \"coordinationStrategy\": \"sequential\",\n      \"sharedContext\": \"<boolean>\",\n      \"agents\": [\n        {\n          \"name\": \"<string>\",\n          \"role\": \"<string>\",\n          \"instructions\": \"<string>\",\n          \"tools\": [\n            \"<string>\",\n            \"<string>\"\n          ]\n        },\n        {\n          \"name\": \"<string>\",\n          \"role\": \"<string>\",\n          \"instructions\": \"<string>\",\n          \"tools\": [\n            \"<string>\",\n            \"<string>\"\n          ]\n        }\n      ]\n    },\n    \"workflowConfig\": {\n      \"executionMode\": \"sequential\",\n      \"errorHandling\": \"continue\",\n      \"maxRetries\": 3,\n      \"steps\": [\n        {\n          \"id\": \"<string>\",\n          \"name\": \"<string>\",\n          \"action\": \"<string>\",\n          \"tools\": [\n            \"<string>\",\n            \"<string>\"\n          ],\n          \"conditions\": {}\n        },\n        {\n          \"id\": \"<string>\",\n          \"name\": \"<string>\",\n          \"action\": \"<string>\",\n          \"tools\": [\n            \"<string>\",\n            \"<string>\"\n          ],\n          \"conditions\": {}\n        }\n      ]\n    },\n    \"expertise_areas\": [\n      \"<string>\",\n      \"<string>\"\n    ],\n    \"greeting_message\": \"<string>\",\n    \"system_prompt\": \"<string>\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.mona-ai.cloud/agent/createAgent"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"id\": \"<string>\",\n    \"name\": \"<string>\",\n    \"typeOfAgent\": \"<string>\",\n    \"isActive\": \"<boolean>\",\n    \"created\": \"<dateTime>\"\n  },\n  \"id\": \"<string>\",\n  \"message\": \"<string>\"\n}"},{"id":"6a6a1b82-38b8-470d-93d3-33be0828719b","name":"Invalid request parameters or missing agent name","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"X-API-Key","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"apiKey\": \"<string>\",\n  \"uid\": \"<string>\",\n  \"permission\": \"pushAgents\",\n  \"agentData\": {\n    \"name\": \"<string>\",\n    \"typeOfAgent\": \"multi\",\n    \"description\": \"<string>\",\n    \"isActive\": true,\n    \"agentConfig\": {\n      \"instructions\": \"<string>\",\n      \"tools\": [\n        \"<string>\",\n        \"<string>\"\n      ],\n      \"agentType\": \"helping\"\n    },\n    \"multiAgentConfig\": {\n      \"coordinationStrategy\": \"sequential\",\n      \"sharedContext\": \"<boolean>\",\n      \"agents\": [\n        {\n          \"name\": \"<string>\",\n          \"role\": \"<string>\",\n          \"instructions\": \"<string>\",\n          \"tools\": [\n            \"<string>\",\n            \"<string>\"\n          ]\n        },\n        {\n          \"name\": \"<string>\",\n          \"role\": \"<string>\",\n          \"instructions\": \"<string>\",\n          \"tools\": [\n            \"<string>\",\n            \"<string>\"\n          ]\n        }\n      ]\n    },\n    \"workflowConfig\": {\n      \"executionMode\": \"sequential\",\n      \"errorHandling\": \"continue\",\n      \"maxRetries\": 3,\n      \"steps\": [\n        {\n          \"id\": \"<string>\",\n          \"name\": \"<string>\",\n          \"action\": \"<string>\",\n          \"tools\": [\n            \"<string>\",\n            \"<string>\"\n          ],\n          \"conditions\": {}\n        },\n        {\n          \"id\": \"<string>\",\n          \"name\": \"<string>\",\n          \"action\": \"<string>\",\n          \"tools\": [\n            \"<string>\",\n            \"<string>\"\n          ],\n          \"conditions\": {}\n        }\n      ]\n    },\n    \"expertise_areas\": [\n      \"<string>\",\n      \"<string>\"\n    ],\n    \"greeting_message\": \"<string>\",\n    \"system_prompt\": \"<string>\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.mona-ai.cloud/agent/createAgent"},"status":"Bad Request","code":400,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":null},{"id":"7b6a8072-ed05-4342-b9f4-98c1975e7744","name":"Unauthorized","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"X-API-Key","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"apiKey\": \"<string>\",\n  \"uid\": \"<string>\",\n  \"permission\": \"pushAgents\",\n  \"agentData\": {\n    \"name\": \"<string>\",\n    \"typeOfAgent\": \"multi\",\n    \"description\": \"<string>\",\n    \"isActive\": true,\n    \"agentConfig\": {\n      \"instructions\": \"<string>\",\n      \"tools\": [\n        \"<string>\",\n        \"<string>\"\n      ],\n      \"agentType\": \"helping\"\n    },\n    \"multiAgentConfig\": {\n      \"coordinationStrategy\": \"sequential\",\n      \"sharedContext\": \"<boolean>\",\n      \"agents\": [\n        {\n          \"name\": \"<string>\",\n          \"role\": \"<string>\",\n          \"instructions\": \"<string>\",\n          \"tools\": [\n            \"<string>\",\n            \"<string>\"\n          ]\n        },\n        {\n          \"name\": \"<string>\",\n          \"role\": \"<string>\",\n          \"instructions\": \"<string>\",\n          \"tools\": [\n            \"<string>\",\n            \"<string>\"\n          ]\n        }\n      ]\n    },\n    \"workflowConfig\": {\n      \"executionMode\": \"sequential\",\n      \"errorHandling\": \"continue\",\n      \"maxRetries\": 3,\n      \"steps\": [\n        {\n          \"id\": \"<string>\",\n          \"name\": \"<string>\",\n          \"action\": \"<string>\",\n          \"tools\": [\n            \"<string>\",\n            \"<string>\"\n          ],\n          \"conditions\": {}\n        },\n        {\n          \"id\": \"<string>\",\n          \"name\": \"<string>\",\n          \"action\": \"<string>\",\n          \"tools\": [\n            \"<string>\",\n            \"<string>\"\n          ],\n          \"conditions\": {}\n        }\n      ]\n    },\n    \"expertise_areas\": [\n      \"<string>\",\n      \"<string>\"\n    ],\n    \"greeting_message\": \"<string>\",\n    \"system_prompt\": \"<string>\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.mona-ai.cloud/agent/createAgent"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":null},{"id":"bc72cbfd-bae3-4334-849e-484b83007174","name":"Insufficient permissions","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"X-API-Key","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"apiKey\": \"<string>\",\n  \"uid\": \"<string>\",\n  \"permission\": \"pushAgents\",\n  \"agentData\": {\n    \"name\": \"<string>\",\n    \"typeOfAgent\": \"multi\",\n    \"description\": \"<string>\",\n    \"isActive\": true,\n    \"agentConfig\": {\n      \"instructions\": \"<string>\",\n      \"tools\": [\n        \"<string>\",\n        \"<string>\"\n      ],\n      \"agentType\": \"helping\"\n    },\n    \"multiAgentConfig\": {\n      \"coordinationStrategy\": \"sequential\",\n      \"sharedContext\": \"<boolean>\",\n      \"agents\": [\n        {\n          \"name\": \"<string>\",\n          \"role\": \"<string>\",\n          \"instructions\": \"<string>\",\n          \"tools\": [\n            \"<string>\",\n            \"<string>\"\n          ]\n        },\n        {\n          \"name\": \"<string>\",\n          \"role\": \"<string>\",\n          \"instructions\": \"<string>\",\n          \"tools\": [\n            \"<string>\",\n            \"<string>\"\n          ]\n        }\n      ]\n    },\n    \"workflowConfig\": {\n      \"executionMode\": \"sequential\",\n      \"errorHandling\": \"continue\",\n      \"maxRetries\": 3,\n      \"steps\": [\n        {\n          \"id\": \"<string>\",\n          \"name\": \"<string>\",\n          \"action\": \"<string>\",\n          \"tools\": [\n            \"<string>\",\n            \"<string>\"\n          ],\n          \"conditions\": {}\n        },\n        {\n          \"id\": \"<string>\",\n          \"name\": \"<string>\",\n          \"action\": \"<string>\",\n          \"tools\": [\n            \"<string>\",\n            \"<string>\"\n          ],\n          \"conditions\": {}\n        }\n      ]\n    },\n    \"expertise_areas\": [\n      \"<string>\",\n      \"<string>\"\n    ],\n    \"greeting_message\": \"<string>\",\n    \"system_prompt\": \"<string>\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.mona-ai.cloud/agent/createAgent"},"status":"Forbidden","code":403,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":null},{"id":"939267c3-f7e3-4539-ab9a-1983f1996523","name":"Internal server error","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"X-API-Key","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"apiKey\": \"<string>\",\n  \"uid\": \"<string>\",\n  \"permission\": \"pushAgents\",\n  \"agentData\": {\n    \"name\": \"<string>\",\n    \"typeOfAgent\": \"multi\",\n    \"description\": \"<string>\",\n    \"isActive\": true,\n    \"agentConfig\": {\n      \"instructions\": \"<string>\",\n      \"tools\": [\n        \"<string>\",\n        \"<string>\"\n      ],\n      \"agentType\": \"helping\"\n    },\n    \"multiAgentConfig\": {\n      \"coordinationStrategy\": \"sequential\",\n      \"sharedContext\": \"<boolean>\",\n      \"agents\": [\n        {\n          \"name\": \"<string>\",\n          \"role\": \"<string>\",\n          \"instructions\": \"<string>\",\n          \"tools\": [\n            \"<string>\",\n            \"<string>\"\n          ]\n        },\n        {\n          \"name\": \"<string>\",\n          \"role\": \"<string>\",\n          \"instructions\": \"<string>\",\n          \"tools\": [\n            \"<string>\",\n            \"<string>\"\n          ]\n        }\n      ]\n    },\n    \"workflowConfig\": {\n      \"executionMode\": \"sequential\",\n      \"errorHandling\": \"continue\",\n      \"maxRetries\": 3,\n      \"steps\": [\n        {\n          \"id\": \"<string>\",\n          \"name\": \"<string>\",\n          \"action\": \"<string>\",\n          \"tools\": [\n            \"<string>\",\n            \"<string>\"\n          ],\n          \"conditions\": {}\n        },\n        {\n          \"id\": \"<string>\",\n          \"name\": \"<string>\",\n          \"action\": \"<string>\",\n          \"tools\": [\n            \"<string>\",\n            \"<string>\"\n          ],\n          \"conditions\": {}\n        }\n      ]\n    },\n    \"expertise_areas\": [\n      \"<string>\",\n      \"<string>\"\n    ],\n    \"greeting_message\": \"<string>\",\n    \"system_prompt\": \"<string>\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.mona-ai.cloud/agent/createAgent"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":null}],"_postman_id":"1f5b6ae3-6d01-4333-a384-8ef32773053b"},{"name":"Update Agent","id":"344e2ff1-a02e-4da4-858d-e7147f4e8773","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"apiKey\": \"<string>\",\n  \"uid\": \"<string>\",\n  \"permission\": \"pushAgents\",\n  \"agentId\": \"<string>\",\n  \"agentData\": {\n    \"name\": \"<string>\",\n    \"description\": \"<string>\",\n    \"isActive\": \"<boolean>\",\n    \"agentConfig\": {},\n    \"multiAgentConfig\": {},\n    \"workflowConfig\": {},\n    \"expertise_areas\": [\n      \"<string>\",\n      \"<string>\"\n    ],\n    \"greeting_message\": \"<string>\",\n    \"system_prompt\": \"<string>\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.mona-ai.cloud/agent/updateAgent","description":"<p>Update an existing AI agent configuration</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-API-Key"},{"key":"value","value":"{{apiKey}}"}]},"isInherited":true,"source":{"_postman_id":"d65d5421-ab45-405c-a53e-5b8e931dd774","id":"d65d5421-ab45-405c-a53e-5b8e931dd774","name":"MONA AI API - Public Documentation","type":"collection"}},"urlObject":{"path":["agent","updateAgent"],"host":["https://api.mona-ai.cloud"],"query":[],"variable":[]}},"response":[{"id":"b4311661-9348-44cb-a6bf-3637354bf311","name":"Agent updated successfully","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"X-API-Key","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"apiKey\": \"<string>\",\n  \"uid\": \"<string>\",\n  \"permission\": \"pushAgents\",\n  \"agentId\": \"<string>\",\n  \"agentData\": {\n    \"name\": \"<string>\",\n    \"description\": \"<string>\",\n    \"isActive\": \"<boolean>\",\n    \"agentConfig\": {},\n    \"multiAgentConfig\": {},\n    \"workflowConfig\": {},\n    \"expertise_areas\": [\n      \"<string>\",\n      \"<string>\"\n    ],\n    \"greeting_message\": \"<string>\",\n    \"system_prompt\": \"<string>\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.mona-ai.cloud/agent/updateAgent"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {},\n  \"message\": \"<string>\"\n}"},{"id":"93214bd6-09b5-4525-bb90-8b211d94b457","name":"Invalid request parameters","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"X-API-Key","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"apiKey\": \"<string>\",\n  \"uid\": \"<string>\",\n  \"permission\": \"pushAgents\",\n  \"agentId\": \"<string>\",\n  \"agentData\": {\n    \"name\": \"<string>\",\n    \"description\": \"<string>\",\n    \"isActive\": \"<boolean>\",\n    \"agentConfig\": {},\n    \"multiAgentConfig\": {},\n    \"workflowConfig\": {},\n    \"expertise_areas\": [\n      \"<string>\",\n      \"<string>\"\n    ],\n    \"greeting_message\": \"<string>\",\n    \"system_prompt\": \"<string>\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.mona-ai.cloud/agent/updateAgent"},"status":"Bad Request","code":400,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":null},{"id":"1979b7e9-ad9e-4a13-aa50-40c8a71108b5","name":"Unauthorized","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"X-API-Key","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"apiKey\": \"<string>\",\n  \"uid\": \"<string>\",\n  \"permission\": \"pushAgents\",\n  \"agentId\": \"<string>\",\n  \"agentData\": {\n    \"name\": \"<string>\",\n    \"description\": \"<string>\",\n    \"isActive\": \"<boolean>\",\n    \"agentConfig\": {},\n    \"multiAgentConfig\": {},\n    \"workflowConfig\": {},\n    \"expertise_areas\": [\n      \"<string>\",\n      \"<string>\"\n    ],\n    \"greeting_message\": \"<string>\",\n    \"system_prompt\": \"<string>\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.mona-ai.cloud/agent/updateAgent"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":null},{"id":"9203c4c0-430b-428d-83bb-f36746be0cb9","name":"Insufficient permissions","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"X-API-Key","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"apiKey\": \"<string>\",\n  \"uid\": \"<string>\",\n  \"permission\": \"pushAgents\",\n  \"agentId\": \"<string>\",\n  \"agentData\": {\n    \"name\": \"<string>\",\n    \"description\": \"<string>\",\n    \"isActive\": \"<boolean>\",\n    \"agentConfig\": {},\n    \"multiAgentConfig\": {},\n    \"workflowConfig\": {},\n    \"expertise_areas\": [\n      \"<string>\",\n      \"<string>\"\n    ],\n    \"greeting_message\": \"<string>\",\n    \"system_prompt\": \"<string>\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.mona-ai.cloud/agent/updateAgent"},"status":"Forbidden","code":403,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":null},{"id":"4d06de85-c88a-4f00-9972-8eda57035a5e","name":"Agent not found","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"X-API-Key","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"apiKey\": \"<string>\",\n  \"uid\": \"<string>\",\n  \"permission\": \"pushAgents\",\n  \"agentId\": \"<string>\",\n  \"agentData\": {\n    \"name\": \"<string>\",\n    \"description\": \"<string>\",\n    \"isActive\": \"<boolean>\",\n    \"agentConfig\": {},\n    \"multiAgentConfig\": {},\n    \"workflowConfig\": {},\n    \"expertise_areas\": [\n      \"<string>\",\n      \"<string>\"\n    ],\n    \"greeting_message\": \"<string>\",\n    \"system_prompt\": \"<string>\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.mona-ai.cloud/agent/updateAgent"},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":null},{"id":"01545418-4cd5-4386-abac-a8df456fe0d6","name":"Internal server error","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"X-API-Key","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"apiKey\": \"<string>\",\n  \"uid\": \"<string>\",\n  \"permission\": \"pushAgents\",\n  \"agentId\": \"<string>\",\n  \"agentData\": {\n    \"name\": \"<string>\",\n    \"description\": \"<string>\",\n    \"isActive\": \"<boolean>\",\n    \"agentConfig\": {},\n    \"multiAgentConfig\": {},\n    \"workflowConfig\": {},\n    \"expertise_areas\": [\n      \"<string>\",\n      \"<string>\"\n    ],\n    \"greeting_message\": \"<string>\",\n    \"system_prompt\": \"<string>\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.mona-ai.cloud/agent/updateAgent"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":null}],"_postman_id":"344e2ff1-a02e-4da4-858d-e7147f4e8773"},{"name":"Delete Agent","id":"41993af3-5139-45a8-9e9d-9ec7c59dc72a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"apiKey\": \"<string>\",\n  \"uid\": \"<string>\",\n  \"permission\": \"pushAgents\",\n  \"agentId\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.mona-ai.cloud/agent/deleteAgent","description":"<p>Delete an existing AI agent</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-API-Key"},{"key":"value","value":"{{apiKey}}"}]},"isInherited":true,"source":{"_postman_id":"d65d5421-ab45-405c-a53e-5b8e931dd774","id":"d65d5421-ab45-405c-a53e-5b8e931dd774","name":"MONA AI API - Public Documentation","type":"collection"}},"urlObject":{"path":["agent","deleteAgent"],"host":["https://api.mona-ai.cloud"],"query":[],"variable":[]}},"response":[{"id":"73a522f4-d099-494f-85ca-488a49a5270a","name":"Agent deleted successfully","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"X-API-Key","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"apiKey\": \"<string>\",\n  \"uid\": \"<string>\",\n  \"permission\": \"pushAgents\",\n  \"agentId\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.mona-ai.cloud/agent/deleteAgent"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"<string>\",\n  \"deletedId\": \"<string>\"\n}"},{"id":"6084b7a7-1851-4785-a944-156aac2f9e82","name":"Invalid request parameters","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"X-API-Key","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"apiKey\": \"<string>\",\n  \"uid\": \"<string>\",\n  \"permission\": \"pushAgents\",\n  \"agentId\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.mona-ai.cloud/agent/deleteAgent"},"status":"Bad Request","code":400,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":null},{"id":"81e39acf-b1c7-48e5-afff-f5dcc94ea4e2","name":"Unauthorized","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"X-API-Key","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"apiKey\": \"<string>\",\n  \"uid\": \"<string>\",\n  \"permission\": \"pushAgents\",\n  \"agentId\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.mona-ai.cloud/agent/deleteAgent"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":null},{"id":"fc410950-cbf3-4caf-a137-0c36fd7071f0","name":"Insufficient permissions","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"X-API-Key","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"apiKey\": \"<string>\",\n  \"uid\": \"<string>\",\n  \"permission\": \"pushAgents\",\n  \"agentId\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.mona-ai.cloud/agent/deleteAgent"},"status":"Forbidden","code":403,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":null},{"id":"6bb05bdb-54e9-4e5b-8bbb-8c2a00d05f0b","name":"Agent not found","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"X-API-Key","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"apiKey\": \"<string>\",\n  \"uid\": \"<string>\",\n  \"permission\": \"pushAgents\",\n  \"agentId\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.mona-ai.cloud/agent/deleteAgent"},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":null},{"id":"472eabc7-f43c-4e9f-9ec9-0a09a77dfb75","name":"Internal server error","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"X-API-Key","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"apiKey\": \"<string>\",\n  \"uid\": \"<string>\",\n  \"permission\": \"pushAgents\",\n  \"agentId\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.mona-ai.cloud/agent/deleteAgent"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":null}],"_postman_id":"41993af3-5139-45a8-9e9d-9ec7c59dc72a"},{"name":"Get Agent Info","id":"4ea080b7-d652-409a-9b9c-4ae7e4346056","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"apiKey\": \"<string>\",\n  \"uid\": \"<string>\",\n  \"permission\": \"<string>\",\n  \"agentId\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.mona-ai.cloud/agent/getAgentInfo","description":"<p>Retrieve detailed information about a specific agent</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-API-Key"},{"key":"value","value":"{{apiKey}}"}]},"isInherited":true,"source":{"_postman_id":"d65d5421-ab45-405c-a53e-5b8e931dd774","id":"d65d5421-ab45-405c-a53e-5b8e931dd774","name":"MONA AI API - Public Documentation","type":"collection"}},"urlObject":{"path":["agent","getAgentInfo"],"host":["https://api.mona-ai.cloud"],"query":[],"variable":[]}},"response":[{"id":"6579be66-29e7-49c9-b109-2be98f72fea4","name":"Agent info retrieved successfully","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"X-API-Key","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"apiKey\": \"<string>\",\n  \"uid\": \"<string>\",\n  \"permission\": \"<string>\",\n  \"agentId\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.mona-ai.cloud/agent/getAgentInfo"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"agentId\": \"<string>\",\n  \"name\": \"<string>\",\n  \"description\": \"<string>\",\n  \"typeOfAgent\": \"<string>\",\n  \"agentConfig\": {},\n  \"isActive\": \"<boolean>\",\n  \"createdAt\": \"<dateTime>\",\n  \"updatedAt\": \"<dateTime>\"\n}"},{"id":"141c6928-f4fd-41d2-a438-3a01c51bb8c2","name":"Invalid request parameters","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"X-API-Key","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"apiKey\": \"<string>\",\n  \"uid\": \"<string>\",\n  \"permission\": \"<string>\",\n  \"agentId\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.mona-ai.cloud/agent/getAgentInfo"},"status":"Bad Request","code":400,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":null},{"id":"6ebc3d6c-cb18-4861-a851-1f64e4a21fa4","name":"Unauthorized","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"X-API-Key","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"apiKey\": \"<string>\",\n  \"uid\": \"<string>\",\n  \"permission\": \"<string>\",\n  \"agentId\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.mona-ai.cloud/agent/getAgentInfo"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":null},{"id":"031cbcdd-685e-4f6a-b3c5-01fe9eea5fd5","name":"Insufficient permissions","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"X-API-Key","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"apiKey\": \"<string>\",\n  \"uid\": \"<string>\",\n  \"permission\": \"<string>\",\n  \"agentId\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.mona-ai.cloud/agent/getAgentInfo"},"status":"Forbidden","code":403,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":null},{"id":"cbdd8b0b-f745-46b3-aaa7-33b0e34d794b","name":"Agent not found","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"X-API-Key","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"apiKey\": \"<string>\",\n  \"uid\": \"<string>\",\n  \"permission\": \"<string>\",\n  \"agentId\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.mona-ai.cloud/agent/getAgentInfo"},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":null},{"id":"3a174173-9ce0-479e-883c-25c7f81174bb","name":"Internal server error","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"X-API-Key","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"apiKey\": \"<string>\",\n  \"uid\": \"<string>\",\n  \"permission\": \"<string>\",\n  \"agentId\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.mona-ai.cloud/agent/getAgentInfo"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":null}],"_postman_id":"4ea080b7-d652-409a-9b9c-4ae7e4346056"},{"name":"Get Agent Result","id":"b14bbd52-8b19-402f-98af-fb36c3907ae5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"apiKey\": \"<string>\",\n  \"uid\": \"<string>\",\n  \"permission\": \"<string>\",\n  \"agentId\": \"<string>\",\n  \"resultId\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.mona-ai.cloud/agent/getAgentResult","description":"<p>Retrieve a specific result from an agent execution</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-API-Key"},{"key":"value","value":"{{apiKey}}"}]},"isInherited":true,"source":{"_postman_id":"d65d5421-ab45-405c-a53e-5b8e931dd774","id":"d65d5421-ab45-405c-a53e-5b8e931dd774","name":"MONA AI API - Public Documentation","type":"collection"}},"urlObject":{"path":["agent","getAgentResult"],"host":["https://api.mona-ai.cloud"],"query":[],"variable":[]}},"response":[{"id":"c27c07c9-41b9-4ea4-b80d-ca4ce17019a1","name":"Agent result retrieved successfully","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"X-API-Key","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"apiKey\": \"<string>\",\n  \"uid\": \"<string>\",\n  \"permission\": \"<string>\",\n  \"agentId\": \"<string>\",\n  \"resultId\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.mona-ai.cloud/agent/getAgentResult"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"resultId\": \"<string>\",\n  \"agentId\": \"<string>\",\n  \"result\": {},\n  \"timestamp\": \"<dateTime>\",\n  \"status\": \"completed\"\n}"},{"id":"f51df679-4abb-44fb-8e0c-41a0827d69ba","name":"Invalid request parameters","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"X-API-Key","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"apiKey\": \"<string>\",\n  \"uid\": \"<string>\",\n  \"permission\": \"<string>\",\n  \"agentId\": \"<string>\",\n  \"resultId\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.mona-ai.cloud/agent/getAgentResult"},"status":"Bad Request","code":400,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":null},{"id":"ab4ebcf1-428a-4fd9-a4ef-da5f73107d53","name":"Unauthorized","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"X-API-Key","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"apiKey\": \"<string>\",\n  \"uid\": \"<string>\",\n  \"permission\": \"<string>\",\n  \"agentId\": \"<string>\",\n  \"resultId\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.mona-ai.cloud/agent/getAgentResult"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":null},{"id":"a9219fa5-6047-421d-804a-d5bc19a83b65","name":"Insufficient permissions","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"X-API-Key","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"apiKey\": \"<string>\",\n  \"uid\": \"<string>\",\n  \"permission\": \"<string>\",\n  \"agentId\": \"<string>\",\n  \"resultId\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.mona-ai.cloud/agent/getAgentResult"},"status":"Forbidden","code":403,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":null},{"id":"5cd2e236-8d5b-4cb2-893b-322f569602f6","name":"Result not found","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"X-API-Key","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"apiKey\": \"<string>\",\n  \"uid\": \"<string>\",\n  \"permission\": \"<string>\",\n  \"agentId\": \"<string>\",\n  \"resultId\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.mona-ai.cloud/agent/getAgentResult"},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":null},{"id":"6c1ea636-e082-4b5f-8d9c-cc691d4b644f","name":"Internal server error","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"X-API-Key","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"apiKey\": \"<string>\",\n  \"uid\": \"<string>\",\n  \"permission\": \"<string>\",\n  \"agentId\": \"<string>\",\n  \"resultId\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.mona-ai.cloud/agent/getAgentResult"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":null}],"_postman_id":"b14bbd52-8b19-402f-98af-fb36c3907ae5"},{"name":"[BETA] Execute Workflow","id":"7556c3c2-46fc-4843-8e9d-7b2ec49fb2dd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"apiKey\": \"<string>\",\n  \"uid\": \"<string>\",\n  \"workflowId\": \"<string>\",\n  \"initialData\": {\n    \"customerName\": \"<string>\",\n    \"email\": \"<string>\",\n    \"phone\": \"<string>\"\n  },\n  \"sessionId\": \"<string>\",\n  \"language_code\": \"DE\",\n  \"account_id\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.mona-ai.cloud/agent/executeWorkflow","description":"<p>Execute a predefined workflow with tasks that can use different agent types (executor, multi, monari)</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-API-Key"},{"key":"value","value":"{{apiKey}}"}]},"isInherited":true,"source":{"_postman_id":"d65d5421-ab45-405c-a53e-5b8e931dd774","id":"d65d5421-ab45-405c-a53e-5b8e931dd774","name":"MONA AI API - Public Documentation","type":"collection"}},"urlObject":{"path":["agent","executeWorkflow"],"host":["https://api.mona-ai.cloud"],"query":[],"variable":[]}},"response":[{"id":"6f900075-c25d-4b78-9a8b-391d06275297","name":"Workflow executed successfully","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"X-API-Key","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"apiKey\": \"<string>\",\n  \"uid\": \"<string>\",\n  \"workflowId\": \"<string>\",\n  \"initialData\": {\n    \"customerName\": \"<string>\",\n    \"email\": \"<string>\",\n    \"phone\": \"<string>\"\n  },\n  \"sessionId\": \"<string>\",\n  \"language_code\": \"DE\",\n  \"account_id\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.mona-ai.cloud/agent/executeWorkflow"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"<string>\",\n  \"workflowExecution\": {\n    \"workflowId\": \"<string>\",\n    \"workflowName\": \"<string>\",\n    \"startTime\": \"<dateTime>\",\n    \"endTime\": \"<dateTime>\",\n    \"initialData\": {},\n    \"currentData\": {},\n    \"executedTasks\": [\n      {\n        \"taskIndex\": \"<integer>\",\n        \"name\": \"<string>\",\n        \"id\": \"<string>\",\n        \"status\": \"failed\",\n        \"startTime\": \"<dateTime>\",\n        \"endTime\": \"<dateTime>\",\n        \"agentType\": \"helping\",\n        \"output\": {}\n      },\n      {\n        \"taskIndex\": \"<integer>\",\n        \"name\": \"<string>\",\n        \"id\": \"<string>\",\n        \"status\": \"completed\",\n        \"startTime\": \"<dateTime>\",\n        \"endTime\": \"<dateTime>\",\n        \"agentType\": \"monari\",\n        \"output\": {}\n      }\n    ],\n    \"errors\": [\n      {\n        \"taskIndex\": \"<integer>\",\n        \"taskName\": \"<string>\",\n        \"error\": \"<string>\",\n        \"timestamp\": \"<dateTime>\"\n      },\n      {\n        \"taskIndex\": \"<integer>\",\n        \"taskName\": \"<string>\",\n        \"error\": \"<string>\",\n        \"timestamp\": \"<dateTime>\"\n      }\n    ]\n  },\n  \"summary\": {\n    \"workflowId\": \"<string>\",\n    \"workflowName\": \"<string>\",\n    \"status\": \"completed_with_errors\",\n    \"totalTasks\": \"<integer>\",\n    \"completedTasks\": \"<integer>\",\n    \"failedTasks\": \"<integer>\",\n    \"duration\": \"<number>\",\n    \"startTime\": \"<dateTime>\",\n    \"endTime\": \"<dateTime>\"\n  }\n}"},{"id":"e24fd63f-0f73-4be0-b219-9b5ae9dd1f00","name":"Invalid request parameters or workflow has no tasks","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"X-API-Key","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"apiKey\": \"<string>\",\n  \"uid\": \"<string>\",\n  \"workflowId\": \"<string>\",\n  \"initialData\": {\n    \"customerName\": \"<string>\",\n    \"email\": \"<string>\",\n    \"phone\": \"<string>\"\n  },\n  \"sessionId\": \"<string>\",\n  \"language_code\": \"DE\",\n  \"account_id\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.mona-ai.cloud/agent/executeWorkflow"},"status":"Bad Request","code":400,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":null},{"id":"63bac46e-090e-4bb6-b22f-216f7eef187c","name":"Unauthorized","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"X-API-Key","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"apiKey\": \"<string>\",\n  \"uid\": \"<string>\",\n  \"workflowId\": \"<string>\",\n  \"initialData\": {\n    \"customerName\": \"<string>\",\n    \"email\": \"<string>\",\n    \"phone\": \"<string>\"\n  },\n  \"sessionId\": \"<string>\",\n  \"language_code\": \"DE\",\n  \"account_id\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.mona-ai.cloud/agent/executeWorkflow"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":null},{"id":"53123757-0c70-4372-b977-697b904697ad","name":"Workflow not found","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"X-API-Key","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"apiKey\": \"<string>\",\n  \"uid\": \"<string>\",\n  \"workflowId\": \"<string>\",\n  \"initialData\": {\n    \"customerName\": \"<string>\",\n    \"email\": \"<string>\",\n    \"phone\": \"<string>\"\n  },\n  \"sessionId\": \"<string>\",\n  \"language_code\": \"DE\",\n  \"account_id\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.mona-ai.cloud/agent/executeWorkflow"},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":null},{"id":"ddfa1719-7319-42ea-8bc8-073e85cd0087","name":"Internal server error","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"X-API-Key","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"apiKey\": \"<string>\",\n  \"uid\": \"<string>\",\n  \"workflowId\": \"<string>\",\n  \"initialData\": {\n    \"customerName\": \"<string>\",\n    \"email\": \"<string>\",\n    \"phone\": \"<string>\"\n  },\n  \"sessionId\": \"<string>\",\n  \"language_code\": \"DE\",\n  \"account_id\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.mona-ai.cloud/agent/executeWorkflow"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":null}],"_postman_id":"7556c3c2-46fc-4843-8e9d-7b2ec49fb2dd"},{"name":"Create Agent Workflow","id":"ff284c00-03ee-4f1d-97c2-b0059092ba4f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"apiKey\": \"<string>\",\n  \"uid\": \"<string>\",\n  \"permission\": \"<string>\",\n  \"agentId\": \"<string>\",\n  \"workflowData\": {\n    \"name\": \"<string>\",\n    \"description\": \"<string>\",\n    \"steps\": [\n      {\n        \"name\": \"<string>\",\n        \"type\": \"decision\",\n        \"config\": {}\n      },\n      {\n        \"name\": \"<string>\",\n        \"type\": \"email\",\n        \"config\": {}\n      }\n    ]\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.mona-ai.cloud/agent/createAgentWorkflow","description":"<p>Create a new workflow for an agent</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-API-Key"},{"key":"value","value":"{{apiKey}}"}]},"isInherited":true,"source":{"_postman_id":"d65d5421-ab45-405c-a53e-5b8e931dd774","id":"d65d5421-ab45-405c-a53e-5b8e931dd774","name":"MONA AI API - Public Documentation","type":"collection"}},"urlObject":{"path":["agent","createAgentWorkflow"],"host":["https://api.mona-ai.cloud"],"query":[],"variable":[]}},"response":[{"id":"4350596c-4c1c-4b4a-8652-9b05531904d7","name":"Agent workflow created successfully","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"X-API-Key","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"apiKey\": \"<string>\",\n  \"uid\": \"<string>\",\n  \"permission\": \"<string>\",\n  \"agentId\": \"<string>\",\n  \"workflowData\": {\n    \"name\": \"<string>\",\n    \"description\": \"<string>\",\n    \"steps\": [\n      {\n        \"name\": \"<string>\",\n        \"type\": \"decision\",\n        \"config\": {}\n      },\n      {\n        \"name\": \"<string>\",\n        \"type\": \"email\",\n        \"config\": {}\n      }\n    ]\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.mona-ai.cloud/agent/createAgentWorkflow"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":null},{"id":"ddab8635-d7d5-41a9-b27b-e134e45e2f08","name":"Invalid request parameters","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"X-API-Key","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"apiKey\": \"<string>\",\n  \"uid\": \"<string>\",\n  \"permission\": \"<string>\",\n  \"agentId\": \"<string>\",\n  \"workflowData\": {\n    \"name\": \"<string>\",\n    \"description\": \"<string>\",\n    \"steps\": [\n      {\n        \"name\": \"<string>\",\n        \"type\": \"decision\",\n        \"config\": {}\n      },\n      {\n        \"name\": \"<string>\",\n        \"type\": \"email\",\n        \"config\": {}\n      }\n    ]\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.mona-ai.cloud/agent/createAgentWorkflow"},"status":"Bad Request","code":400,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":null},{"id":"5094b09f-7690-4642-8f62-345c55257408","name":"Unauthorized","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"X-API-Key","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"apiKey\": \"<string>\",\n  \"uid\": \"<string>\",\n  \"permission\": \"<string>\",\n  \"agentId\": \"<string>\",\n  \"workflowData\": {\n    \"name\": \"<string>\",\n    \"description\": \"<string>\",\n    \"steps\": [\n      {\n        \"name\": \"<string>\",\n        \"type\": \"decision\",\n        \"config\": {}\n      },\n      {\n        \"name\": \"<string>\",\n        \"type\": \"email\",\n        \"config\": {}\n      }\n    ]\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.mona-ai.cloud/agent/createAgentWorkflow"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":null},{"id":"65b1a377-8cc2-4ffc-ab40-6d2f59ec1424","name":"Insufficient permissions","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"X-API-Key","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"apiKey\": \"<string>\",\n  \"uid\": \"<string>\",\n  \"permission\": \"<string>\",\n  \"agentId\": \"<string>\",\n  \"workflowData\": {\n    \"name\": \"<string>\",\n    \"description\": \"<string>\",\n    \"steps\": [\n      {\n        \"name\": \"<string>\",\n        \"type\": \"decision\",\n        \"config\": {}\n      },\n      {\n        \"name\": \"<string>\",\n        \"type\": \"email\",\n        \"config\": {}\n      }\n    ]\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.mona-ai.cloud/agent/createAgentWorkflow"},"status":"Forbidden","code":403,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":null},{"id":"f4334b90-34b3-4b7e-a4ae-7b633dc7cb4b","name":"Agent not found","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"X-API-Key","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"apiKey\": \"<string>\",\n  \"uid\": \"<string>\",\n  \"permission\": \"<string>\",\n  \"agentId\": \"<string>\",\n  \"workflowData\": {\n    \"name\": \"<string>\",\n    \"description\": \"<string>\",\n    \"steps\": [\n      {\n        \"name\": \"<string>\",\n        \"type\": \"decision\",\n        \"config\": {}\n      },\n      {\n        \"name\": \"<string>\",\n        \"type\": \"email\",\n        \"config\": {}\n      }\n    ]\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.mona-ai.cloud/agent/createAgentWorkflow"},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":null},{"id":"1799cdde-b076-45f2-bbd6-742556adfa28","name":"Internal server error","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"X-API-Key","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"apiKey\": \"<string>\",\n  \"uid\": \"<string>\",\n  \"permission\": \"<string>\",\n  \"agentId\": \"<string>\",\n  \"workflowData\": {\n    \"name\": \"<string>\",\n    \"description\": \"<string>\",\n    \"steps\": [\n      {\n        \"name\": \"<string>\",\n        \"type\": \"decision\",\n        \"config\": {}\n      },\n      {\n        \"name\": \"<string>\",\n        \"type\": \"email\",\n        \"config\": {}\n      }\n    ]\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.mona-ai.cloud/agent/createAgentWorkflow"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":null}],"_postman_id":"ff284c00-03ee-4f1d-97c2-b0059092ba4f"},{"name":"Update Agent Workflow","id":"b6343d59-8b83-40a0-a759-6b353494d562","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"apiKey\": \"<string>\",\n  \"uid\": \"<string>\",\n  \"permission\": \"<string>\",\n  \"agentId\": \"<string>\",\n  \"workflowId\": \"<string>\",\n  \"workflowData\": {\n    \"name\": \"<string>\",\n    \"description\": \"<string>\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.mona-ai.cloud/agent/updateAgentWorkflow","description":"<p>Update an existing agent workflow</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-API-Key"},{"key":"value","value":"{{apiKey}}"}]},"isInherited":true,"source":{"_postman_id":"d65d5421-ab45-405c-a53e-5b8e931dd774","id":"d65d5421-ab45-405c-a53e-5b8e931dd774","name":"MONA AI API - Public Documentation","type":"collection"}},"urlObject":{"path":["agent","updateAgentWorkflow"],"host":["https://api.mona-ai.cloud"],"query":[],"variable":[]}},"response":[{"id":"a61b4f50-a2f1-4cfc-8526-24dc854cb25d","name":"Agent workflow updated successfully","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"X-API-Key","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"apiKey\": \"<string>\",\n  \"uid\": \"<string>\",\n  \"permission\": \"<string>\",\n  \"agentId\": \"<string>\",\n  \"workflowId\": \"<string>\",\n  \"workflowData\": {\n    \"name\": \"<string>\",\n    \"description\": \"<string>\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.mona-ai.cloud/agent/updateAgentWorkflow"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":null},{"id":"22f0a086-964e-4049-9e91-2638fedb748d","name":"Invalid request parameters","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"X-API-Key","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"apiKey\": \"<string>\",\n  \"uid\": \"<string>\",\n  \"permission\": \"<string>\",\n  \"agentId\": \"<string>\",\n  \"workflowId\": \"<string>\",\n  \"workflowData\": {\n    \"name\": \"<string>\",\n    \"description\": \"<string>\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.mona-ai.cloud/agent/updateAgentWorkflow"},"status":"Bad Request","code":400,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":null},{"id":"99e1532d-0f8d-4790-becb-24ffc75ca2d9","name":"Unauthorized","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"X-API-Key","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"apiKey\": \"<string>\",\n  \"uid\": \"<string>\",\n  \"permission\": \"<string>\",\n  \"agentId\": \"<string>\",\n  \"workflowId\": \"<string>\",\n  \"workflowData\": {\n    \"name\": \"<string>\",\n    \"description\": \"<string>\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.mona-ai.cloud/agent/updateAgentWorkflow"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":null},{"id":"0019f734-89a0-4852-bebd-f45f3fd76e4a","name":"Insufficient permissions","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"X-API-Key","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"apiKey\": \"<string>\",\n  \"uid\": \"<string>\",\n  \"permission\": \"<string>\",\n  \"agentId\": \"<string>\",\n  \"workflowId\": \"<string>\",\n  \"workflowData\": {\n    \"name\": \"<string>\",\n    \"description\": \"<string>\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.mona-ai.cloud/agent/updateAgentWorkflow"},"status":"Forbidden","code":403,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":null},{"id":"09eb327a-f31d-4062-b155-a4c2c8bef6b8","name":"Workflow not found","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"X-API-Key","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"apiKey\": \"<string>\",\n  \"uid\": \"<string>\",\n  \"permission\": \"<string>\",\n  \"agentId\": \"<string>\",\n  \"workflowId\": \"<string>\",\n  \"workflowData\": {\n    \"name\": \"<string>\",\n    \"description\": \"<string>\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.mona-ai.cloud/agent/updateAgentWorkflow"},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":null},{"id":"ee7a609b-6044-4d6d-b0d5-2efc7344bb0a","name":"Internal server error","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"X-API-Key","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"apiKey\": \"<string>\",\n  \"uid\": \"<string>\",\n  \"permission\": \"<string>\",\n  \"agentId\": \"<string>\",\n  \"workflowId\": \"<string>\",\n  \"workflowData\": {\n    \"name\": \"<string>\",\n    \"description\": \"<string>\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.mona-ai.cloud/agent/updateAgentWorkflow"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":null}],"_postman_id":"b6343d59-8b83-40a0-a759-6b353494d562"},{"name":"Get Agent Workflow","id":"2e7f113f-df7e-4438-96c2-90d1af63c3f8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"apiKey\": \"<string>\",\n  \"uid\": \"<string>\",\n  \"permission\": \"<string>\",\n  \"agentId\": \"<string>\",\n  \"workflowId\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.mona-ai.cloud/agent/getAgentWorkflow","description":"<p>Retrieve a specific agent workflow</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-API-Key"},{"key":"value","value":"{{apiKey}}"}]},"isInherited":true,"source":{"_postman_id":"d65d5421-ab45-405c-a53e-5b8e931dd774","id":"d65d5421-ab45-405c-a53e-5b8e931dd774","name":"MONA AI API - Public Documentation","type":"collection"}},"urlObject":{"path":["agent","getAgentWorkflow"],"host":["https://api.mona-ai.cloud"],"query":[],"variable":[]}},"response":[{"id":"42caf335-3058-4642-988c-e0ff7ab0f296","name":"Agent workflow retrieved successfully","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"X-API-Key","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"apiKey\": \"<string>\",\n  \"uid\": \"<string>\",\n  \"permission\": \"<string>\",\n  \"agentId\": \"<string>\",\n  \"workflowId\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.mona-ai.cloud/agent/getAgentWorkflow"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"workflowId\": \"<string>\",\n  \"agentId\": \"<string>\",\n  \"name\": \"<string>\",\n  \"description\": \"<string>\",\n  \"isActive\": \"<boolean>\",\n  \"createdAt\": \"<dateTime>\"\n}"},{"id":"49e16861-37fe-4419-aaa6-db5f2cd4ed17","name":"Invalid request parameters","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"X-API-Key","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"apiKey\": \"<string>\",\n  \"uid\": \"<string>\",\n  \"permission\": \"<string>\",\n  \"agentId\": \"<string>\",\n  \"workflowId\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.mona-ai.cloud/agent/getAgentWorkflow"},"status":"Bad Request","code":400,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":null},{"id":"f49a970a-b82e-41fc-afd8-5d3f0a36bc37","name":"Unauthorized","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"X-API-Key","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"apiKey\": \"<string>\",\n  \"uid\": \"<string>\",\n  \"permission\": \"<string>\",\n  \"agentId\": \"<string>\",\n  \"workflowId\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.mona-ai.cloud/agent/getAgentWorkflow"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":null},{"id":"d19413eb-8461-4cc9-a772-71b06fdeca51","name":"Insufficient permissions","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"X-API-Key","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"apiKey\": \"<string>\",\n  \"uid\": \"<string>\",\n  \"permission\": \"<string>\",\n  \"agentId\": \"<string>\",\n  \"workflowId\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.mona-ai.cloud/agent/getAgentWorkflow"},"status":"Forbidden","code":403,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":null},{"id":"35add1f9-204c-4354-80ea-d4c7d8058a6e","name":"Workflow not found","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"X-API-Key","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"apiKey\": \"<string>\",\n  \"uid\": \"<string>\",\n  \"permission\": \"<string>\",\n  \"agentId\": \"<string>\",\n  \"workflowId\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.mona-ai.cloud/agent/getAgentWorkflow"},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":null},{"id":"aa22a932-1852-4b87-a5d9-fdc9dad00f9d","name":"Internal server error","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"X-API-Key","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"apiKey\": \"<string>\",\n  \"uid\": \"<string>\",\n  \"permission\": \"<string>\",\n  \"agentId\": \"<string>\",\n  \"workflowId\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.mona-ai.cloud/agent/getAgentWorkflow"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":null}],"_postman_id":"2e7f113f-df7e-4438-96c2-90d1af63c3f8"},{"name":"Delete Agent Workflow","id":"1ae1014c-6196-46b4-9bb0-5c0a83b49e45","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"apiKey\": \"<string>\",\n  \"uid\": \"<string>\",\n  \"permission\": \"<string>\",\n  \"agentId\": \"<string>\",\n  \"workflowId\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.mona-ai.cloud/agent/deleteAgentWorkflow","description":"<p>Delete an existing agent workflow</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-API-Key"},{"key":"value","value":"{{apiKey}}"}]},"isInherited":true,"source":{"_postman_id":"d65d5421-ab45-405c-a53e-5b8e931dd774","id":"d65d5421-ab45-405c-a53e-5b8e931dd774","name":"MONA AI API - Public Documentation","type":"collection"}},"urlObject":{"path":["agent","deleteAgentWorkflow"],"host":["https://api.mona-ai.cloud"],"query":[],"variable":[]}},"response":[{"id":"a31129fe-243e-43ee-a8de-a3f1d535d71a","name":"Agent workflow deleted successfully","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"X-API-Key","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"apiKey\": \"<string>\",\n  \"uid\": \"<string>\",\n  \"permission\": \"<string>\",\n  \"agentId\": \"<string>\",\n  \"workflowId\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.mona-ai.cloud/agent/deleteAgentWorkflow"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":null},{"id":"23cfa5f3-5179-4f46-8a78-0d5750a0ab99","name":"Invalid request parameters","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"X-API-Key","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"apiKey\": \"<string>\",\n  \"uid\": \"<string>\",\n  \"permission\": \"<string>\",\n  \"agentId\": \"<string>\",\n  \"workflowId\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.mona-ai.cloud/agent/deleteAgentWorkflow"},"status":"Bad Request","code":400,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":null},{"id":"37a64268-477a-4cd4-baf8-a24ca961f544","name":"Unauthorized","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"X-API-Key","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"apiKey\": \"<string>\",\n  \"uid\": \"<string>\",\n  \"permission\": \"<string>\",\n  \"agentId\": \"<string>\",\n  \"workflowId\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.mona-ai.cloud/agent/deleteAgentWorkflow"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":null},{"id":"b5f6bebe-4e34-4061-9f2e-d0d19a175c5c","name":"Insufficient permissions","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"X-API-Key","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"apiKey\": \"<string>\",\n  \"uid\": \"<string>\",\n  \"permission\": \"<string>\",\n  \"agentId\": \"<string>\",\n  \"workflowId\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.mona-ai.cloud/agent/deleteAgentWorkflow"},"status":"Forbidden","code":403,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":null},{"id":"4cd6282a-ff19-4238-aa8a-f0320f469dde","name":"Workflow not found","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"X-API-Key","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"apiKey\": \"<string>\",\n  \"uid\": \"<string>\",\n  \"permission\": \"<string>\",\n  \"agentId\": \"<string>\",\n  \"workflowId\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.mona-ai.cloud/agent/deleteAgentWorkflow"},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":null},{"id":"872e52b6-4dfc-49a6-9316-0516748174d0","name":"Internal server error","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"X-API-Key","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"apiKey\": \"<string>\",\n  \"uid\": \"<string>\",\n  \"permission\": \"<string>\",\n  \"agentId\": \"<string>\",\n  \"workflowId\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.mona-ai.cloud/agent/deleteAgentWorkflow"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":null}],"_postman_id":"1ae1014c-6196-46b4-9bb0-5c0a83b49e45"},{"name":"DeleteContextCache","id":"ae0eaae7-ced2-44aa-ac89-25a715ae997e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"apiKey\": \"<string>\",\n  \"uid\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.mona-ai.cloud/agent/deleteContextCache","description":"<p>Endpoint for deleteContextCache operations</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-API-Key"},{"key":"value","value":"{{apiKey}}"}]},"isInherited":true,"source":{"_postman_id":"d65d5421-ab45-405c-a53e-5b8e931dd774","id":"d65d5421-ab45-405c-a53e-5b8e931dd774","name":"MONA AI API - Public Documentation","type":"collection"}},"urlObject":{"path":["agent","deleteContextCache"],"host":["https://api.mona-ai.cloud"],"query":[],"variable":[]}},"response":[{"id":"317c59fb-71c3-439d-ba49-bcec428f7083","name":"Successful response","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"X-API-Key","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"apiKey\": \"<string>\",\n  \"uid\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.mona-ai.cloud/agent/deleteContextCache"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": \"<boolean>\",\n  \"data\": {}\n}"},{"id":"3c9c33dc-a842-45df-b0b3-9aa6b14c8068","name":"Bad request","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"X-API-Key","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"apiKey\": \"<string>\",\n  \"uid\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.mona-ai.cloud/agent/deleteContextCache"},"status":"Bad Request","code":400,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":null},{"id":"4333908c-c17a-455e-8b5c-52013636dd22","name":"Unauthorized","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"X-API-Key","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"apiKey\": \"<string>\",\n  \"uid\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.mona-ai.cloud/agent/deleteContextCache"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":null},{"id":"ecc31608-2d52-4392-a492-76f81cfe1ec6","name":"Internal server error","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"X-API-Key","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"apiKey\": \"<string>\",\n  \"uid\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.mona-ai.cloud/agent/deleteContextCache"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":null}],"_postman_id":"ae0eaae7-ced2-44aa-ac89-25a715ae997e"},{"name":"GetMonariAgents","id":"8519cd14-0568-496f-9975-e73052e50fbe","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"apiKey\": \"<string>\",\n  \"uid\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.mona-ai.cloud/agent/getMonariAgents","description":"<p>Endpoint for getMonariAgents operations</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-API-Key"},{"key":"value","value":"{{apiKey}}"}]},"isInherited":true,"source":{"_postman_id":"d65d5421-ab45-405c-a53e-5b8e931dd774","id":"d65d5421-ab45-405c-a53e-5b8e931dd774","name":"MONA AI API - Public Documentation","type":"collection"}},"urlObject":{"path":["agent","getMonariAgents"],"host":["https://api.mona-ai.cloud"],"query":[],"variable":[]}},"response":[{"id":"65fa8043-378c-4bdf-9da8-2970760c9b1e","name":"Successful response","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"X-API-Key","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"apiKey\": \"<string>\",\n  \"uid\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.mona-ai.cloud/agent/getMonariAgents"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": \"<boolean>\",\n  \"data\": {}\n}"},{"id":"ed30159f-d74a-419d-bdcd-1af955049f28","name":"Bad request","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"X-API-Key","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"apiKey\": \"<string>\",\n  \"uid\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.mona-ai.cloud/agent/getMonariAgents"},"status":"Bad Request","code":400,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":null},{"id":"5e745c82-7929-4b81-9ed0-4a4f4fcea7ed","name":"Unauthorized","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"X-API-Key","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"apiKey\": \"<string>\",\n  \"uid\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.mona-ai.cloud/agent/getMonariAgents"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":null},{"id":"58e58c92-248b-47a8-a3df-708918694b03","name":"Internal server error","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"X-API-Key","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"apiKey\": \"<string>\",\n  \"uid\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.mona-ai.cloud/agent/getMonariAgents"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":null}],"_postman_id":"8519cd14-0568-496f-9975-e73052e50fbe"},{"name":"GetCustomAgents","id":"d0a2e468-f201-4de9-879b-0901f0094f45","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"apiKey\": \"<string>\",\n  \"uid\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.mona-ai.cloud/agent/getCustomAgents","description":"<p>Endpoint for getCustomAgents operations</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-API-Key"},{"key":"value","value":"{{apiKey}}"}]},"isInherited":true,"source":{"_postman_id":"d65d5421-ab45-405c-a53e-5b8e931dd774","id":"d65d5421-ab45-405c-a53e-5b8e931dd774","name":"MONA AI API - Public Documentation","type":"collection"}},"urlObject":{"path":["agent","getCustomAgents"],"host":["https://api.mona-ai.cloud"],"query":[],"variable":[]}},"response":[{"id":"6f0da1fb-e2ec-406b-9dee-63ac5cad4a6c","name":"Successful response","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"X-API-Key","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"apiKey\": \"<string>\",\n  \"uid\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.mona-ai.cloud/agent/getCustomAgents"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": \"<boolean>\",\n  \"data\": {}\n}"},{"id":"4017e870-b0f5-4991-8818-003464504272","name":"Bad request","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"X-API-Key","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"apiKey\": \"<string>\",\n  \"uid\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.mona-ai.cloud/agent/getCustomAgents"},"status":"Bad Request","code":400,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":null},{"id":"07bd4233-1395-4d45-9945-57f0758c8f49","name":"Unauthorized","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"X-API-Key","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"apiKey\": \"<string>\",\n  \"uid\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.mona-ai.cloud/agent/getCustomAgents"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":null},{"id":"f92222d1-cce3-44ad-9e9c-259da294dfae","name":"Internal server error","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"X-API-Key","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"apiKey\": \"<string>\",\n  \"uid\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.mona-ai.cloud/agent/getCustomAgents"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":null}],"_postman_id":"d0a2e468-f201-4de9-879b-0901f0094f45"},{"name":"UpdateMonariAgent","id":"91da04b1-6188-4ecd-a554-e544e93e3b8a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"apiKey\": \"<string>\",\n  \"uid\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.mona-ai.cloud/agent/updateMonariAgent","description":"<p>Endpoint for updateMonariAgent operations</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-API-Key"},{"key":"value","value":"{{apiKey}}"}]},"isInherited":true,"source":{"_postman_id":"d65d5421-ab45-405c-a53e-5b8e931dd774","id":"d65d5421-ab45-405c-a53e-5b8e931dd774","name":"MONA AI API - Public Documentation","type":"collection"}},"urlObject":{"path":["agent","updateMonariAgent"],"host":["https://api.mona-ai.cloud"],"query":[],"variable":[]}},"response":[{"id":"a3b42754-14c5-4136-9631-eb22ee4d3d8f","name":"Successful response","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"X-API-Key","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"apiKey\": \"<string>\",\n  \"uid\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.mona-ai.cloud/agent/updateMonariAgent"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": \"<boolean>\",\n  \"data\": {}\n}"},{"id":"50c9a8cf-5c54-42de-8be4-4c5487e6fcd9","name":"Bad request","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"X-API-Key","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"apiKey\": \"<string>\",\n  \"uid\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.mona-ai.cloud/agent/updateMonariAgent"},"status":"Bad Request","code":400,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":null},{"id":"6e1d9f0b-164a-4b78-936b-4c07e7feeff3","name":"Unauthorized","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"X-API-Key","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"apiKey\": \"<string>\",\n  \"uid\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.mona-ai.cloud/agent/updateMonariAgent"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":null},{"id":"9f1e833c-c371-4237-8fb9-3394d437c65f","name":"Internal server error","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"X-API-Key","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"apiKey\": \"<string>\",\n  \"uid\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.mona-ai.cloud/agent/updateMonariAgent"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":null}],"_postman_id":"91da04b1-6188-4ecd-a554-e544e93e3b8a"},{"name":"DeleteMonariAgent","id":"64d1eba0-0e09-412b-b10a-2e07129e1074","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"apiKey\": \"<string>\",\n  \"uid\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.mona-ai.cloud/agent/deleteMonariAgent","description":"<p>Endpoint for deleteMonariAgent operations</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-API-Key"},{"key":"value","value":"{{apiKey}}"}]},"isInherited":true,"source":{"_postman_id":"d65d5421-ab45-405c-a53e-5b8e931dd774","id":"d65d5421-ab45-405c-a53e-5b8e931dd774","name":"MONA AI API - Public Documentation","type":"collection"}},"urlObject":{"path":["agent","deleteMonariAgent"],"host":["https://api.mona-ai.cloud"],"query":[],"variable":[]}},"response":[{"id":"9d34a8db-6fef-4034-9f84-2c043da144bf","name":"Successful response","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"X-API-Key","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"apiKey\": \"<string>\",\n  \"uid\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.mona-ai.cloud/agent/deleteMonariAgent"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": \"<boolean>\",\n  \"data\": {}\n}"},{"id":"27532244-4fb2-4d3f-bd8c-72365e853928","name":"Bad request","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"X-API-Key","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"apiKey\": \"<string>\",\n  \"uid\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.mona-ai.cloud/agent/deleteMonariAgent"},"status":"Bad Request","code":400,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":null},{"id":"c6d82540-1046-4ecb-997e-62d2c09b1ab9","name":"Unauthorized","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"X-API-Key","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"apiKey\": \"<string>\",\n  \"uid\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.mona-ai.cloud/agent/deleteMonariAgent"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":null},{"id":"10d3d46b-4437-4ca1-9da9-368d1adf6c3f","name":"Internal server error","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"X-API-Key","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"apiKey\": \"<string>\",\n  \"uid\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.mona-ai.cloud/agent/deleteMonariAgent"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":null}],"_postman_id":"64d1eba0-0e09-412b-b10a-2e07129e1074"},{"name":"Browser_use_tool","id":"0a7ec05c-14f6-4a3c-a1cf-92ada7f4f753","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"apiKey\": \"<string>\",\n  \"uid\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.mona-ai.cloud/agent/browser_use_tool","description":"<p>Endpoint for browser_use_tool operations</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-API-Key"},{"key":"value","value":"{{apiKey}}"}]},"isInherited":true,"source":{"_postman_id":"d65d5421-ab45-405c-a53e-5b8e931dd774","id":"d65d5421-ab45-405c-a53e-5b8e931dd774","name":"MONA AI API - Public Documentation","type":"collection"}},"urlObject":{"path":["agent","browser_use_tool"],"host":["https://api.mona-ai.cloud"],"query":[],"variable":[]}},"response":[{"id":"aecc383e-ed12-4dac-ae81-649b966dc1c1","name":"Successful response","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"X-API-Key","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"apiKey\": \"<string>\",\n  \"uid\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.mona-ai.cloud/agent/browser_use_tool"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": \"<boolean>\",\n  \"data\": {}\n}"},{"id":"cc9c928b-b972-40ac-899e-7753ee2ac0f8","name":"Bad request","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"X-API-Key","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"apiKey\": \"<string>\",\n  \"uid\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.mona-ai.cloud/agent/browser_use_tool"},"status":"Bad Request","code":400,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":null},{"id":"be3f19ba-910a-4abd-8284-e07b2008df41","name":"Unauthorized","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"X-API-Key","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"apiKey\": \"<string>\",\n  \"uid\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.mona-ai.cloud/agent/browser_use_tool"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":null},{"id":"2072a006-a969-4382-b6b4-05871b610ccc","name":"Internal server error","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"X-API-Key","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"apiKey\": \"<string>\",\n  \"uid\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.mona-ai.cloud/agent/browser_use_tool"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":null}],"_postman_id":"0a7ec05c-14f6-4a3c-a1cf-92ada7f4f753"},{"name":"E2b_tool","id":"84398960-fca1-43e7-a124-87dedd9c0bf6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"apiKey\": \"<string>\",\n  \"uid\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.mona-ai.cloud/agent/e2b_tool","description":"<p>Endpoint for e2b_tool operations</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-API-Key"},{"key":"value","value":"{{apiKey}}"}]},"isInherited":true,"source":{"_postman_id":"d65d5421-ab45-405c-a53e-5b8e931dd774","id":"d65d5421-ab45-405c-a53e-5b8e931dd774","name":"MONA AI API - Public Documentation","type":"collection"}},"urlObject":{"path":["agent","e2b_tool"],"host":["https://api.mona-ai.cloud"],"query":[],"variable":[]}},"response":[{"id":"11da8c8e-d686-4afe-9cbd-46bcdf430815","name":"Successful response","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"X-API-Key","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"apiKey\": \"<string>\",\n  \"uid\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.mona-ai.cloud/agent/e2b_tool"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": \"<boolean>\",\n  \"data\": {}\n}"},{"id":"d0502847-2824-4143-afc3-7f75749092d3","name":"Bad request","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"X-API-Key","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"apiKey\": \"<string>\",\n  \"uid\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.mona-ai.cloud/agent/e2b_tool"},"status":"Bad Request","code":400,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":null},{"id":"3a6f5017-ee82-409e-a591-f79ee5d1f1aa","name":"Unauthorized","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"X-API-Key","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"apiKey\": \"<string>\",\n  \"uid\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.mona-ai.cloud/agent/e2b_tool"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":null},{"id":"41baf262-3b9f-4e71-88ba-957f71b18f5a","name":"Internal server error","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"X-API-Key","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"apiKey\": \"<string>\",\n  \"uid\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.mona-ai.cloud/agent/e2b_tool"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":null}],"_postman_id":"84398960-fca1-43e7-a124-87dedd9c0bf6"},{"name":"GetChatHistory","id":"cdac1aba-c21f-4ac9-a8f5-467e171b9c56","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"apiKey\": \"<string>\",\n  \"uid\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.mona-ai.cloud/agent/getChatHistory","description":"<p>Endpoint for getChatHistory operations</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-API-Key"},{"key":"value","value":"{{apiKey}}"}]},"isInherited":true,"source":{"_postman_id":"d65d5421-ab45-405c-a53e-5b8e931dd774","id":"d65d5421-ab45-405c-a53e-5b8e931dd774","name":"MONA AI API - Public Documentation","type":"collection"}},"urlObject":{"path":["agent","getChatHistory"],"host":["https://api.mona-ai.cloud"],"query":[],"variable":[]}},"response":[{"id":"3155a36d-0389-419e-9bac-02a9d52ef2d4","name":"Successful response","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"X-API-Key","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"apiKey\": \"<string>\",\n  \"uid\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.mona-ai.cloud/agent/getChatHistory"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": \"<boolean>\",\n  \"data\": {}\n}"},{"id":"37725b84-a1b2-403e-ae89-17eda4445402","name":"Bad request","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"X-API-Key","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"apiKey\": \"<string>\",\n  \"uid\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.mona-ai.cloud/agent/getChatHistory"},"status":"Bad Request","code":400,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":null},{"id":"6129ed8f-af1a-4dea-9277-bd7bcdeb6dd4","name":"Unauthorized","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"X-API-Key","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"apiKey\": \"<string>\",\n  \"uid\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.mona-ai.cloud/agent/getChatHistory"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":null},{"id":"08813770-4d8f-4a6e-b093-c80e18f18315","name":"Internal server error","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"X-API-Key","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"apiKey\": \"<string>\",\n  \"uid\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.mona-ai.cloud/agent/getChatHistory"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":null}],"_postman_id":"cdac1aba-c21f-4ac9-a8f5-467e171b9c56"},{"name":"GetInboundSMS","id":"4ba6d615-b64f-4de8-b923-8e32d23cee42","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"apiKey\": \"<string>\",\n  \"uid\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.mona-ai.cloud/agent/getInboundSMS","description":"<p>Endpoint for getInboundSMS operations</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-API-Key"},{"key":"value","value":"{{apiKey}}"}]},"isInherited":true,"source":{"_postman_id":"d65d5421-ab45-405c-a53e-5b8e931dd774","id":"d65d5421-ab45-405c-a53e-5b8e931dd774","name":"MONA AI API - Public Documentation","type":"collection"}},"urlObject":{"path":["agent","getInboundSMS"],"host":["https://api.mona-ai.cloud"],"query":[],"variable":[]}},"response":[{"id":"e88db84e-5749-4b5f-a195-077da6d826a0","name":"Successful response","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"X-API-Key","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"apiKey\": \"<string>\",\n  \"uid\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.mona-ai.cloud/agent/getInboundSMS"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": \"<boolean>\",\n  \"data\": {}\n}"},{"id":"40bef9a7-1a4b-4bdc-ab5d-4ab4969f623e","name":"Bad request","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"X-API-Key","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"apiKey\": \"<string>\",\n  \"uid\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.mona-ai.cloud/agent/getInboundSMS"},"status":"Bad Request","code":400,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":null},{"id":"0876fc76-71e0-4513-8f51-41419500ba65","name":"Unauthorized","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"X-API-Key","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"apiKey\": \"<string>\",\n  \"uid\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.mona-ai.cloud/agent/getInboundSMS"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":null},{"id":"01df527d-e2df-4778-b6ea-ebddf95580ed","name":"Internal server error","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"X-API-Key","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"apiKey\": \"<string>\",\n  \"uid\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.mona-ai.cloud/agent/getInboundSMS"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":null}],"_postman_id":"4ba6d615-b64f-4de8-b923-8e32d23cee42"},{"name":"ExecuteWorkflowV2","id":"9b326c1d-96a0-4875-be26-f20b9c55c992","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"apiKey\": \"<string>\",\n  \"uid\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.mona-ai.cloud/agent/executeWorkflowV2","description":"<p>Endpoint for executeWorkflowV2 operations</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-API-Key"},{"key":"value","value":"{{apiKey}}"}]},"isInherited":true,"source":{"_postman_id":"d65d5421-ab45-405c-a53e-5b8e931dd774","id":"d65d5421-ab45-405c-a53e-5b8e931dd774","name":"MONA AI API - Public Documentation","type":"collection"}},"urlObject":{"path":["agent","executeWorkflowV2"],"host":["https://api.mona-ai.cloud"],"query":[],"variable":[]}},"response":[{"id":"7c62f70c-7fc6-4975-8f01-50906959a008","name":"Successful response","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"X-API-Key","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"apiKey\": \"<string>\",\n  \"uid\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.mona-ai.cloud/agent/executeWorkflowV2"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": \"<boolean>\",\n  \"data\": {}\n}"},{"id":"0f0a35e9-e8ee-43b5-9def-eaf8467f5142","name":"Bad request","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"X-API-Key","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"apiKey\": \"<string>\",\n  \"uid\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.mona-ai.cloud/agent/executeWorkflowV2"},"status":"Bad Request","code":400,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":null},{"id":"ca508184-c17a-426f-8049-f2895232b48f","name":"Unauthorized","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"X-API-Key","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"apiKey\": \"<string>\",\n  \"uid\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.mona-ai.cloud/agent/executeWorkflowV2"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":null},{"id":"9a3c00c0-3b33-4ae5-a453-1c59b8352934","name":"Internal server error","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"X-API-Key","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"apiKey\": \"<string>\",\n  \"uid\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.mona-ai.cloud/agent/executeWorkflowV2"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":null}],"_postman_id":"9b326c1d-96a0-4875-be26-f20b9c55c992"},{"name":"GetWorkflowExecution","id":"ef87ea1a-1b4e-48f7-86d4-e026dd3068e9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"apiKey\": \"<string>\",\n  \"uid\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.mona-ai.cloud/agent/getWorkflowExecution","description":"<p>Endpoint for getWorkflowExecution operations</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-API-Key"},{"key":"value","value":"{{apiKey}}"}]},"isInherited":true,"source":{"_postman_id":"d65d5421-ab45-405c-a53e-5b8e931dd774","id":"d65d5421-ab45-405c-a53e-5b8e931dd774","name":"MONA AI API - Public Documentation","type":"collection"}},"urlObject":{"path":["agent","getWorkflowExecution"],"host":["https://api.mona-ai.cloud"],"query":[],"variable":[]}},"response":[{"id":"a8f6f60e-bc79-44f0-ad67-d426b008cc9d","name":"Successful response","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"X-API-Key","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"apiKey\": \"<string>\",\n  \"uid\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.mona-ai.cloud/agent/getWorkflowExecution"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": \"<boolean>\",\n  \"data\": {}\n}"},{"id":"d6b9550b-9720-457f-98eb-54ad60b3ca82","name":"Bad request","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"X-API-Key","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"apiKey\": \"<string>\",\n  \"uid\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.mona-ai.cloud/agent/getWorkflowExecution"},"status":"Bad Request","code":400,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":null},{"id":"122f6715-b322-4357-bbe1-ed73039ae7b4","name":"Unauthorized","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"X-API-Key","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"apiKey\": \"<string>\",\n  \"uid\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.mona-ai.cloud/agent/getWorkflowExecution"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":null},{"id":"62fb739f-c715-42ba-8907-296258ef36a1","name":"Internal server error","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"X-API-Key","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"apiKey\": \"<string>\",\n  \"uid\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.mona-ai.cloud/agent/getWorkflowExecution"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":null}],"_postman_id":"ef87ea1a-1b4e-48f7-86d4-e026dd3068e9"},{"name":"ListWorkflowExecutions","id":"cd21e4d4-9c03-459c-81cd-6c6db97e9efa","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"apiKey\": \"<string>\",\n  \"uid\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.mona-ai.cloud/agent/listWorkflowExecutions","description":"<p>Endpoint for listWorkflowExecutions operations</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-API-Key"},{"key":"value","value":"{{apiKey}}"}]},"isInherited":true,"source":{"_postman_id":"d65d5421-ab45-405c-a53e-5b8e931dd774","id":"d65d5421-ab45-405c-a53e-5b8e931dd774","name":"MONA AI API - Public Documentation","type":"collection"}},"urlObject":{"path":["agent","listWorkflowExecutions"],"host":["https://api.mona-ai.cloud"],"query":[],"variable":[]}},"response":[{"id":"86c347ae-9556-47d3-b31f-84addecb365c","name":"Successful response","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"X-API-Key","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"apiKey\": \"<string>\",\n  \"uid\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.mona-ai.cloud/agent/listWorkflowExecutions"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": \"<boolean>\",\n  \"data\": {}\n}"},{"id":"fa3af3e9-b3c5-4be2-bcbb-758ba1168598","name":"Bad request","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"X-API-Key","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"apiKey\": \"<string>\",\n  \"uid\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.mona-ai.cloud/agent/listWorkflowExecutions"},"status":"Bad Request","code":400,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":null},{"id":"749187e5-e444-429f-9115-3d0a510d2b23","name":"Unauthorized","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"X-API-Key","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"apiKey\": \"<string>\",\n  \"uid\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.mona-ai.cloud/agent/listWorkflowExecutions"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":null},{"id":"216873a1-4d3f-4d2c-ba43-6818fec1a1eb","name":"Internal server error","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"X-API-Key","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"apiKey\": \"<string>\",\n  \"uid\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.mona-ai.cloud/agent/listWorkflowExecutions"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":null}],"_postman_id":"cd21e4d4-9c03-459c-81cd-6c6db97e9efa"},{"name":"CancelWorkflowExecution","id":"1a52b254-8c77-40e9-bc07-657ee5a60dde","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"apiKey\": \"<string>\",\n  \"uid\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.mona-ai.cloud/agent/cancelWorkflowExecution","description":"<p>Endpoint for cancelWorkflowExecution operations</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-API-Key"},{"key":"value","value":"{{apiKey}}"}]},"isInherited":true,"source":{"_postman_id":"d65d5421-ab45-405c-a53e-5b8e931dd774","id":"d65d5421-ab45-405c-a53e-5b8e931dd774","name":"MONA AI API - Public Documentation","type":"collection"}},"urlObject":{"path":["agent","cancelWorkflowExecution"],"host":["https://api.mona-ai.cloud"],"query":[],"variable":[]}},"response":[{"id":"d85d7d9a-eb50-461f-abfc-18b8db127985","name":"Successful response","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"X-API-Key","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"apiKey\": \"<string>\",\n  \"uid\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.mona-ai.cloud/agent/cancelWorkflowExecution"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": \"<boolean>\",\n  \"data\": {}\n}"},{"id":"0e7204bb-4f47-472e-9d60-786ebc901cc4","name":"Bad request","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"X-API-Key","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"apiKey\": \"<string>\",\n  \"uid\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.mona-ai.cloud/agent/cancelWorkflowExecution"},"status":"Bad Request","code":400,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":null},{"id":"2a020f57-e0ea-4a98-92f0-a35d0eea9b5c","name":"Unauthorized","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"X-API-Key","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"apiKey\": \"<string>\",\n  \"uid\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.mona-ai.cloud/agent/cancelWorkflowExecution"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":null},{"id":"26d52873-560a-4f60-a3d9-de7004f4d198","name":"Internal server error","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"X-API-Key","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"apiKey\": \"<string>\",\n  \"uid\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.mona-ai.cloud/agent/cancelWorkflowExecution"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":null}],"_postman_id":"1a52b254-8c77-40e9-bc07-657ee5a60dde"},{"name":"GetActiveWorkflows","id":"fb32010c-3b34-48b9-b362-b10583d96866","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"apiKey\": \"<string>\",\n  \"uid\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.mona-ai.cloud/agent/getActiveWorkflows","description":"<p>Endpoint for getActiveWorkflows operations</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-API-Key"},{"key":"value","value":"{{apiKey}}"}]},"isInherited":true,"source":{"_postman_id":"d65d5421-ab45-405c-a53e-5b8e931dd774","id":"d65d5421-ab45-405c-a53e-5b8e931dd774","name":"MONA AI API - Public Documentation","type":"collection"}},"urlObject":{"path":["agent","getActiveWorkflows"],"host":["https://api.mona-ai.cloud"],"query":[],"variable":[]}},"response":[{"id":"308f098c-606a-446e-a413-4540d56c93d0","name":"Successful response","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"X-API-Key","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"apiKey\": \"<string>\",\n  \"uid\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.mona-ai.cloud/agent/getActiveWorkflows"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": \"<boolean>\",\n  \"data\": {}\n}"},{"id":"5e6a0031-8f41-478a-9db2-a67928352576","name":"Bad request","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"X-API-Key","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"apiKey\": \"<string>\",\n  \"uid\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.mona-ai.cloud/agent/getActiveWorkflows"},"status":"Bad Request","code":400,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":null},{"id":"a7ca6630-0154-485d-a270-351e98b34220","name":"Unauthorized","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"X-API-Key","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"apiKey\": \"<string>\",\n  \"uid\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.mona-ai.cloud/agent/getActiveWorkflows"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":null},{"id":"d2428edd-9749-4860-b650-64dafbf9f032","name":"Internal server error","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"X-API-Key","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"apiKey\": \"<string>\",\n  \"uid\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.mona-ai.cloud/agent/getActiveWorkflows"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":null}],"_postman_id":"fb32010c-3b34-48b9-b362-b10583d96866"},{"name":"GetScheduledWorkflows","id":"a410a520-860b-4b23-9f9c-8b308b963372","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"apiKey\": \"<string>\",\n  \"uid\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.mona-ai.cloud/agent/getScheduledWorkflows","description":"<p>Endpoint for getScheduledWorkflows operations</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-API-Key"},{"key":"value","value":"{{apiKey}}"}]},"isInherited":true,"source":{"_postman_id":"d65d5421-ab45-405c-a53e-5b8e931dd774","id":"d65d5421-ab45-405c-a53e-5b8e931dd774","name":"MONA AI API - Public Documentation","type":"collection"}},"urlObject":{"path":["agent","getScheduledWorkflows"],"host":["https://api.mona-ai.cloud"],"query":[],"variable":[]}},"response":[{"id":"c932b793-ee2a-4833-893e-b59dba0ddd1a","name":"Successful response","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"X-API-Key","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"apiKey\": \"<string>\",\n  \"uid\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.mona-ai.cloud/agent/getScheduledWorkflows"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": \"<boolean>\",\n  \"data\": {}\n}"},{"id":"1d55b277-5ef7-4975-a1f0-ad25b44fb2f5","name":"Bad request","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"X-API-Key","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"apiKey\": \"<string>\",\n  \"uid\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.mona-ai.cloud/agent/getScheduledWorkflows"},"status":"Bad Request","code":400,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":null},{"id":"d026185f-c477-46e9-a34a-b6366c3d6703","name":"Unauthorized","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"X-API-Key","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"apiKey\": \"<string>\",\n  \"uid\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.mona-ai.cloud/agent/getScheduledWorkflows"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":null},{"id":"64a7ff7b-7f19-4b61-b226-39f7fb7b4732","name":"Internal server error","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"X-API-Key","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"apiKey\": \"<string>\",\n  \"uid\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.mona-ai.cloud/agent/getScheduledWorkflows"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":null}],"_postman_id":"a410a520-860b-4b23-9f9c-8b308b963372"},{"name":"CreateOrUpdateWorkflow","id":"6b792fab-4414-472d-8260-9d199f77ed13","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"apiKey\": \"<string>\",\n  \"uid\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.mona-ai.cloud/agent/createOrUpdateWorkflow","description":"<p>Endpoint for createOrUpdateWorkflow operations</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-API-Key"},{"key":"value","value":"{{apiKey}}"}]},"isInherited":true,"source":{"_postman_id":"d65d5421-ab45-405c-a53e-5b8e931dd774","id":"d65d5421-ab45-405c-a53e-5b8e931dd774","name":"MONA AI API - Public Documentation","type":"collection"}},"urlObject":{"path":["agent","createOrUpdateWorkflow"],"host":["https://api.mona-ai.cloud"],"query":[],"variable":[]}},"response":[{"id":"cb9509a2-d952-4a0c-8a2b-4f2e14c0011c","name":"Successful response","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"X-API-Key","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"apiKey\": \"<string>\",\n  \"uid\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.mona-ai.cloud/agent/createOrUpdateWorkflow"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": \"<boolean>\",\n  \"data\": {}\n}"},{"id":"4afdce44-c3e2-49f6-a5b2-cdeddf5b9927","name":"Bad request","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"X-API-Key","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"apiKey\": \"<string>\",\n  \"uid\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.mona-ai.cloud/agent/createOrUpdateWorkflow"},"status":"Bad Request","code":400,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":null},{"id":"58e36337-e79a-4e6d-b7b1-4a1fc1c0a771","name":"Unauthorized","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"X-API-Key","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"apiKey\": \"<string>\",\n  \"uid\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.mona-ai.cloud/agent/createOrUpdateWorkflow"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":null},{"id":"2cf7898b-de7b-4f70-b613-e0f757ea2beb","name":"Internal server error","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"X-API-Key","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"apiKey\": \"<string>\",\n  \"uid\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.mona-ai.cloud/agent/createOrUpdateWorkflow"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":null}],"_postman_id":"6b792fab-4414-472d-8260-9d199f77ed13"},{"name":"DeleteWorkflow","id":"3a0afca5-40ed-4090-ba11-30f935b8572d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"apiKey\": \"<string>\",\n  \"uid\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.mona-ai.cloud/agent/deleteWorkflow","description":"<p>Endpoint for deleteWorkflow operations</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-API-Key"},{"key":"value","value":"{{apiKey}}"}]},"isInherited":true,"source":{"_postman_id":"d65d5421-ab45-405c-a53e-5b8e931dd774","id":"d65d5421-ab45-405c-a53e-5b8e931dd774","name":"MONA AI API - Public Documentation","type":"collection"}},"urlObject":{"path":["agent","deleteWorkflow"],"host":["https://api.mona-ai.cloud"],"query":[],"variable":[]}},"response":[{"id":"94031f9b-d510-492a-8465-5c8811025c13","name":"Successful response","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"X-API-Key","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"apiKey\": \"<string>\",\n  \"uid\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.mona-ai.cloud/agent/deleteWorkflow"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": \"<boolean>\",\n  \"data\": {}\n}"},{"id":"0227b1fa-12da-451a-9a1b-f40182af4b60","name":"Bad request","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"X-API-Key","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"apiKey\": \"<string>\",\n  \"uid\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.mona-ai.cloud/agent/deleteWorkflow"},"status":"Bad Request","code":400,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":null},{"id":"9c12f33b-930d-4dce-9797-fd733ff29c53","name":"Unauthorized","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"X-API-Key","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"apiKey\": \"<string>\",\n  \"uid\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.mona-ai.cloud/agent/deleteWorkflow"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":null},{"id":"14373f2c-f84c-492a-af1d-15cf506f2ddd","name":"Internal server error","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"X-API-Key","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"apiKey\": \"<string>\",\n  \"uid\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.mona-ai.cloud/agent/deleteWorkflow"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":null}],"_postman_id":"3a0afca5-40ed-4090-ba11-30f935b8572d"},{"name":"GetWorkflow","id":"036a8999-fde8-4480-a04f-8fdf17e18842","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"apiKey\": \"<string>\",\n  \"uid\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.mona-ai.cloud/agent/getWorkflow","description":"<p>Endpoint for getWorkflow operations</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-API-Key"},{"key":"value","value":"{{apiKey}}"}]},"isInherited":true,"source":{"_postman_id":"d65d5421-ab45-405c-a53e-5b8e931dd774","id":"d65d5421-ab45-405c-a53e-5b8e931dd774","name":"MONA AI API - Public Documentation","type":"collection"}},"urlObject":{"path":["agent","getWorkflow"],"host":["https://api.mona-ai.cloud"],"query":[],"variable":[]}},"response":[{"id":"6c83713f-0766-4915-9293-bb310249c962","name":"Successful response","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"X-API-Key","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"apiKey\": \"<string>\",\n  \"uid\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.mona-ai.cloud/agent/getWorkflow"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": \"<boolean>\",\n  \"data\": {}\n}"},{"id":"25651a06-1267-4543-80cd-21664cacf8cb","name":"Bad request","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"X-API-Key","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"apiKey\": \"<string>\",\n  \"uid\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.mona-ai.cloud/agent/getWorkflow"},"status":"Bad Request","code":400,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":null},{"id":"9bbb0e00-24ec-4b84-831a-c5042adea3a6","name":"Unauthorized","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"X-API-Key","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"apiKey\": \"<string>\",\n  \"uid\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.mona-ai.cloud/agent/getWorkflow"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":null},{"id":"a2d5131f-dbbb-4ea3-9024-5916c07693f3","name":"Internal server error","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"X-API-Key","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"apiKey\": \"<string>\",\n  \"uid\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.mona-ai.cloud/agent/getWorkflow"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":null}],"_postman_id":"036a8999-fde8-4480-a04f-8fdf17e18842"},{"name":"ListWorkflows","id":"244d459f-f5fe-4712-91ae-7b073c202dec","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"apiKey\": \"<string>\",\n  \"uid\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.mona-ai.cloud/agent/listWorkflows","description":"<p>Endpoint for listWorkflows operations</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-API-Key"},{"key":"value","value":"{{apiKey}}"}]},"isInherited":true,"source":{"_postman_id":"d65d5421-ab45-405c-a53e-5b8e931dd774","id":"d65d5421-ab45-405c-a53e-5b8e931dd774","name":"MONA AI API - Public Documentation","type":"collection"}},"urlObject":{"path":["agent","listWorkflows"],"host":["https://api.mona-ai.cloud"],"query":[],"variable":[]}},"response":[{"id":"5f3ebe0d-27ab-43b7-8eee-b6d0db798624","name":"Successful response","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"X-API-Key","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"apiKey\": \"<string>\",\n  \"uid\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.mona-ai.cloud/agent/listWorkflows"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": \"<boolean>\",\n  \"data\": {}\n}"},{"id":"7ccff0b5-8ea9-42a9-9ca5-174bae7efebd","name":"Bad request","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"X-API-Key","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"apiKey\": \"<string>\",\n  \"uid\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.mona-ai.cloud/agent/listWorkflows"},"status":"Bad Request","code":400,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":null},{"id":"12832dde-af48-4200-be35-d7b069653c24","name":"Unauthorized","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"X-API-Key","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"apiKey\": \"<string>\",\n  \"uid\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.mona-ai.cloud/agent/listWorkflows"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":null},{"id":"5c6b540c-6d41-4f37-91f6-993cbe9a467a","name":"Internal server error","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"X-API-Key","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"apiKey\": \"<string>\",\n  \"uid\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.mona-ai.cloud/agent/listWorkflows"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":null}],"_postman_id":"244d459f-f5fe-4712-91ae-7b073c202dec"},{"name":"ProcessManagerAgentTrigger","id":"dbdd519e-09e2-45f4-8c27-36f798c85ba9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"apiKey\": \"<string>\",\n  \"uid\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.mona-ai.cloud/agent/processManagerAgentTrigger","description":"<p>Endpoint for processManagerAgentTrigger operations</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-API-Key"},{"key":"value","value":"{{apiKey}}"}]},"isInherited":true,"source":{"_postman_id":"d65d5421-ab45-405c-a53e-5b8e931dd774","id":"d65d5421-ab45-405c-a53e-5b8e931dd774","name":"MONA AI API - Public Documentation","type":"collection"}},"urlObject":{"path":["agent","processManagerAgentTrigger"],"host":["https://api.mona-ai.cloud"],"query":[],"variable":[]}},"response":[{"id":"c54e5e12-c027-4e2f-9e09-73f5a78bc19a","name":"Successful response","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"X-API-Key","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"apiKey\": \"<string>\",\n  \"uid\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.mona-ai.cloud/agent/processManagerAgentTrigger"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": \"<boolean>\",\n  \"data\": {}\n}"},{"id":"9b660f9a-548f-4b28-95b4-5b125916039e","name":"Bad request","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"X-API-Key","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"apiKey\": \"<string>\",\n  \"uid\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.mona-ai.cloud/agent/processManagerAgentTrigger"},"status":"Bad Request","code":400,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":null},{"id":"3f5c5fc1-3928-4a5d-905f-c4b4731b4434","name":"Unauthorized","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"X-API-Key","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"apiKey\": \"<string>\",\n  \"uid\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.mona-ai.cloud/agent/processManagerAgentTrigger"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":null},{"id":"d21a70b9-36d9-43ea-a041-79f09f3498ba","name":"Internal server error","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"X-API-Key","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"apiKey\": \"<string>\",\n  \"uid\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.mona-ai.cloud/agent/processManagerAgentTrigger"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":null}],"_postman_id":"dbdd519e-09e2-45f4-8c27-36f798c85ba9"},{"name":"GetAgentInfoByName","id":"e4424014-b47c-4b27-a181-d1cddd0f7557","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"apiKey\": \"<string>\",\n  \"uid\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.mona-ai.cloud/agent/getAgentInfoByName","description":"<p>Endpoint for getAgentInfoByName operations</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-API-Key"},{"key":"value","value":"{{apiKey}}"}]},"isInherited":true,"source":{"_postman_id":"d65d5421-ab45-405c-a53e-5b8e931dd774","id":"d65d5421-ab45-405c-a53e-5b8e931dd774","name":"MONA AI API - Public Documentation","type":"collection"}},"urlObject":{"path":["agent","getAgentInfoByName"],"host":["https://api.mona-ai.cloud"],"query":[],"variable":[]}},"response":[{"id":"a471a1ad-c76a-410b-8402-5edfc108ad7b","name":"Successful response","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"X-API-Key","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"apiKey\": \"<string>\",\n  \"uid\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.mona-ai.cloud/agent/getAgentInfoByName"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": \"<boolean>\",\n  \"data\": {}\n}"},{"id":"a69a8cf7-4260-4a7e-8c91-948b04648a86","name":"Bad request","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"X-API-Key","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"apiKey\": \"<string>\",\n  \"uid\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.mona-ai.cloud/agent/getAgentInfoByName"},"status":"Bad Request","code":400,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":null},{"id":"9daae544-456c-4664-a4a9-3844e64396c0","name":"Unauthorized","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"X-API-Key","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"apiKey\": \"<string>\",\n  \"uid\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.mona-ai.cloud/agent/getAgentInfoByName"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":null},{"id":"39892077-f59b-4e0f-97f2-4362a5388a23","name":"Internal server error","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"X-API-Key","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"apiKey\": \"<string>\",\n  \"uid\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.mona-ai.cloud/agent/getAgentInfoByName"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":null}],"_postman_id":"e4424014-b47c-4b27-a181-d1cddd0f7557"},{"name":"SeedMonariAgentKnowledge","id":"790494cd-6038-430c-b3e8-47eb1abaef96","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"apiKey\": \"<string>\",\n  \"uid\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.mona-ai.cloud/agent/seedMonariAgentKnowledge","description":"<p>Endpoint for seedMonariAgentKnowledge operations</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-API-Key"},{"key":"value","value":"{{apiKey}}"}]},"isInherited":true,"source":{"_postman_id":"d65d5421-ab45-405c-a53e-5b8e931dd774","id":"d65d5421-ab45-405c-a53e-5b8e931dd774","name":"MONA AI API - Public Documentation","type":"collection"}},"urlObject":{"path":["agent","seedMonariAgentKnowledge"],"host":["https://api.mona-ai.cloud"],"query":[],"variable":[]}},"response":[{"id":"4488c47f-b681-4bb3-9856-ad2a4fffb210","name":"Successful response","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"X-API-Key","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"apiKey\": \"<string>\",\n  \"uid\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.mona-ai.cloud/agent/seedMonariAgentKnowledge"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": \"<boolean>\",\n  \"data\": {}\n}"},{"id":"0b291784-33ec-49a1-b739-380deecc6aaa","name":"Bad request","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"X-API-Key","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"apiKey\": \"<string>\",\n  \"uid\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.mona-ai.cloud/agent/seedMonariAgentKnowledge"},"status":"Bad Request","code":400,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":null},{"id":"a42dbe44-635d-49d9-9fa3-11b015d2734f","name":"Unauthorized","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"X-API-Key","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"apiKey\": \"<string>\",\n  \"uid\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.mona-ai.cloud/agent/seedMonariAgentKnowledge"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":null},{"id":"505ec487-78e1-457b-a245-a38630098c5d","name":"Internal server error","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"X-API-Key","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"apiKey\": \"<string>\",\n  \"uid\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.mona-ai.cloud/agent/seedMonariAgentKnowledge"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":null}],"_postman_id":"790494cd-6038-430c-b3e8-47eb1abaef96"},{"name":"CreatePrebuiltMonariAgentFromTemplate","id":"cc9dffe3-4bf9-4de7-a5a7-2d9cea9a1dbb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"apiKey\": \"<string>\",\n  \"uid\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.mona-ai.cloud/agent/createPrebuiltMonariAgentFromTemplate","description":"<p>Endpoint for createPrebuiltMonariAgentFromTemplate operations</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-API-Key"},{"key":"value","value":"{{apiKey}}"}]},"isInherited":true,"source":{"_postman_id":"d65d5421-ab45-405c-a53e-5b8e931dd774","id":"d65d5421-ab45-405c-a53e-5b8e931dd774","name":"MONA AI API - Public Documentation","type":"collection"}},"urlObject":{"path":["agent","createPrebuiltMonariAgentFromTemplate"],"host":["https://api.mona-ai.cloud"],"query":[],"variable":[]}},"response":[{"id":"b133446e-482d-47c9-bb94-ea339de854a6","name":"Successful response","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"X-API-Key","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"apiKey\": \"<string>\",\n  \"uid\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.mona-ai.cloud/agent/createPrebuiltMonariAgentFromTemplate"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": \"<boolean>\",\n  \"data\": {}\n}"},{"id":"ae7182d9-e975-4aab-bc60-761a9083e888","name":"Bad request","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"X-API-Key","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"apiKey\": \"<string>\",\n  \"uid\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.mona-ai.cloud/agent/createPrebuiltMonariAgentFromTemplate"},"status":"Bad Request","code":400,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":null},{"id":"f72eebec-cf9a-412c-b7f3-cb6bb7b40196","name":"Unauthorized","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"X-API-Key","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"apiKey\": \"<string>\",\n  \"uid\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.mona-ai.cloud/agent/createPrebuiltMonariAgentFromTemplate"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":null},{"id":"434fa58a-595a-4991-8ab4-1221b203c484","name":"Internal server error","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"X-API-Key","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"apiKey\": \"<string>\",\n  \"uid\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.mona-ai.cloud/agent/createPrebuiltMonariAgentFromTemplate"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":null}],"_postman_id":"cc9dffe3-4bf9-4de7-a5a7-2d9cea9a1dbb"},{"name":"PreloadAgentContext","id":"007f4193-d817-4b92-b4ee-79a9a32a24a8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"apiKey\": \"<string>\",\n  \"uid\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.mona-ai.cloud/agent/preloadAgentContext","description":"<p>Endpoint for preloadAgentContext operations</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-API-Key"},{"key":"value","value":"{{apiKey}}"}]},"isInherited":true,"source":{"_postman_id":"d65d5421-ab45-405c-a53e-5b8e931dd774","id":"d65d5421-ab45-405c-a53e-5b8e931dd774","name":"MONA AI API - Public Documentation","type":"collection"}},"urlObject":{"path":["agent","preloadAgentContext"],"host":["https://api.mona-ai.cloud"],"query":[],"variable":[]}},"response":[{"id":"3a7448ba-7823-4952-8b6c-8f3109456672","name":"Successful response","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"X-API-Key","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"apiKey\": \"<string>\",\n  \"uid\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.mona-ai.cloud/agent/preloadAgentContext"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": \"<boolean>\",\n  \"data\": {}\n}"},{"id":"7f134db9-6bbb-49c3-b735-0f030bc77667","name":"Bad request","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"X-API-Key","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"apiKey\": \"<string>\",\n  \"uid\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.mona-ai.cloud/agent/preloadAgentContext"},"status":"Bad Request","code":400,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":null},{"id":"95c9794d-2421-4367-ab0d-e6bd75e1fef0","name":"Unauthorized","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"X-API-Key","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"apiKey\": \"<string>\",\n  \"uid\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.mona-ai.cloud/agent/preloadAgentContext"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":null},{"id":"86f729c5-148d-4dc1-bf28-74cc6b0a1a15","name":"Internal server error","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"X-API-Key","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"apiKey\": \"<string>\",\n  \"uid\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.mona-ai.cloud/agent/preloadAgentContext"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":null}],"_postman_id":"007f4193-d817-4b92-b4ee-79a9a32a24a8"},{"name":"GetUserProfile","id":"2b1cbf27-ffb8-46e9-b1a6-f275e9c9500a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"apiKey\": \"<string>\",\n  \"uid\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.mona-ai.cloud/agent/getUserProfile","description":"<p>Endpoint for getUserProfile operations</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-API-Key"},{"key":"value","value":"{{apiKey}}"}]},"isInherited":true,"source":{"_postman_id":"d65d5421-ab45-405c-a53e-5b8e931dd774","id":"d65d5421-ab45-405c-a53e-5b8e931dd774","name":"MONA AI API - Public Documentation","type":"collection"}},"urlObject":{"path":["agent","getUserProfile"],"host":["https://api.mona-ai.cloud"],"query":[],"variable":[]}},"response":[{"id":"bafae93e-fe54-4d2e-a1d6-a7d34cc3501c","name":"Successful response","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"X-API-Key","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"apiKey\": \"<string>\",\n  \"uid\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.mona-ai.cloud/agent/getUserProfile"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": \"<boolean>\",\n  \"data\": {}\n}"},{"id":"98b8638a-181c-464c-a1bc-8be25a2aa96a","name":"Bad request","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"X-API-Key","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"apiKey\": \"<string>\",\n  \"uid\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.mona-ai.cloud/agent/getUserProfile"},"status":"Bad Request","code":400,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":null},{"id":"ff1b73e6-4264-44df-807e-9c3ad0eb2d02","name":"Unauthorized","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"X-API-Key","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"apiKey\": \"<string>\",\n  \"uid\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.mona-ai.cloud/agent/getUserProfile"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":null},{"id":"f1307e6a-3763-4a71-85ad-56347a7b4998","name":"Internal server error","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"X-API-Key","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"apiKey\": \"<string>\",\n  \"uid\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.mona-ai.cloud/agent/getUserProfile"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":null}],"_postman_id":"2b1cbf27-ffb8-46e9-b1a6-f275e9c9500a"},{"name":"GetMonariAgentStreaming","id":"cc5d4fd4-f3de-44f9-ab4a-378d1ddbb251","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"apiKey\": \"<string>\",\n  \"uid\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.mona-ai.cloud/agent/getMonariAgentStreaming","description":"<p>Endpoint for getMonariAgentStreaming operations</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-API-Key"},{"key":"value","value":"{{apiKey}}"}]},"isInherited":true,"source":{"_postman_id":"d65d5421-ab45-405c-a53e-5b8e931dd774","id":"d65d5421-ab45-405c-a53e-5b8e931dd774","name":"MONA AI API - Public Documentation","type":"collection"}},"urlObject":{"path":["agent","getMonariAgentStreaming"],"host":["https://api.mona-ai.cloud"],"query":[],"variable":[]}},"response":[{"id":"3e8cb820-4023-459e-9fe6-d014cbceacf8","name":"Successful response","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"X-API-Key","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"apiKey\": \"<string>\",\n  \"uid\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.mona-ai.cloud/agent/getMonariAgentStreaming"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": \"<boolean>\",\n  \"data\": {}\n}"},{"id":"70a6a03a-d2e4-46a6-b0be-c42f95adeff4","name":"Bad request","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"X-API-Key","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"apiKey\": \"<string>\",\n  \"uid\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.mona-ai.cloud/agent/getMonariAgentStreaming"},"status":"Bad Request","code":400,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":null},{"id":"819a1b10-8173-409e-a722-fa3ac577c5b0","name":"Unauthorized","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"X-API-Key","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"apiKey\": \"<string>\",\n  \"uid\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.mona-ai.cloud/agent/getMonariAgentStreaming"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":null},{"id":"6aaa0c54-7144-4d40-b514-50a5ccd243db","name":"Internal server error","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"X-API-Key","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"apiKey\": \"<string>\",\n  \"uid\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.mona-ai.cloud/agent/getMonariAgentStreaming"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":null}],"_postman_id":"cc5d4fd4-f3de-44f9-ab4a-378d1ddbb251"},{"name":"DownloadEphemeral","id":"99c3ba36-2b24-4c6f-a398-f6471fe06096","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"apiKey\": \"<string>\",\n  \"uid\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.mona-ai.cloud/agent/downloadEphemeral","description":"<p>Endpoint for downloadEphemeral operations</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-API-Key"},{"key":"value","value":"{{apiKey}}"}]},"isInherited":true,"source":{"_postman_id":"d65d5421-ab45-405c-a53e-5b8e931dd774","id":"d65d5421-ab45-405c-a53e-5b8e931dd774","name":"MONA AI API - Public Documentation","type":"collection"}},"urlObject":{"path":["agent","downloadEphemeral"],"host":["https://api.mona-ai.cloud"],"query":[],"variable":[]}},"response":[{"id":"c1628d98-aff4-4ceb-af49-8ecc56fb51ce","name":"Successful response","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"X-API-Key","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"apiKey\": \"<string>\",\n  \"uid\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.mona-ai.cloud/agent/downloadEphemeral"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": \"<boolean>\",\n  \"data\": {}\n}"},{"id":"46c5d055-2926-40bf-b281-05cb123726b5","name":"Bad request","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"X-API-Key","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"apiKey\": \"<string>\",\n  \"uid\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.mona-ai.cloud/agent/downloadEphemeral"},"status":"Bad Request","code":400,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":null},{"id":"0720afa6-b23c-4ecf-888e-188a59c76fa7","name":"Unauthorized","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"X-API-Key","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"apiKey\": \"<string>\",\n  \"uid\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.mona-ai.cloud/agent/downloadEphemeral"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":null},{"id":"8b9faa66-5be2-464f-8dfc-39a7331bebb2","name":"Internal server error","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"X-API-Key","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"apiKey\": \"<string>\",\n  \"uid\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.mona-ai.cloud/agent/downloadEphemeral"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":null}],"_postman_id":"99c3ba36-2b24-4c6f-a398-f6471fe06096"},{"name":"Save PhantomBuster Credentials","id":"22670133-77a5-4818-865f-c7c0196b5e03","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"apiKey\": \"<string>\",\n  \"uid\": \"<string>\",\n  \"operation\": \"save_credentials\",\n  \"payload\": {\n    \"user_id\": \"<string>\",\n    \"phantombuster_api_key\": \"<string>\",\n    \"linkedin_session_cookie\": \"<string>\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.mona-ai.cloud/agent/phantombuster/credentials","description":"<p>Save your PhantomBuster API key and LinkedIn session cookie.\nRequired before using any PhantomBuster operations.\nCredentials are stored securely and used for all subsequent outreach operations.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-API-Key"},{"key":"value","value":"{{apiKey}}"}]},"isInherited":true,"source":{"_postman_id":"d65d5421-ab45-405c-a53e-5b8e931dd774","id":"d65d5421-ab45-405c-a53e-5b8e931dd774","name":"MONA AI API - Public Documentation","type":"collection"}},"urlObject":{"path":["agent","phantombuster","credentials"],"host":["https://api.mona-ai.cloud"],"query":[],"variable":[]}},"response":[{"id":"6af626bd-b44f-476c-8880-2f24114f6eeb","name":"Credentials saved successfully","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"X-API-Key","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"apiKey\": \"<string>\",\n  \"uid\": \"<string>\",\n  \"operation\": \"save_credentials\",\n  \"payload\": {\n    \"user_id\": \"<string>\",\n    \"phantombuster_api_key\": \"<string>\",\n    \"linkedin_session_cookie\": \"<string>\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.mona-ai.cloud/agent/phantombuster/credentials"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": \"<boolean>\",\n  \"message\": \"<string>\",\n  \"phantombuster_configured\": \"<boolean>\",\n  \"linkedin_configured\": \"<boolean>\"\n}"},{"id":"bf57f29e-79b3-49dd-ae3b-c9165a30595c","name":"Bad request - missing credentials","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"X-API-Key","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"apiKey\": \"<string>\",\n  \"uid\": \"<string>\",\n  \"operation\": \"save_credentials\",\n  \"payload\": {\n    \"user_id\": \"<string>\",\n    \"phantombuster_api_key\": \"<string>\",\n    \"linkedin_session_cookie\": \"<string>\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.mona-ai.cloud/agent/phantombuster/credentials"},"status":"Bad Request","code":400,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":null},{"id":"5ec028ef-e8d1-4091-8fbb-f69d700d7d9f","name":"Unauthorized","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"X-API-Key","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"apiKey\": \"<string>\",\n  \"uid\": \"<string>\",\n  \"operation\": \"save_credentials\",\n  \"payload\": {\n    \"user_id\": \"<string>\",\n    \"phantombuster_api_key\": \"<string>\",\n    \"linkedin_session_cookie\": \"<string>\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.mona-ai.cloud/agent/phantombuster/credentials"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":null},{"id":"3c5fc2f7-6791-4197-bc47-97c0cae152ed","name":"Internal server error","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"X-API-Key","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"apiKey\": \"<string>\",\n  \"uid\": \"<string>\",\n  \"operation\": \"save_credentials\",\n  \"payload\": {\n    \"user_id\": \"<string>\",\n    \"phantombuster_api_key\": \"<string>\",\n    \"linkedin_session_cookie\": \"<string>\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.mona-ai.cloud/agent/phantombuster/credentials"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":null}],"_postman_id":"22670133-77a5-4818-865f-c7c0196b5e03"},{"name":"Search LinkedIn Leads","id":"a3a2fd1b-c3b3-433c-8929-f573d62b1a98","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"apiKey\": \"<string>\",\n  \"uid\": \"<string>\",\n  \"operation\": \"search_leads\",\n  \"payload\": {\n    \"user_id\": \"<string>\",\n    \"search_url\": \"<string>\",\n    \"max_results\": 100\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.mona-ai.cloud/agent/phantombuster/search-leads","description":"<p>Search for leads on LinkedIn using PhantomBuster's LinkedIn Search Export.\nProvide a search URL from LinkedIn Sales Navigator or regular LinkedIn search.\nResults include profile URLs, names, job titles, and company information.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-API-Key"},{"key":"value","value":"{{apiKey}}"}]},"isInherited":true,"source":{"_postman_id":"d65d5421-ab45-405c-a53e-5b8e931dd774","id":"d65d5421-ab45-405c-a53e-5b8e931dd774","name":"MONA AI API - Public Documentation","type":"collection"}},"urlObject":{"path":["agent","phantombuster","search-leads"],"host":["https://api.mona-ai.cloud"],"query":[],"variable":[]}},"response":[{"id":"c4ba8ead-91d5-42e4-a1e7-ce4f4dbba3f5","name":"Search initiated successfully","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"X-API-Key","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"apiKey\": \"<string>\",\n  \"uid\": \"<string>\",\n  \"operation\": \"search_leads\",\n  \"payload\": {\n    \"user_id\": \"<string>\",\n    \"search_url\": \"<string>\",\n    \"max_results\": 100\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.mona-ai.cloud/agent/phantombuster/search-leads"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": \"<boolean>\",\n  \"phantom_id\": \"<string>\",\n  \"container_id\": \"<string>\",\n  \"message\": \"<string>\"\n}"},{"id":"d6c58459-518b-42e9-8460-02eb9cbae96e","name":"Bad request","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"X-API-Key","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"apiKey\": \"<string>\",\n  \"uid\": \"<string>\",\n  \"operation\": \"search_leads\",\n  \"payload\": {\n    \"user_id\": \"<string>\",\n    \"search_url\": \"<string>\",\n    \"max_results\": 100\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.mona-ai.cloud/agent/phantombuster/search-leads"},"status":"Bad Request","code":400,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":null},{"id":"38628a5b-9970-44ba-bb33-d72c54214556","name":"Unauthorized","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"X-API-Key","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"apiKey\": \"<string>\",\n  \"uid\": \"<string>\",\n  \"operation\": \"search_leads\",\n  \"payload\": {\n    \"user_id\": \"<string>\",\n    \"search_url\": \"<string>\",\n    \"max_results\": 100\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.mona-ai.cloud/agent/phantombuster/search-leads"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":null},{"id":"8d18ff7a-f44d-4ece-80a2-a83f62472b03","name":"Internal server error","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"X-API-Key","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"apiKey\": \"<string>\",\n  \"uid\": \"<string>\",\n  \"operation\": \"search_leads\",\n  \"payload\": {\n    \"user_id\": \"<string>\",\n    \"search_url\": \"<string>\",\n    \"max_results\": 100\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.mona-ai.cloud/agent/phantombuster/search-leads"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":null}],"_postman_id":"a3a2fd1b-c3b3-433c-8929-f573d62b1a98"},{"name":"Scrape LinkedIn Profiles","id":"f4dd9d81-38ad-4c14-abea-0ab50e875fb2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"apiKey\": \"<string>\",\n  \"uid\": \"<string>\",\n  \"operation\": \"scrape_profiles\",\n  \"payload\": {\n    \"user_id\": \"<string>\",\n    \"profile_urls\": [\n      \"<string>\",\n      \"<string>\"\n    ]\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.mona-ai.cloud/agent/phantombuster/scrape-profiles","description":"<p>Scrape detailed information from LinkedIn profiles.\nProvide a list of profile URLs to extract full profile data including\nexperience, education, skills, and contact information.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-API-Key"},{"key":"value","value":"{{apiKey}}"}]},"isInherited":true,"source":{"_postman_id":"d65d5421-ab45-405c-a53e-5b8e931dd774","id":"d65d5421-ab45-405c-a53e-5b8e931dd774","name":"MONA AI API - Public Documentation","type":"collection"}},"urlObject":{"path":["agent","phantombuster","scrape-profiles"],"host":["https://api.mona-ai.cloud"],"query":[],"variable":[]}},"response":[{"id":"0ebacf84-12ee-45cb-9e33-cce77f3bc1e9","name":"Scraping initiated successfully","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"X-API-Key","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"apiKey\": \"<string>\",\n  \"uid\": \"<string>\",\n  \"operation\": \"scrape_profiles\",\n  \"payload\": {\n    \"user_id\": \"<string>\",\n    \"profile_urls\": [\n      \"<string>\",\n      \"<string>\"\n    ]\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.mona-ai.cloud/agent/phantombuster/scrape-profiles"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":null},{"id":"1ddcfd7a-09da-4f4f-af8a-5d36eb789872","name":"Bad request","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"X-API-Key","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"apiKey\": \"<string>\",\n  \"uid\": \"<string>\",\n  \"operation\": \"scrape_profiles\",\n  \"payload\": {\n    \"user_id\": \"<string>\",\n    \"profile_urls\": [\n      \"<string>\",\n      \"<string>\"\n    ]\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.mona-ai.cloud/agent/phantombuster/scrape-profiles"},"status":"Bad Request","code":400,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":null},{"id":"dd400e90-9218-4dc3-a9c1-ee2670e3038a","name":"Unauthorized","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"X-API-Key","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"apiKey\": \"<string>\",\n  \"uid\": \"<string>\",\n  \"operation\": \"scrape_profiles\",\n  \"payload\": {\n    \"user_id\": \"<string>\",\n    \"profile_urls\": [\n      \"<string>\",\n      \"<string>\"\n    ]\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.mona-ai.cloud/agent/phantombuster/scrape-profiles"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":null},{"id":"5c28c893-a85d-4002-b495-e2527cd5b4c9","name":"Internal server error","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"X-API-Key","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"apiKey\": \"<string>\",\n  \"uid\": \"<string>\",\n  \"operation\": \"scrape_profiles\",\n  \"payload\": {\n    \"user_id\": \"<string>\",\n    \"profile_urls\": [\n      \"<string>\",\n      \"<string>\"\n    ]\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.mona-ai.cloud/agent/phantombuster/scrape-profiles"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":null}],"_postman_id":"f4dd9d81-38ad-4c14-abea-0ab50e875fb2"},{"name":"Send LinkedIn Connection Requests","id":"a7f68428-6701-4058-ac3d-a554bc2bf4b5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"apiKey\": \"<string>\",\n  \"uid\": \"<string>\",\n  \"operation\": \"send_connection_requests\",\n  \"payload\": {\n    \"user_id\": \"<string>\",\n    \"profile_urls\": [\n      \"<string>\",\n      \"<string>\"\n    ],\n    \"message\": \"<string>\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.mona-ai.cloud/agent/phantombuster/send-connections","description":"<p>Automatically send connection requests to LinkedIn profiles.\nInclude personalized messages with your connection requests.\nRespects LinkedIn's daily limits and best practices.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-API-Key"},{"key":"value","value":"{{apiKey}}"}]},"isInherited":true,"source":{"_postman_id":"d65d5421-ab45-405c-a53e-5b8e931dd774","id":"d65d5421-ab45-405c-a53e-5b8e931dd774","name":"MONA AI API - Public Documentation","type":"collection"}},"urlObject":{"path":["agent","phantombuster","send-connections"],"host":["https://api.mona-ai.cloud"],"query":[],"variable":[]}},"response":[{"id":"20e29a08-8d22-4331-91eb-e8136afe3d67","name":"Connection requests initiated","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"X-API-Key","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"apiKey\": \"<string>\",\n  \"uid\": \"<string>\",\n  \"operation\": \"send_connection_requests\",\n  \"payload\": {\n    \"user_id\": \"<string>\",\n    \"profile_urls\": [\n      \"<string>\",\n      \"<string>\"\n    ],\n    \"message\": \"<string>\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.mona-ai.cloud/agent/phantombuster/send-connections"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":null},{"id":"a0bc965c-68c2-4032-9c73-02d27e330d92","name":"Bad request","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"X-API-Key","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"apiKey\": \"<string>\",\n  \"uid\": \"<string>\",\n  \"operation\": \"send_connection_requests\",\n  \"payload\": {\n    \"user_id\": \"<string>\",\n    \"profile_urls\": [\n      \"<string>\",\n      \"<string>\"\n    ],\n    \"message\": \"<string>\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.mona-ai.cloud/agent/phantombuster/send-connections"},"status":"Bad Request","code":400,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":null},{"id":"910ca294-2568-4939-92ae-ee5a8750c1a4","name":"Unauthorized","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"X-API-Key","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"apiKey\": \"<string>\",\n  \"uid\": \"<string>\",\n  \"operation\": \"send_connection_requests\",\n  \"payload\": {\n    \"user_id\": \"<string>\",\n    \"profile_urls\": [\n      \"<string>\",\n      \"<string>\"\n    ],\n    \"message\": \"<string>\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.mona-ai.cloud/agent/phantombuster/send-connections"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":null},{"id":"e56a2ae2-3be3-424a-b0db-4579466d2226","name":"Internal server error","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"X-API-Key","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"apiKey\": \"<string>\",\n  \"uid\": \"<string>\",\n  \"operation\": \"send_connection_requests\",\n  \"payload\": {\n    \"user_id\": \"<string>\",\n    \"profile_urls\": [\n      \"<string>\",\n      \"<string>\"\n    ],\n    \"message\": \"<string>\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.mona-ai.cloud/agent/phantombuster/send-connections"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":null}],"_postman_id":"a7f68428-6701-4058-ac3d-a554bc2bf4b5"},{"name":"Send LinkedIn Messages","id":"ea5cc334-8aaa-4998-8d59-5b8888357a13","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"apiKey\": \"<string>\",\n  \"uid\": \"<string>\",\n  \"operation\": \"send_messages\",\n  \"payload\": {\n    \"user_id\": \"<string>\",\n    \"profile_urls\": [\n      \"<string>\",\n      \"<string>\"\n    ],\n    \"message\": \"<string>\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.mona-ai.cloud/agent/phantombuster/send-messages","description":"<p>Send direct messages to your LinkedIn connections.\nOnly works with 1st-degree connections.\nSupports personalized message templates.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-API-Key"},{"key":"value","value":"{{apiKey}}"}]},"isInherited":true,"source":{"_postman_id":"d65d5421-ab45-405c-a53e-5b8e931dd774","id":"d65d5421-ab45-405c-a53e-5b8e931dd774","name":"MONA AI API - Public Documentation","type":"collection"}},"urlObject":{"path":["agent","phantombuster","send-messages"],"host":["https://api.mona-ai.cloud"],"query":[],"variable":[]}},"response":[{"id":"26de5d3d-3ab6-4d51-aa50-edba823ad28a","name":"Messages sent successfully","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"X-API-Key","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"apiKey\": \"<string>\",\n  \"uid\": \"<string>\",\n  \"operation\": \"send_messages\",\n  \"payload\": {\n    \"user_id\": \"<string>\",\n    \"profile_urls\": [\n      \"<string>\",\n      \"<string>\"\n    ],\n    \"message\": \"<string>\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.mona-ai.cloud/agent/phantombuster/send-messages"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":null},{"id":"af391b97-8b07-4fee-8ff6-b8fa802afd81","name":"Bad request","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"X-API-Key","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"apiKey\": \"<string>\",\n  \"uid\": \"<string>\",\n  \"operation\": \"send_messages\",\n  \"payload\": {\n    \"user_id\": \"<string>\",\n    \"profile_urls\": [\n      \"<string>\",\n      \"<string>\"\n    ],\n    \"message\": \"<string>\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.mona-ai.cloud/agent/phantombuster/send-messages"},"status":"Bad Request","code":400,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":null},{"id":"d49507ac-9dde-4841-9a3f-99095fb0f36e","name":"Unauthorized","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"X-API-Key","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"apiKey\": \"<string>\",\n  \"uid\": \"<string>\",\n  \"operation\": \"send_messages\",\n  \"payload\": {\n    \"user_id\": \"<string>\",\n    \"profile_urls\": [\n      \"<string>\",\n      \"<string>\"\n    ],\n    \"message\": \"<string>\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.mona-ai.cloud/agent/phantombuster/send-messages"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":null},{"id":"6d8f2ff6-beef-46f4-a59f-1a613524e743","name":"Internal server error","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"X-API-Key","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"apiKey\": \"<string>\",\n  \"uid\": \"<string>\",\n  \"operation\": \"send_messages\",\n  \"payload\": {\n    \"user_id\": \"<string>\",\n    \"profile_urls\": [\n      \"<string>\",\n      \"<string>\"\n    ],\n    \"message\": \"<string>\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.mona-ai.cloud/agent/phantombuster/send-messages"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":null}],"_postman_id":"ea5cc334-8aaa-4998-8d59-5b8888357a13"},{"name":"List PhantomBuster Phantoms","id":"4152922f-a819-4a9c-abf3-12dc1cdcca3c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"apiKey\": \"<string>\",\n  \"uid\": \"<string>\",\n  \"operation\": \"get_phantom_status\",\n  \"payload\": {\n    \"user_id\": \"<string>\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.mona-ai.cloud/agent/phantombuster/phantoms","description":"<p>Get a list of all your PhantomBuster phantoms (automation scripts).\nReturns phantom IDs, names, and current status.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-API-Key"},{"key":"value","value":"{{apiKey}}"}]},"isInherited":true,"source":{"_postman_id":"d65d5421-ab45-405c-a53e-5b8e931dd774","id":"d65d5421-ab45-405c-a53e-5b8e931dd774","name":"MONA AI API - Public Documentation","type":"collection"}},"urlObject":{"path":["agent","phantombuster","phantoms"],"host":["https://api.mona-ai.cloud"],"query":[],"variable":[]}},"response":[{"id":"9a3b5d5d-88fd-4962-a267-8cae341b3bde","name":"Phantoms list retrieved","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"X-API-Key","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"apiKey\": \"<string>\",\n  \"uid\": \"<string>\",\n  \"operation\": \"get_phantom_status\",\n  \"payload\": {\n    \"user_id\": \"<string>\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.mona-ai.cloud/agent/phantombuster/phantoms"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": \"<boolean>\",\n  \"phantoms\": [\n    {\n      \"id\": \"<string>\",\n      \"name\": \"<string>\",\n      \"status\": \"<string>\"\n    },\n    {\n      \"id\": \"<string>\",\n      \"name\": \"<string>\",\n      \"status\": \"<string>\"\n    }\n  ]\n}"},{"id":"6ebe5af2-1022-49d5-aa44-f69aca543c04","name":"Bad request","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"X-API-Key","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"apiKey\": \"<string>\",\n  \"uid\": \"<string>\",\n  \"operation\": \"get_phantom_status\",\n  \"payload\": {\n    \"user_id\": \"<string>\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.mona-ai.cloud/agent/phantombuster/phantoms"},"status":"Bad Request","code":400,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":null},{"id":"3c6fd596-da33-4c92-b20d-8fc4daf3592f","name":"Unauthorized","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"X-API-Key","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"apiKey\": \"<string>\",\n  \"uid\": \"<string>\",\n  \"operation\": \"get_phantom_status\",\n  \"payload\": {\n    \"user_id\": \"<string>\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.mona-ai.cloud/agent/phantombuster/phantoms"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":null},{"id":"47f931ba-9535-41b7-8b91-59aff2a6e287","name":"Internal server error","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"X-API-Key","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"apiKey\": \"<string>\",\n  \"uid\": \"<string>\",\n  \"operation\": \"get_phantom_status\",\n  \"payload\": {\n    \"user_id\": \"<string>\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.mona-ai.cloud/agent/phantombuster/phantoms"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":null}],"_postman_id":"4152922f-a819-4a9c-abf3-12dc1cdcca3c"},{"name":"Get Phantom Results","id":"348f11b4-8b65-4ba2-8f03-08cfe4f99d81","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"apiKey\": \"<string>\",\n  \"uid\": \"<string>\",\n  \"operation\": \"export_results\",\n  \"payload\": {\n    \"user_id\": \"<string>\",\n    \"phantom_id\": \"<string>\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.mona-ai.cloud/agent/phantombuster/results","description":"<p>Retrieve the results/output from a PhantomBuster phantom execution.\nReturns extracted data in JSON or CSV format.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-API-Key"},{"key":"value","value":"{{apiKey}}"}]},"isInherited":true,"source":{"_postman_id":"d65d5421-ab45-405c-a53e-5b8e931dd774","id":"d65d5421-ab45-405c-a53e-5b8e931dd774","name":"MONA AI API - Public Documentation","type":"collection"}},"urlObject":{"path":["agent","phantombuster","results"],"host":["https://api.mona-ai.cloud"],"query":[],"variable":[]}},"response":[{"id":"b7699a19-821e-4a75-87ba-8544fe8913b4","name":"Results retrieved successfully","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"X-API-Key","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"apiKey\": \"<string>\",\n  \"uid\": \"<string>\",\n  \"operation\": \"export_results\",\n  \"payload\": {\n    \"user_id\": \"<string>\",\n    \"phantom_id\": \"<string>\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.mona-ai.cloud/agent/phantombuster/results"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": \"<boolean>\",\n  \"csv_url\": \"<string>\",\n  \"json_url\": \"<string>\"\n}"},{"id":"ba056e9e-edeb-4e12-9a33-f6e977fa2f01","name":"Bad request","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"X-API-Key","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"apiKey\": \"<string>\",\n  \"uid\": \"<string>\",\n  \"operation\": \"export_results\",\n  \"payload\": {\n    \"user_id\": \"<string>\",\n    \"phantom_id\": \"<string>\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.mona-ai.cloud/agent/phantombuster/results"},"status":"Bad Request","code":400,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":null},{"id":"da2212ca-ce18-4f54-aa4f-5a28ca5da550","name":"Unauthorized","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"X-API-Key","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"apiKey\": \"<string>\",\n  \"uid\": \"<string>\",\n  \"operation\": \"export_results\",\n  \"payload\": {\n    \"user_id\": \"<string>\",\n    \"phantom_id\": \"<string>\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.mona-ai.cloud/agent/phantombuster/results"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":null},{"id":"96a9f711-ee6f-49a5-9057-eda8fbf073cf","name":"Internal server error","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"X-API-Key","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"apiKey\": \"<string>\",\n  \"uid\": \"<string>\",\n  \"operation\": \"export_results\",\n  \"payload\": {\n    \"user_id\": \"<string>\",\n    \"phantom_id\": \"<string>\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.mona-ai.cloud/agent/phantombuster/results"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":null}],"_postman_id":"348f11b4-8b65-4ba2-8f03-08cfe4f99d81"},{"name":"Generate PhantomBuster Magic Link","id":"49e3313f-d049-4dc1-aed4-a7b307085324","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"apiKey\": \"<string>\",\n  \"uid\": \"<string>\",\n  \"operation\": \"generate_magic_link\",\n  \"payload\": {\n    \"user_id\": \"<string>\",\n    \"affiliate_id\": \"<string>\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.mona-ai.cloud/agent/phantombuster/magic-link","description":"<p>Generate a magic link for easy LinkedIn session cookie setup.\nThe link opens PhantomBuster's browser extension to automatically\ncapture your LinkedIn session cookie.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-API-Key"},{"key":"value","value":"{{apiKey}}"}]},"isInherited":true,"source":{"_postman_id":"d65d5421-ab45-405c-a53e-5b8e931dd774","id":"d65d5421-ab45-405c-a53e-5b8e931dd774","name":"MONA AI API - Public Documentation","type":"collection"}},"urlObject":{"path":["agent","phantombuster","magic-link"],"host":["https://api.mona-ai.cloud"],"query":[],"variable":[]}},"response":[{"id":"ec1a8905-03a1-474c-a80b-31c76df6fc23","name":"Magic link generated","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"X-API-Key","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"apiKey\": \"<string>\",\n  \"uid\": \"<string>\",\n  \"operation\": \"generate_magic_link\",\n  \"payload\": {\n    \"user_id\": \"<string>\",\n    \"affiliate_id\": \"<string>\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.mona-ai.cloud/agent/phantombuster/magic-link"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": \"<boolean>\",\n  \"magic_link\": \"<string>\",\n  \"instructions\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}"},{"id":"01b074a2-454d-4b61-bb61-63f9170930fd","name":"Bad request","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"X-API-Key","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"apiKey\": \"<string>\",\n  \"uid\": \"<string>\",\n  \"operation\": \"generate_magic_link\",\n  \"payload\": {\n    \"user_id\": \"<string>\",\n    \"affiliate_id\": \"<string>\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.mona-ai.cloud/agent/phantombuster/magic-link"},"status":"Bad Request","code":400,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":null},{"id":"7d95c31a-3be8-4347-84b8-4191f3846b10","name":"Unauthorized","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"X-API-Key","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"apiKey\": \"<string>\",\n  \"uid\": \"<string>\",\n  \"operation\": \"generate_magic_link\",\n  \"payload\": {\n    \"user_id\": \"<string>\",\n    \"affiliate_id\": \"<string>\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.mona-ai.cloud/agent/phantombuster/magic-link"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":null},{"id":"6b866835-9d89-4d26-81fa-1dd9ac2faf3d","name":"Internal server error","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"X-API-Key","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"apiKey\": \"<string>\",\n  \"uid\": \"<string>\",\n  \"operation\": \"generate_magic_link\",\n  \"payload\": {\n    \"user_id\": \"<string>\",\n    \"affiliate_id\": \"<string>\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.mona-ai.cloud/agent/phantombuster/magic-link"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":null}],"_postman_id":"49e3313f-d049-4dc1-aed4-a7b307085324"}],"id":"1b15af67-8404-431a-9059-85d02b50a94a","_postman_id":"1b15af67-8404-431a-9059-85d02b50a94a","description":"","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-API-Key"},{"key":"value","value":"{{apiKey}}"}]},"isInherited":true,"source":{"_postman_id":"d65d5421-ab45-405c-a53e-5b8e931dd774","id":"d65d5421-ab45-405c-a53e-5b8e931dd774","name":"MONA AI API - Public Documentation","type":"collection"}}},{"name":"📊 Database","item":[{"name":"Push Applicants to Database","id":"bba02faf-37f8-45ba-8967-14a5a03521e5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"apiKey\": \"<string>\",\n  \"uid\": \"<string>\",\n  \"applicants\": [\n    {\n      \"id\": \"<string>\",\n      \"vorname\": \"<string>\",\n      \"nachname\": \"<string>\",\n      \"email\": \"<email>\",\n      \"telefonnummer\": \"<string>\",\n      \"mobilnummer\": \"<string>\",\n      \"phoneNumber\": \"<string>\",\n      \"JobOrt\": \"<string>\",\n      \"JobID\": \"<string>\",\n      \"jobTitle\": \"<string>\",\n      \"quelle\": \"Mona Sales\",\n      \"cv\": \"<string>\",\n      \"salutation\": \"<string>\",\n      \"files\": [\n        {\n          \"name\": \"<string>\",\n          \"downloadURL\": \"<string>\",\n          \"url\": \"<string>\"\n        },\n        {\n          \"name\": \"<string>\",\n          \"downloadURL\": \"<string>\",\n          \"url\": \"<string>\"\n        }\n      ],\n      \"subject\": \"<string>\",\n      \"senderemail\": \"<string>\",\n      \"toAddress\": \"<string>\",\n      \"emailTextPlain\": \"<string>\",\n      \"attachments\": [\n        {\n          \"name\": \"<string>\",\n          \"downloadURL\": \"<string>\",\n          \"url\": \"<string>\"\n        },\n        {\n          \"name\": \"<string>\",\n          \"downloadURL\": \"<string>\",\n          \"url\": \"<string>\"\n        }\n      ]\n    },\n    {\n      \"id\": \"<string>\",\n      \"vorname\": \"<string>\",\n      \"nachname\": \"<string>\",\n      \"email\": \"<email>\",\n      \"telefonnummer\": \"<string>\",\n      \"mobilnummer\": \"<string>\",\n      \"phoneNumber\": \"<string>\",\n      \"JobOrt\": \"<string>\",\n      \"JobID\": \"<string>\",\n      \"jobTitle\": \"<string>\",\n      \"quelle\": \"monaapi\",\n      \"cv\": \"<string>\",\n      \"salutation\": \"<string>\",\n      \"files\": [\n        {\n          \"name\": \"<string>\",\n          \"downloadURL\": \"<string>\",\n          \"url\": \"<string>\"\n        },\n        {\n          \"name\": \"<string>\",\n          \"downloadURL\": \"<string>\",\n          \"url\": \"<string>\"\n        }\n      ],\n      \"subject\": \"<string>\",\n      \"senderemail\": \"<string>\",\n      \"toAddress\": \"<string>\",\n      \"emailTextPlain\": \"<string>\",\n      \"attachments\": [\n        {\n          \"name\": \"<string>\",\n          \"downloadURL\": \"<string>\",\n          \"url\": \"<string>\"\n        },\n        {\n          \"name\": \"<string>\",\n          \"downloadURL\": \"<string>\",\n          \"url\": \"<string>\"\n        }\n      ]\n    }\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.mona-ai.cloud/database/pushApplicantsToDatabase","description":"<p>Pushes applicant data to the database</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-API-Key"},{"key":"value","value":"{{apiKey}}"}]},"isInherited":true,"source":{"_postman_id":"d65d5421-ab45-405c-a53e-5b8e931dd774","id":"d65d5421-ab45-405c-a53e-5b8e931dd774","name":"MONA AI API - Public Documentation","type":"collection"}},"urlObject":{"path":["database","pushApplicantsToDatabase"],"host":["https://api.mona-ai.cloud"],"query":[],"variable":[]}},"response":[{"id":"6c2098c8-7318-4248-a2ad-7502d0f7dc16","name":"Applicants pushed successfully","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"X-API-Key","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"apiKey\": \"<string>\",\n  \"uid\": \"<string>\",\n  \"applicants\": [\n    {\n      \"id\": \"<string>\",\n      \"vorname\": \"<string>\",\n      \"nachname\": \"<string>\",\n      \"email\": \"<email>\",\n      \"telefonnummer\": \"<string>\",\n      \"mobilnummer\": \"<string>\",\n      \"phoneNumber\": \"<string>\",\n      \"JobOrt\": \"<string>\",\n      \"JobID\": \"<string>\",\n      \"jobTitle\": \"<string>\",\n      \"quelle\": \"Mona Sales\",\n      \"cv\": \"<string>\",\n      \"salutation\": \"<string>\",\n      \"files\": [\n        {\n          \"name\": \"<string>\",\n          \"downloadURL\": \"<string>\",\n          \"url\": \"<string>\"\n        },\n        {\n          \"name\": \"<string>\",\n          \"downloadURL\": \"<string>\",\n          \"url\": \"<string>\"\n        }\n      ],\n      \"subject\": \"<string>\",\n      \"senderemail\": \"<string>\",\n      \"toAddress\": \"<string>\",\n      \"emailTextPlain\": \"<string>\",\n      \"attachments\": [\n        {\n          \"name\": \"<string>\",\n          \"downloadURL\": \"<string>\",\n          \"url\": \"<string>\"\n        },\n        {\n          \"name\": \"<string>\",\n          \"downloadURL\": \"<string>\",\n          \"url\": \"<string>\"\n        }\n      ]\n    },\n    {\n      \"id\": \"<string>\",\n      \"vorname\": \"<string>\",\n      \"nachname\": \"<string>\",\n      \"email\": \"<email>\",\n      \"telefonnummer\": \"<string>\",\n      \"mobilnummer\": \"<string>\",\n      \"phoneNumber\": \"<string>\",\n      \"JobOrt\": \"<string>\",\n      \"JobID\": \"<string>\",\n      \"jobTitle\": \"<string>\",\n      \"quelle\": \"monaapi\",\n      \"cv\": \"<string>\",\n      \"salutation\": \"<string>\",\n      \"files\": [\n        {\n          \"name\": \"<string>\",\n          \"downloadURL\": \"<string>\",\n          \"url\": \"<string>\"\n        },\n        {\n          \"name\": \"<string>\",\n          \"downloadURL\": \"<string>\",\n          \"url\": \"<string>\"\n        }\n      ],\n      \"subject\": \"<string>\",\n      \"senderemail\": \"<string>\",\n      \"toAddress\": \"<string>\",\n      \"emailTextPlain\": \"<string>\",\n      \"attachments\": [\n        {\n          \"name\": \"<string>\",\n          \"downloadURL\": \"<string>\",\n          \"url\": \"<string>\"\n        },\n        {\n          \"name\": \"<string>\",\n          \"downloadURL\": \"<string>\",\n          \"url\": \"<string>\"\n        }\n      ]\n    }\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.mona-ai.cloud/database/pushApplicantsToDatabase"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":null},{"id":"be483094-9425-4f6a-ad14-dc9e03bd65e7","name":"Bad Request - Invalid applicant data","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"X-API-Key","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"apiKey\": \"<string>\",\n  \"uid\": \"<string>\",\n  \"applicants\": [\n    {\n      \"id\": \"<string>\",\n      \"vorname\": \"<string>\",\n      \"nachname\": \"<string>\",\n      \"email\": \"<email>\",\n      \"telefonnummer\": \"<string>\",\n      \"mobilnummer\": \"<string>\",\n      \"phoneNumber\": \"<string>\",\n      \"JobOrt\": \"<string>\",\n      \"JobID\": \"<string>\",\n      \"jobTitle\": \"<string>\",\n      \"quelle\": \"Mona Sales\",\n      \"cv\": \"<string>\",\n      \"salutation\": \"<string>\",\n      \"files\": [\n        {\n          \"name\": \"<string>\",\n          \"downloadURL\": \"<string>\",\n          \"url\": \"<string>\"\n        },\n        {\n          \"name\": \"<string>\",\n          \"downloadURL\": \"<string>\",\n          \"url\": \"<string>\"\n        }\n      ],\n      \"subject\": \"<string>\",\n      \"senderemail\": \"<string>\",\n      \"toAddress\": \"<string>\",\n      \"emailTextPlain\": \"<string>\",\n      \"attachments\": [\n        {\n          \"name\": \"<string>\",\n          \"downloadURL\": \"<string>\",\n          \"url\": \"<string>\"\n        },\n        {\n          \"name\": \"<string>\",\n          \"downloadURL\": \"<string>\",\n          \"url\": \"<string>\"\n        }\n      ]\n    },\n    {\n      \"id\": \"<string>\",\n      \"vorname\": \"<string>\",\n      \"nachname\": \"<string>\",\n      \"email\": \"<email>\",\n      \"telefonnummer\": \"<string>\",\n      \"mobilnummer\": \"<string>\",\n      \"phoneNumber\": \"<string>\",\n      \"JobOrt\": \"<string>\",\n      \"JobID\": \"<string>\",\n      \"jobTitle\": \"<string>\",\n      \"quelle\": \"monaapi\",\n      \"cv\": \"<string>\",\n      \"salutation\": \"<string>\",\n      \"files\": [\n        {\n          \"name\": \"<string>\",\n          \"downloadURL\": \"<string>\",\n          \"url\": \"<string>\"\n        },\n        {\n          \"name\": \"<string>\",\n          \"downloadURL\": \"<string>\",\n          \"url\": \"<string>\"\n        }\n      ],\n      \"subject\": \"<string>\",\n      \"senderemail\": \"<string>\",\n      \"toAddress\": \"<string>\",\n      \"emailTextPlain\": \"<string>\",\n      \"attachments\": [\n        {\n          \"name\": \"<string>\",\n          \"downloadURL\": \"<string>\",\n          \"url\": \"<string>\"\n        },\n        {\n          \"name\": \"<string>\",\n          \"downloadURL\": \"<string>\",\n          \"url\": \"<string>\"\n        }\n      ]\n    }\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.mona-ai.cloud/database/pushApplicantsToDatabase"},"status":"Bad Request","code":400,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":null},{"id":"9ee30c29-fa0d-4faf-814d-b0b7e69d7645","name":"Unauthorized","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"X-API-Key","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"apiKey\": \"<string>\",\n  \"uid\": \"<string>\",\n  \"applicants\": [\n    {\n      \"id\": \"<string>\",\n      \"vorname\": \"<string>\",\n      \"nachname\": \"<string>\",\n      \"email\": \"<email>\",\n      \"telefonnummer\": \"<string>\",\n      \"mobilnummer\": \"<string>\",\n      \"phoneNumber\": \"<string>\",\n      \"JobOrt\": \"<string>\",\n      \"JobID\": \"<string>\",\n      \"jobTitle\": \"<string>\",\n      \"quelle\": \"Mona Sales\",\n      \"cv\": \"<string>\",\n      \"salutation\": \"<string>\",\n      \"files\": [\n        {\n          \"name\": \"<string>\",\n          \"downloadURL\": \"<string>\",\n          \"url\": \"<string>\"\n        },\n        {\n          \"name\": \"<string>\",\n          \"downloadURL\": \"<string>\",\n          \"url\": \"<string>\"\n        }\n      ],\n      \"subject\": \"<string>\",\n      \"senderemail\": \"<string>\",\n      \"toAddress\": \"<string>\",\n      \"emailTextPlain\": \"<string>\",\n      \"attachments\": [\n        {\n          \"name\": \"<string>\",\n          \"downloadURL\": \"<string>\",\n          \"url\": \"<string>\"\n        },\n        {\n          \"name\": \"<string>\",\n          \"downloadURL\": \"<string>\",\n          \"url\": \"<string>\"\n        }\n      ]\n    },\n    {\n      \"id\": \"<string>\",\n      \"vorname\": \"<string>\",\n      \"nachname\": \"<string>\",\n      \"email\": \"<email>\",\n      \"telefonnummer\": \"<string>\",\n      \"mobilnummer\": \"<string>\",\n      \"phoneNumber\": \"<string>\",\n      \"JobOrt\": \"<string>\",\n      \"JobID\": \"<string>\",\n      \"jobTitle\": \"<string>\",\n      \"quelle\": \"monaapi\",\n      \"cv\": \"<string>\",\n      \"salutation\": \"<string>\",\n      \"files\": [\n        {\n          \"name\": \"<string>\",\n          \"downloadURL\": \"<string>\",\n          \"url\": \"<string>\"\n        },\n        {\n          \"name\": \"<string>\",\n          \"downloadURL\": \"<string>\",\n          \"url\": \"<string>\"\n        }\n      ],\n      \"subject\": \"<string>\",\n      \"senderemail\": \"<string>\",\n      \"toAddress\": \"<string>\",\n      \"emailTextPlain\": \"<string>\",\n      \"attachments\": [\n        {\n          \"name\": \"<string>\",\n          \"downloadURL\": \"<string>\",\n          \"url\": \"<string>\"\n        },\n        {\n          \"name\": \"<string>\",\n          \"downloadURL\": \"<string>\",\n          \"url\": \"<string>\"\n        }\n      ]\n    }\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.mona-ai.cloud/database/pushApplicantsToDatabase"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":null},{"id":"e1e3d5db-7503-478e-ad3f-df996043c6eb","name":"Internal Server Error","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"X-API-Key","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"apiKey\": \"<string>\",\n  \"uid\": \"<string>\",\n  \"applicants\": [\n    {\n      \"id\": \"<string>\",\n      \"vorname\": \"<string>\",\n      \"nachname\": \"<string>\",\n      \"email\": \"<email>\",\n      \"telefonnummer\": \"<string>\",\n      \"mobilnummer\": \"<string>\",\n      \"phoneNumber\": \"<string>\",\n      \"JobOrt\": \"<string>\",\n      \"JobID\": \"<string>\",\n      \"jobTitle\": \"<string>\",\n      \"quelle\": \"Mona Sales\",\n      \"cv\": \"<string>\",\n      \"salutation\": \"<string>\",\n      \"files\": [\n        {\n          \"name\": \"<string>\",\n          \"downloadURL\": \"<string>\",\n          \"url\": \"<string>\"\n        },\n        {\n          \"name\": \"<string>\",\n          \"downloadURL\": \"<string>\",\n          \"url\": \"<string>\"\n        }\n      ],\n      \"subject\": \"<string>\",\n      \"senderemail\": \"<string>\",\n      \"toAddress\": \"<string>\",\n      \"emailTextPlain\": \"<string>\",\n      \"attachments\": [\n        {\n          \"name\": \"<string>\",\n          \"downloadURL\": \"<string>\",\n          \"url\": \"<string>\"\n        },\n        {\n          \"name\": \"<string>\",\n          \"downloadURL\": \"<string>\",\n          \"url\": \"<string>\"\n        }\n      ]\n    },\n    {\n      \"id\": \"<string>\",\n      \"vorname\": \"<string>\",\n      \"nachname\": \"<string>\",\n      \"email\": \"<email>\",\n      \"telefonnummer\": \"<string>\",\n      \"mobilnummer\": \"<string>\",\n      \"phoneNumber\": \"<string>\",\n      \"JobOrt\": \"<string>\",\n      \"JobID\": \"<string>\",\n      \"jobTitle\": \"<string>\",\n      \"quelle\": \"monaapi\",\n      \"cv\": \"<string>\",\n      \"salutation\": \"<string>\",\n      \"files\": [\n        {\n          \"name\": \"<string>\",\n          \"downloadURL\": \"<string>\",\n          \"url\": \"<string>\"\n        },\n        {\n          \"name\": \"<string>\",\n          \"downloadURL\": \"<string>\",\n          \"url\": \"<string>\"\n        }\n      ],\n      \"subject\": \"<string>\",\n      \"senderemail\": \"<string>\",\n      \"toAddress\": \"<string>\",\n      \"emailTextPlain\": \"<string>\",\n      \"attachments\": [\n        {\n          \"name\": \"<string>\",\n          \"downloadURL\": \"<string>\",\n          \"url\": \"<string>\"\n        },\n        {\n          \"name\": \"<string>\",\n          \"downloadURL\": \"<string>\",\n          \"url\": \"<string>\"\n        }\n      ]\n    }\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.mona-ai.cloud/database/pushApplicantsToDatabase"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":null}],"_postman_id":"bba02faf-37f8-45ba-8967-14a5a03521e5"},{"name":"Applicants to Email Queue (to be contacted)","id":"2b8ea299-3e51-4b97-814d-0c93e1b2ed75","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"apiKey\": \"<string>\",\n  \"uid\": \"<string>\",\n  \"applicants\": []\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.mona-ai.cloud/database/pushApplicantsToEmailApplicants","description":"<p>Pushes applicant data to the emailapplicants collection in the database</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-API-Key"},{"key":"value","value":"{{apiKey}}"}]},"isInherited":true,"source":{"_postman_id":"d65d5421-ab45-405c-a53e-5b8e931dd774","id":"d65d5421-ab45-405c-a53e-5b8e931dd774","name":"MONA AI API - Public Documentation","type":"collection"}},"urlObject":{"path":["database","pushApplicantsToEmailApplicants"],"host":["https://api.mona-ai.cloud"],"query":[],"variable":[]}},"response":[{"id":"e45fc186-a919-4ccb-9271-f98e77ba1326","name":"Applicants pushed to emailapplicants collection successfully","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"X-API-Key","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"apiKey\": \"<string>\",\n  \"uid\": \"<string>\",\n  \"applicants\": []\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.mona-ai.cloud/database/pushApplicantsToEmailApplicants"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":null},{"id":"f7bfdeee-7ff8-4443-a4ce-6c4d351cf9f3","name":"Unauthorized - Invalid API key","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"X-API-Key","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"apiKey\": \"<string>\",\n  \"uid\": \"<string>\",\n  \"applicants\": []\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.mona-ai.cloud/database/pushApplicantsToEmailApplicants"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":null},{"id":"236879d1-4777-4c36-baf9-6b0093860416","name":"Internal Server Error","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"X-API-Key","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"apiKey\": \"<string>\",\n  \"uid\": \"<string>\",\n  \"applicants\": []\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.mona-ai.cloud/database/pushApplicantsToEmailApplicants"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":null}],"_postman_id":"2b8ea299-3e51-4b97-814d-0c93e1b2ed75"},{"name":"Push Applicants to Applicants Collection","id":"95be02c0-e2f4-4206-9ad8-7a4ecee532f4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"apiKey\": \"<string>\",\n  \"uid\": \"<string>\",\n  \"applicants\": []\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.mona-ai.cloud/database/pushApplicantsToApplicants","description":"<p>Pushes applicant data to the applicants collection in the database</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-API-Key"},{"key":"value","value":"{{apiKey}}"}]},"isInherited":true,"source":{"_postman_id":"d65d5421-ab45-405c-a53e-5b8e931dd774","id":"d65d5421-ab45-405c-a53e-5b8e931dd774","name":"MONA AI API - Public Documentation","type":"collection"}},"urlObject":{"path":["database","pushApplicantsToApplicants"],"host":["https://api.mona-ai.cloud"],"query":[],"variable":[]}},"response":[{"id":"0bc73ed0-48ef-49be-9a80-a114c0e71d24","name":"Applicants pushed to applicants collection successfully","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"X-API-Key","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"apiKey\": \"<string>\",\n  \"uid\": \"<string>\",\n  \"applicants\": []\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.mona-ai.cloud/database/pushApplicantsToApplicants"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":null},{"id":"d42d7903-e4e8-43c7-b3e7-337d02bda0e3","name":"Unauthorized - Invalid API key","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"X-API-Key","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"apiKey\": \"<string>\",\n  \"uid\": \"<string>\",\n  \"applicants\": []\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.mona-ai.cloud/database/pushApplicantsToApplicants"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":null},{"id":"97099a7d-8523-48f7-94cb-448d8c978749","name":"Internal Server Error","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"X-API-Key","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"apiKey\": \"<string>\",\n  \"uid\": \"<string>\",\n  \"applicants\": []\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.mona-ai.cloud/database/pushApplicantsToApplicants"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":null}],"_postman_id":"95be02c0-e2f4-4206-9ad8-7a4ecee532f4"},{"name":"Applicants to Applicants Collection (data storage)","id":"8ed03a49-c5f1-4ec1-bc46-30abdf6d23ed","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"apiKey\": \"<string>\",\n  \"uid\": \"<string>\",\n  \"applicants\": []\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.mona-ai.cloud/database/pushApplicantsToApplicantsCollection","description":"<p>Pushes applicant data to the applicants collection in the database</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-API-Key"},{"key":"value","value":"{{apiKey}}"}]},"isInherited":true,"source":{"_postman_id":"d65d5421-ab45-405c-a53e-5b8e931dd774","id":"d65d5421-ab45-405c-a53e-5b8e931dd774","name":"MONA AI API - Public Documentation","type":"collection"}},"urlObject":{"path":["database","pushApplicantsToApplicantsCollection"],"host":["https://api.mona-ai.cloud"],"query":[],"variable":[]}},"response":[{"id":"1b3e1591-c9bc-4b2f-8963-665fd8de8d52","name":"Applicants pushed to applicants collection successfully","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"X-API-Key","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"apiKey\": \"<string>\",\n  \"uid\": \"<string>\",\n  \"applicants\": []\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.mona-ai.cloud/database/pushApplicantsToApplicantsCollection"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":null},{"id":"6f17a2c2-280a-4739-bbdb-249985a32c15","name":"Unauthorized - Invalid API key","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"X-API-Key","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"apiKey\": \"<string>\",\n  \"uid\": \"<string>\",\n  \"applicants\": []\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.mona-ai.cloud/database/pushApplicantsToApplicantsCollection"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":null},{"id":"3f6ce586-ebf2-4dc8-9375-45d3698f1ca5","name":"Internal Server Error","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"X-API-Key","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"apiKey\": \"<string>\",\n  \"uid\": \"<string>\",\n  \"applicants\": []\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.mona-ai.cloud/database/pushApplicantsToApplicantsCollection"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":null}],"_postman_id":"8ed03a49-c5f1-4ec1-bc46-30abdf6d23ed"},{"name":"Get Applicants from Database","id":"52272414-ef65-4600-bfb9-5d03c33c65f8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"apiKey\": \"<string>\",\n  \"uid\": \"<string>\",\n  \"filters\": {\n    \"jobId\": \"<string>\",\n    \"status\": \"<string>\"\n  },\n  \"sort\": {\n    \"field\": \"<string>\",\n    \"direction\": \"<string>\"\n  },\n  \"limit\": \"<integer>\",\n  \"page\": \"<integer>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.mona-ai.cloud/database/getApplicantsFromDatabase","description":"<p>Retrieves applicants from database based on filters</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-API-Key"},{"key":"value","value":"{{apiKey}}"}]},"isInherited":true,"source":{"_postman_id":"d65d5421-ab45-405c-a53e-5b8e931dd774","id":"d65d5421-ab45-405c-a53e-5b8e931dd774","name":"MONA AI API - Public Documentation","type":"collection"}},"urlObject":{"path":["database","getApplicantsFromDatabase"],"host":["https://api.mona-ai.cloud"],"query":[],"variable":[]}},"response":[{"id":"a75d54b1-bdf4-40c3-bce2-a1ca5162fb09","name":"Applicants retrieved successfully","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"X-API-Key","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"apiKey\": \"<string>\",\n  \"uid\": \"<string>\",\n  \"filters\": {\n    \"jobId\": \"<string>\",\n    \"status\": \"<string>\"\n  },\n  \"sort\": {\n    \"field\": \"<string>\",\n    \"direction\": \"<string>\"\n  },\n  \"limit\": \"<integer>\",\n  \"page\": \"<integer>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.mona-ai.cloud/database/getApplicantsFromDatabase"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":null},{"id":"b421efb2-c876-4b57-abd4-e000cd60de56","name":"Bad Request","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"X-API-Key","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"apiKey\": \"<string>\",\n  \"uid\": \"<string>\",\n  \"filters\": {\n    \"jobId\": \"<string>\",\n    \"status\": \"<string>\"\n  },\n  \"sort\": {\n    \"field\": \"<string>\",\n    \"direction\": \"<string>\"\n  },\n  \"limit\": \"<integer>\",\n  \"page\": \"<integer>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.mona-ai.cloud/database/getApplicantsFromDatabase"},"status":"Bad Request","code":400,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":null},{"id":"317a6e9e-907c-4e07-9058-881b858fabdf","name":"Unauthorized","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"X-API-Key","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"apiKey\": \"<string>\",\n  \"uid\": \"<string>\",\n  \"filters\": {\n    \"jobId\": \"<string>\",\n    \"status\": \"<string>\"\n  },\n  \"sort\": {\n    \"field\": \"<string>\",\n    \"direction\": \"<string>\"\n  },\n  \"limit\": \"<integer>\",\n  \"page\": \"<integer>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.mona-ai.cloud/database/getApplicantsFromDatabase"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":null},{"id":"946487f9-84ee-411c-b2d2-cef82436de87","name":"Forbidden","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"X-API-Key","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"apiKey\": \"<string>\",\n  \"uid\": \"<string>\",\n  \"filters\": {\n    \"jobId\": \"<string>\",\n    \"status\": \"<string>\"\n  },\n  \"sort\": {\n    \"field\": \"<string>\",\n    \"direction\": \"<string>\"\n  },\n  \"limit\": \"<integer>\",\n  \"page\": \"<integer>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.mona-ai.cloud/database/getApplicantsFromDatabase"},"status":"Forbidden","code":403,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":null},{"id":"2641fc26-a838-433f-9862-65218e3c82fc","name":"Internal Server Error","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"X-API-Key","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"apiKey\": \"<string>\",\n  \"uid\": \"<string>\",\n  \"filters\": {\n    \"jobId\": \"<string>\",\n    \"status\": \"<string>\"\n  },\n  \"sort\": {\n    \"field\": \"<string>\",\n    \"direction\": \"<string>\"\n  },\n  \"limit\": \"<integer>\",\n  \"page\": \"<integer>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.mona-ai.cloud/database/getApplicantsFromDatabase"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":null}],"_postman_id":"52272414-ef65-4600-bfb9-5d03c33c65f8"},{"name":"Get Finished Applicants from Database","id":"9212c353-d606-4501-aa19-8e44ad5a530d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"apiKey\": \"<string>\",\n  \"uid\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.mona-ai.cloud/database/getFinishedApplicantsFromDatabase","description":"<p>Retrieves finished applicants from the database</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-API-Key"},{"key":"value","value":"{{apiKey}}"}]},"isInherited":true,"source":{"_postman_id":"d65d5421-ab45-405c-a53e-5b8e931dd774","id":"d65d5421-ab45-405c-a53e-5b8e931dd774","name":"MONA AI API - Public Documentation","type":"collection"}},"urlObject":{"path":["database","getFinishedApplicantsFromDatabase"],"host":["https://api.mona-ai.cloud"],"query":[],"variable":[]}},"response":[{"id":"3871d50d-3cec-4929-86fd-f7fe36839a4a","name":"Finished applicants retrieved successfully","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"X-API-Key","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"apiKey\": \"<string>\",\n  \"uid\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.mona-ai.cloud/database/getFinishedApplicantsFromDatabase"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":null},{"id":"dce5daf7-c69a-451c-a676-2a9549dd4e7b","name":"Bad Request","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"X-API-Key","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"apiKey\": \"<string>\",\n  \"uid\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.mona-ai.cloud/database/getFinishedApplicantsFromDatabase"},"status":"Bad Request","code":400,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":null},{"id":"eed5740d-b64c-4756-a2f3-5517210276cd","name":"Unauthorized","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"X-API-Key","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"apiKey\": \"<string>\",\n  \"uid\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.mona-ai.cloud/database/getFinishedApplicantsFromDatabase"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":null},{"id":"723a4f38-1829-49a7-88fd-ea2dc5009a47","name":"Forbidden","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"X-API-Key","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"apiKey\": \"<string>\",\n  \"uid\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.mona-ai.cloud/database/getFinishedApplicantsFromDatabase"},"status":"Forbidden","code":403,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":null},{"id":"fcce02bc-300a-48f6-b847-5c101616fcab","name":"Internal Server Error","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"X-API-Key","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"apiKey\": \"<string>\",\n  \"uid\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.mona-ai.cloud/database/getFinishedApplicantsFromDatabase"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":null}],"_postman_id":"9212c353-d606-4501-aa19-8e44ad5a530d"},{"name":"Push Job Offers to Database","id":"c0c0aa59-3733-4f71-9ac3-5ae9fba3415d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"apiKey\": \"<string>\",\n  \"uid\": \"<string>\",\n  \"jobOffers\": [\n    {\n      \"id\": \"<string>\",\n      \"jobTitle\": \"<string>\",\n      \"tasks\": \"<string>\",\n      \"qualifications\": \"<string>\",\n      \"city\": \"<string>\",\n      \"location\": \"<string>\",\n      \"status\": \"aktiv\",\n      \"testmode\": false,\n      \"company\": \"<string>\",\n      \"description\": \"<string>\",\n      \"department\": \"<string>\",\n      \"employmentType\": \"part-time\",\n      \"salary\": {\n        \"min\": \"<number>\",\n        \"max\": \"<number>\",\n        \"currency\": \"<string>\",\n        \"period\": \"yearly\"\n      }\n    },\n    {\n      \"id\": \"<string>\",\n      \"jobTitle\": \"<string>\",\n      \"tasks\": \"<string>\",\n      \"qualifications\": \"<string>\",\n      \"city\": \"<string>\",\n      \"location\": \"<string>\",\n      \"status\": \"aktiv\",\n      \"testmode\": false,\n      \"company\": \"<string>\",\n      \"description\": \"<string>\",\n      \"department\": \"<string>\",\n      \"employmentType\": \"temporary\",\n      \"salary\": {\n        \"min\": \"<number>\",\n        \"max\": \"<number>\",\n        \"currency\": \"<string>\",\n        \"period\": \"yearly\"\n      }\n    }\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.mona-ai.cloud/database/pushJobOffersToDatabase","description":"<p>Pushes job offers to the externaljoboffers collection</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-API-Key"},{"key":"value","value":"{{apiKey}}"}]},"isInherited":true,"source":{"_postman_id":"d65d5421-ab45-405c-a53e-5b8e931dd774","id":"d65d5421-ab45-405c-a53e-5b8e931dd774","name":"MONA AI API - Public Documentation","type":"collection"}},"urlObject":{"path":["database","pushJobOffersToDatabase"],"host":["https://api.mona-ai.cloud"],"query":[],"variable":[]}},"response":[{"id":"692c8851-4ddb-4527-9861-7a8a3a325981","name":"Job offers pushed to externaljoboffers","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"X-API-Key","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"apiKey\": \"<string>\",\n  \"uid\": \"<string>\",\n  \"jobOffers\": [\n    {\n      \"id\": \"<string>\",\n      \"jobTitle\": \"<string>\",\n      \"tasks\": \"<string>\",\n      \"qualifications\": \"<string>\",\n      \"city\": \"<string>\",\n      \"location\": \"<string>\",\n      \"status\": \"aktiv\",\n      \"testmode\": false,\n      \"company\": \"<string>\",\n      \"description\": \"<string>\",\n      \"department\": \"<string>\",\n      \"employmentType\": \"part-time\",\n      \"salary\": {\n        \"min\": \"<number>\",\n        \"max\": \"<number>\",\n        \"currency\": \"<string>\",\n        \"period\": \"yearly\"\n      }\n    },\n    {\n      \"id\": \"<string>\",\n      \"jobTitle\": \"<string>\",\n      \"tasks\": \"<string>\",\n      \"qualifications\": \"<string>\",\n      \"city\": \"<string>\",\n      \"location\": \"<string>\",\n      \"status\": \"aktiv\",\n      \"testmode\": false,\n      \"company\": \"<string>\",\n      \"description\": \"<string>\",\n      \"department\": \"<string>\",\n      \"employmentType\": \"temporary\",\n      \"salary\": {\n        \"min\": \"<number>\",\n        \"max\": \"<number>\",\n        \"currency\": \"<string>\",\n        \"period\": \"yearly\"\n      }\n    }\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.mona-ai.cloud/database/pushJobOffersToDatabase"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":null},{"id":"6e599ac5-2462-4b27-bbe5-3c5eeda62104","name":"Bad Request","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"X-API-Key","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"apiKey\": \"<string>\",\n  \"uid\": \"<string>\",\n  \"jobOffers\": [\n    {\n      \"id\": \"<string>\",\n      \"jobTitle\": \"<string>\",\n      \"tasks\": \"<string>\",\n      \"qualifications\": \"<string>\",\n      \"city\": \"<string>\",\n      \"location\": \"<string>\",\n      \"status\": \"aktiv\",\n      \"testmode\": false,\n      \"company\": \"<string>\",\n      \"description\": \"<string>\",\n      \"department\": \"<string>\",\n      \"employmentType\": \"part-time\",\n      \"salary\": {\n        \"min\": \"<number>\",\n        \"max\": \"<number>\",\n        \"currency\": \"<string>\",\n        \"period\": \"yearly\"\n      }\n    },\n    {\n      \"id\": \"<string>\",\n      \"jobTitle\": \"<string>\",\n      \"tasks\": \"<string>\",\n      \"qualifications\": \"<string>\",\n      \"city\": \"<string>\",\n      \"location\": \"<string>\",\n      \"status\": \"aktiv\",\n      \"testmode\": false,\n      \"company\": \"<string>\",\n      \"description\": \"<string>\",\n      \"department\": \"<string>\",\n      \"employmentType\": \"temporary\",\n      \"salary\": {\n        \"min\": \"<number>\",\n        \"max\": \"<number>\",\n        \"currency\": \"<string>\",\n        \"period\": \"yearly\"\n      }\n    }\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.mona-ai.cloud/database/pushJobOffersToDatabase"},"status":"Bad Request","code":400,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":null},{"id":"1c79d2bb-3b62-403a-ac85-ca33039921c1","name":"Unauthorized","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"X-API-Key","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"apiKey\": \"<string>\",\n  \"uid\": \"<string>\",\n  \"jobOffers\": [\n    {\n      \"id\": \"<string>\",\n      \"jobTitle\": \"<string>\",\n      \"tasks\": \"<string>\",\n      \"qualifications\": \"<string>\",\n      \"city\": \"<string>\",\n      \"location\": \"<string>\",\n      \"status\": \"aktiv\",\n      \"testmode\": false,\n      \"company\": \"<string>\",\n      \"description\": \"<string>\",\n      \"department\": \"<string>\",\n      \"employmentType\": \"part-time\",\n      \"salary\": {\n        \"min\": \"<number>\",\n        \"max\": \"<number>\",\n        \"currency\": \"<string>\",\n        \"period\": \"yearly\"\n      }\n    },\n    {\n      \"id\": \"<string>\",\n      \"jobTitle\": \"<string>\",\n      \"tasks\": \"<string>\",\n      \"qualifications\": \"<string>\",\n      \"city\": \"<string>\",\n      \"location\": \"<string>\",\n      \"status\": \"aktiv\",\n      \"testmode\": false,\n      \"company\": \"<string>\",\n      \"description\": \"<string>\",\n      \"department\": \"<string>\",\n      \"employmentType\": \"temporary\",\n      \"salary\": {\n        \"min\": \"<number>\",\n        \"max\": \"<number>\",\n        \"currency\": \"<string>\",\n        \"period\": \"yearly\"\n      }\n    }\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.mona-ai.cloud/database/pushJobOffersToDatabase"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":null},{"id":"fbea33ab-fa02-4ce0-90b5-864c2733d94d","name":"Forbidden","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"X-API-Key","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"apiKey\": \"<string>\",\n  \"uid\": \"<string>\",\n  \"jobOffers\": [\n    {\n      \"id\": \"<string>\",\n      \"jobTitle\": \"<string>\",\n      \"tasks\": \"<string>\",\n      \"qualifications\": \"<string>\",\n      \"city\": \"<string>\",\n      \"location\": \"<string>\",\n      \"status\": \"aktiv\",\n      \"testmode\": false,\n      \"company\": \"<string>\",\n      \"description\": \"<string>\",\n      \"department\": \"<string>\",\n      \"employmentType\": \"part-time\",\n      \"salary\": {\n        \"min\": \"<number>\",\n        \"max\": \"<number>\",\n        \"currency\": \"<string>\",\n        \"period\": \"yearly\"\n      }\n    },\n    {\n      \"id\": \"<string>\",\n      \"jobTitle\": \"<string>\",\n      \"tasks\": \"<string>\",\n      \"qualifications\": \"<string>\",\n      \"city\": \"<string>\",\n      \"location\": \"<string>\",\n      \"status\": \"aktiv\",\n      \"testmode\": false,\n      \"company\": \"<string>\",\n      \"description\": \"<string>\",\n      \"department\": \"<string>\",\n      \"employmentType\": \"temporary\",\n      \"salary\": {\n        \"min\": \"<number>\",\n        \"max\": \"<number>\",\n        \"currency\": \"<string>\",\n        \"period\": \"yearly\"\n      }\n    }\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.mona-ai.cloud/database/pushJobOffersToDatabase"},"status":"Forbidden","code":403,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":null},{"id":"2f96575f-c348-4f32-b389-a766f211273c","name":"Internal Server Error","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"X-API-Key","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"apiKey\": \"<string>\",\n  \"uid\": \"<string>\",\n  \"jobOffers\": [\n    {\n      \"id\": \"<string>\",\n      \"jobTitle\": \"<string>\",\n      \"tasks\": \"<string>\",\n      \"qualifications\": \"<string>\",\n      \"city\": \"<string>\",\n      \"location\": \"<string>\",\n      \"status\": \"aktiv\",\n      \"testmode\": false,\n      \"company\": \"<string>\",\n      \"description\": \"<string>\",\n      \"department\": \"<string>\",\n      \"employmentType\": \"part-time\",\n      \"salary\": {\n        \"min\": \"<number>\",\n        \"max\": \"<number>\",\n        \"currency\": \"<string>\",\n        \"period\": \"yearly\"\n      }\n    },\n    {\n      \"id\": \"<string>\",\n      \"jobTitle\": \"<string>\",\n      \"tasks\": \"<string>\",\n      \"qualifications\": \"<string>\",\n      \"city\": \"<string>\",\n      \"location\": \"<string>\",\n      \"status\": \"aktiv\",\n      \"testmode\": false,\n      \"company\": \"<string>\",\n      \"description\": \"<string>\",\n      \"department\": \"<string>\",\n      \"employmentType\": \"temporary\",\n      \"salary\": {\n        \"min\": \"<number>\",\n        \"max\": \"<number>\",\n        \"currency\": \"<string>\",\n        \"period\": \"yearly\"\n      }\n    }\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.mona-ai.cloud/database/pushJobOffersToDatabase"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":null}],"_postman_id":"c0c0aa59-3733-4f71-9ac3-5ae9fba3415d"},{"name":"Get Job Offers from Database","id":"7a8c959c-68ea-46aa-97de-d578e0aa5324","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"apiKey\": \"<string>\",\n  \"uid\": \"<string>\",\n  \"filters\": {\n    \"status\": \"<string>\",\n    \"department\": \"<string>\",\n    \"location\": \"<string>\"\n  },\n  \"sort\": {\n    \"field\": \"<string>\",\n    \"direction\": \"<string>\"\n  },\n  \"limit\": \"<integer>\",\n  \"page\": \"<integer>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.mona-ai.cloud/database/getJobOffersFromDatabase","description":"<p>Retrieves job offers from database based on filters</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-API-Key"},{"key":"value","value":"{{apiKey}}"}]},"isInherited":true,"source":{"_postman_id":"d65d5421-ab45-405c-a53e-5b8e931dd774","id":"d65d5421-ab45-405c-a53e-5b8e931dd774","name":"MONA AI API - Public Documentation","type":"collection"}},"urlObject":{"path":["database","getJobOffersFromDatabase"],"host":["https://api.mona-ai.cloud"],"query":[],"variable":[]}},"response":[{"id":"f44f9324-cfc3-4307-bd2c-2beb57656680","name":"Job offers retrieved successfully","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"X-API-Key","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"apiKey\": \"<string>\",\n  \"uid\": \"<string>\",\n  \"filters\": {\n    \"status\": \"<string>\",\n    \"department\": \"<string>\",\n    \"location\": \"<string>\"\n  },\n  \"sort\": {\n    \"field\": \"<string>\",\n    \"direction\": \"<string>\"\n  },\n  \"limit\": \"<integer>\",\n  \"page\": \"<integer>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.mona-ai.cloud/database/getJobOffersFromDatabase"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":null},{"id":"5c58dd4b-805b-45f0-b3ed-ad11fc9a5259","name":"Bad Request","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"X-API-Key","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"apiKey\": \"<string>\",\n  \"uid\": \"<string>\",\n  \"filters\": {\n    \"status\": \"<string>\",\n    \"department\": \"<string>\",\n    \"location\": \"<string>\"\n  },\n  \"sort\": {\n    \"field\": \"<string>\",\n    \"direction\": \"<string>\"\n  },\n  \"limit\": \"<integer>\",\n  \"page\": \"<integer>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.mona-ai.cloud/database/getJobOffersFromDatabase"},"status":"Bad Request","code":400,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":null},{"id":"43dd5f65-bcc8-42fd-b98d-2c979ff013b8","name":"Unauthorized","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"X-API-Key","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"apiKey\": \"<string>\",\n  \"uid\": \"<string>\",\n  \"filters\": {\n    \"status\": \"<string>\",\n    \"department\": \"<string>\",\n    \"location\": \"<string>\"\n  },\n  \"sort\": {\n    \"field\": \"<string>\",\n    \"direction\": \"<string>\"\n  },\n  \"limit\": \"<integer>\",\n  \"page\": \"<integer>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.mona-ai.cloud/database/getJobOffersFromDatabase"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":null},{"id":"76ee26da-4802-4c7a-a6c0-45337249f957","name":"Forbidden","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"X-API-Key","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"apiKey\": \"<string>\",\n  \"uid\": \"<string>\",\n  \"filters\": {\n    \"status\": \"<string>\",\n    \"department\": \"<string>\",\n    \"location\": \"<string>\"\n  },\n  \"sort\": {\n    \"field\": \"<string>\",\n    \"direction\": \"<string>\"\n  },\n  \"limit\": \"<integer>\",\n  \"page\": \"<integer>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.mona-ai.cloud/database/getJobOffersFromDatabase"},"status":"Forbidden","code":403,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":null},{"id":"3678d8c5-e426-4b48-abf9-50276f5d9884","name":"Internal Server Error","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"X-API-Key","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"apiKey\": \"<string>\",\n  \"uid\": \"<string>\",\n  \"filters\": {\n    \"status\": \"<string>\",\n    \"department\": \"<string>\",\n    \"location\": \"<string>\"\n  },\n  \"sort\": {\n    \"field\": \"<string>\",\n    \"direction\": \"<string>\"\n  },\n  \"limit\": \"<integer>\",\n  \"page\": \"<integer>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.mona-ai.cloud/database/getJobOffersFromDatabase"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":null}],"_postman_id":"7a8c959c-68ea-46aa-97de-d578e0aa5324"},{"name":"Push Interviews to Database","id":"b3fbf8f6-6219-43e3-9822-24080585a34d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"apiKey\": \"<string>\",\n  \"uid\": \"<string>\",\n  \"jobOffers\": [\n    {\n      \"id\": \"<string>\",\n      \"applicantId\": \"<string>\",\n      \"jobOfferId\": \"<string>\",\n      \"interviewDate\": \"<dateTime>\",\n      \"interviewType\": \"phone\",\n      \"status\": \"scheduled\",\n      \"notes\": \"<string>\",\n      \"interviewer\": \"<string>\"\n    },\n    {\n      \"id\": \"<string>\",\n      \"applicantId\": \"<string>\",\n      \"jobOfferId\": \"<string>\",\n      \"interviewDate\": \"<dateTime>\",\n      \"interviewType\": \"phone\",\n      \"status\": \"scheduled\",\n      \"notes\": \"<string>\",\n      \"interviewer\": \"<string>\"\n    }\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.mona-ai.cloud/database/pushInterviewsToDatabase","description":"<p>Pushes interview records to the database</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-API-Key"},{"key":"value","value":"{{apiKey}}"}]},"isInherited":true,"source":{"_postman_id":"d65d5421-ab45-405c-a53e-5b8e931dd774","id":"d65d5421-ab45-405c-a53e-5b8e931dd774","name":"MONA AI API - Public Documentation","type":"collection"}},"urlObject":{"path":["database","pushInterviewsToDatabase"],"host":["https://api.mona-ai.cloud"],"query":[],"variable":[]}},"response":[{"id":"92ba1d75-139a-4c62-8f69-f5e08de93494","name":"Interviews pushed successfully","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"X-API-Key","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"apiKey\": \"<string>\",\n  \"uid\": \"<string>\",\n  \"jobOffers\": [\n    {\n      \"id\": \"<string>\",\n      \"applicantId\": \"<string>\",\n      \"jobOfferId\": \"<string>\",\n      \"interviewDate\": \"<dateTime>\",\n      \"interviewType\": \"phone\",\n      \"status\": \"scheduled\",\n      \"notes\": \"<string>\",\n      \"interviewer\": \"<string>\"\n    },\n    {\n      \"id\": \"<string>\",\n      \"applicantId\": \"<string>\",\n      \"jobOfferId\": \"<string>\",\n      \"interviewDate\": \"<dateTime>\",\n      \"interviewType\": \"phone\",\n      \"status\": \"scheduled\",\n      \"notes\": \"<string>\",\n      \"interviewer\": \"<string>\"\n    }\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.mona-ai.cloud/database/pushInterviewsToDatabase"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"<string>\",\n  \"count\": \"<integer>\",\n  \"ids\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"id\": \"<string>\"\n}"},{"id":"01d34b6f-506a-42f7-8d78-869820beaf33","name":"Bad Request","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"X-API-Key","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"apiKey\": \"<string>\",\n  \"uid\": \"<string>\",\n  \"jobOffers\": [\n    {\n      \"id\": \"<string>\",\n      \"applicantId\": \"<string>\",\n      \"jobOfferId\": \"<string>\",\n      \"interviewDate\": \"<dateTime>\",\n      \"interviewType\": \"phone\",\n      \"status\": \"scheduled\",\n      \"notes\": \"<string>\",\n      \"interviewer\": \"<string>\"\n    },\n    {\n      \"id\": \"<string>\",\n      \"applicantId\": \"<string>\",\n      \"jobOfferId\": \"<string>\",\n      \"interviewDate\": \"<dateTime>\",\n      \"interviewType\": \"phone\",\n      \"status\": \"scheduled\",\n      \"notes\": \"<string>\",\n      \"interviewer\": \"<string>\"\n    }\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.mona-ai.cloud/database/pushInterviewsToDatabase"},"status":"Bad Request","code":400,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":null},{"id":"00d5522b-7d77-417d-9a37-6576e457fb0a","name":"Unauthorized","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"X-API-Key","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"apiKey\": \"<string>\",\n  \"uid\": \"<string>\",\n  \"jobOffers\": [\n    {\n      \"id\": \"<string>\",\n      \"applicantId\": \"<string>\",\n      \"jobOfferId\": \"<string>\",\n      \"interviewDate\": \"<dateTime>\",\n      \"interviewType\": \"phone\",\n      \"status\": \"scheduled\",\n      \"notes\": \"<string>\",\n      \"interviewer\": \"<string>\"\n    },\n    {\n      \"id\": \"<string>\",\n      \"applicantId\": \"<string>\",\n      \"jobOfferId\": \"<string>\",\n      \"interviewDate\": \"<dateTime>\",\n      \"interviewType\": \"phone\",\n      \"status\": \"scheduled\",\n      \"notes\": \"<string>\",\n      \"interviewer\": \"<string>\"\n    }\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.mona-ai.cloud/database/pushInterviewsToDatabase"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":null},{"id":"ef91ea07-e4a7-4f95-9f88-aec3bf2d2024","name":"Forbidden","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"X-API-Key","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"apiKey\": \"<string>\",\n  \"uid\": \"<string>\",\n  \"jobOffers\": [\n    {\n      \"id\": \"<string>\",\n      \"applicantId\": \"<string>\",\n      \"jobOfferId\": \"<string>\",\n      \"interviewDate\": \"<dateTime>\",\n      \"interviewType\": \"phone\",\n      \"status\": \"scheduled\",\n      \"notes\": \"<string>\",\n      \"interviewer\": \"<string>\"\n    },\n    {\n      \"id\": \"<string>\",\n      \"applicantId\": \"<string>\",\n      \"jobOfferId\": \"<string>\",\n      \"interviewDate\": \"<dateTime>\",\n      \"interviewType\": \"phone\",\n      \"status\": \"scheduled\",\n      \"notes\": \"<string>\",\n      \"interviewer\": \"<string>\"\n    }\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.mona-ai.cloud/database/pushInterviewsToDatabase"},"status":"Forbidden","code":403,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":null},{"id":"461f1de7-f3f1-418e-80d8-bdc53aa62178","name":"Internal Server Error","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"X-API-Key","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"apiKey\": \"<string>\",\n  \"uid\": \"<string>\",\n  \"jobOffers\": [\n    {\n      \"id\": \"<string>\",\n      \"applicantId\": \"<string>\",\n      \"jobOfferId\": \"<string>\",\n      \"interviewDate\": \"<dateTime>\",\n      \"interviewType\": \"phone\",\n      \"status\": \"scheduled\",\n      \"notes\": \"<string>\",\n      \"interviewer\": \"<string>\"\n    },\n    {\n      \"id\": \"<string>\",\n      \"applicantId\": \"<string>\",\n      \"jobOfferId\": \"<string>\",\n      \"interviewDate\": \"<dateTime>\",\n      \"interviewType\": \"phone\",\n      \"status\": \"scheduled\",\n      \"notes\": \"<string>\",\n      \"interviewer\": \"<string>\"\n    }\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.mona-ai.cloud/database/pushInterviewsToDatabase"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":null}],"_postman_id":"b3fbf8f6-6219-43e3-9822-24080585a34d"},{"name":"Get Interviews from Database","id":"4d0e1269-2d58-4f5d-905b-2870a6563d72","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"apiKey\": \"<string>\",\n  \"uid\": \"<string>\",\n  \"filters\": {\n    \"status\": \"scheduled\",\n    \"interviewType\": \"in-person\",\n    \"applicantId\": \"<string>\",\n    \"jobOfferId\": \"<string>\",\n    \"interviewer\": \"<string>\"\n  },\n  \"sort\": {\n    \"field\": \"<string>\",\n    \"direction\": \"desc\"\n  },\n  \"paginationToken\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.mona-ai.cloud/database/getInterviewsFromDatabase","description":"<p>Retrieves interview records from database based on filters</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-API-Key"},{"key":"value","value":"{{apiKey}}"}]},"isInherited":true,"source":{"_postman_id":"d65d5421-ab45-405c-a53e-5b8e931dd774","id":"d65d5421-ab45-405c-a53e-5b8e931dd774","name":"MONA AI API - Public Documentation","type":"collection"}},"urlObject":{"path":["database","getInterviewsFromDatabase"],"host":["https://api.mona-ai.cloud"],"query":[],"variable":[]}},"response":[{"id":"743abd40-c463-4b02-9b6a-398ca5d835fc","name":"Interviews retrieved successfully","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"X-API-Key","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"apiKey\": \"<string>\",\n  \"uid\": \"<string>\",\n  \"filters\": {\n    \"status\": \"scheduled\",\n    \"interviewType\": \"in-person\",\n    \"applicantId\": \"<string>\",\n    \"jobOfferId\": \"<string>\",\n    \"interviewer\": \"<string>\"\n  },\n  \"sort\": {\n    \"field\": \"<string>\",\n    \"direction\": \"desc\"\n  },\n  \"paginationToken\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.mona-ai.cloud/database/getInterviewsFromDatabase"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": [\n    {\n      \"id\": \"<string>\",\n      \"applicantId\": \"<string>\",\n      \"jobOfferId\": \"<string>\",\n      \"interviewDate\": \"<dateTime>\",\n      \"interviewType\": \"<string>\",\n      \"status\": \"<string>\",\n      \"notes\": \"<string>\",\n      \"interviewer\": \"<string>\",\n      \"created\": {},\n      \"updatedAt\": {}\n    },\n    {\n      \"id\": \"<string>\",\n      \"applicantId\": \"<string>\",\n      \"jobOfferId\": \"<string>\",\n      \"interviewDate\": \"<dateTime>\",\n      \"interviewType\": \"<string>\",\n      \"status\": \"<string>\",\n      \"notes\": \"<string>\",\n      \"interviewer\": \"<string>\",\n      \"created\": {},\n      \"updatedAt\": {}\n    }\n  ],\n  \"pagination\": {\n    \"total\": \"<integer>\",\n    \"nextPageToken\": \"<string>\"\n  }\n}"},{"id":"69469909-7318-4584-9e04-cb614540bc0c","name":"Bad Request","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"X-API-Key","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"apiKey\": \"<string>\",\n  \"uid\": \"<string>\",\n  \"filters\": {\n    \"status\": \"scheduled\",\n    \"interviewType\": \"in-person\",\n    \"applicantId\": \"<string>\",\n    \"jobOfferId\": \"<string>\",\n    \"interviewer\": \"<string>\"\n  },\n  \"sort\": {\n    \"field\": \"<string>\",\n    \"direction\": \"desc\"\n  },\n  \"paginationToken\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.mona-ai.cloud/database/getInterviewsFromDatabase"},"status":"Bad Request","code":400,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":null},{"id":"b477113d-1d80-4469-a167-40fe847d185e","name":"Unauthorized","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"X-API-Key","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"apiKey\": \"<string>\",\n  \"uid\": \"<string>\",\n  \"filters\": {\n    \"status\": \"scheduled\",\n    \"interviewType\": \"in-person\",\n    \"applicantId\": \"<string>\",\n    \"jobOfferId\": \"<string>\",\n    \"interviewer\": \"<string>\"\n  },\n  \"sort\": {\n    \"field\": \"<string>\",\n    \"direction\": \"desc\"\n  },\n  \"paginationToken\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.mona-ai.cloud/database/getInterviewsFromDatabase"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":null},{"id":"455f2d26-484b-4085-be18-a379eaa12061","name":"Forbidden","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"X-API-Key","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"apiKey\": \"<string>\",\n  \"uid\": \"<string>\",\n  \"filters\": {\n    \"status\": \"scheduled\",\n    \"interviewType\": \"in-person\",\n    \"applicantId\": \"<string>\",\n    \"jobOfferId\": \"<string>\",\n    \"interviewer\": \"<string>\"\n  },\n  \"sort\": {\n    \"field\": \"<string>\",\n    \"direction\": \"desc\"\n  },\n  \"paginationToken\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.mona-ai.cloud/database/getInterviewsFromDatabase"},"status":"Forbidden","code":403,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":null},{"id":"621df924-7686-46a0-ad81-c97f11827b7b","name":"Internal Server Error","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"X-API-Key","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"apiKey\": \"<string>\",\n  \"uid\": \"<string>\",\n  \"filters\": {\n    \"status\": \"scheduled\",\n    \"interviewType\": \"in-person\",\n    \"applicantId\": \"<string>\",\n    \"jobOfferId\": \"<string>\",\n    \"interviewer\": \"<string>\"\n  },\n  \"sort\": {\n    \"field\": \"<string>\",\n    \"direction\": \"desc\"\n  },\n  \"paginationToken\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.mona-ai.cloud/database/getInterviewsFromDatabase"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":null}],"_postman_id":"4d0e1269-2d58-4f5d-905b-2870a6563d72"},{"name":"Push Agents to Database","id":"b8206480-4986-40bf-bd1b-6968b1dbec54","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"apiKey\": \"<string>\",\n  \"uid\": \"<string>\",\n  \"agents\": [\n    {\n      \"id\": \"<string>\",\n      \"name\": \"<string>\",\n      \"typeOfAgent\": \"single\",\n      \"description\": \"<string>\",\n      \"category\": \"<string>\",\n      \"tags\": [\n        \"<string>\",\n        \"<string>\"\n      ],\n      \"isActive\": true,\n      \"agentConfig\": {\n        \"instructions\": \"<string>\",\n        \"tools\": [\n          \"<string>\",\n          \"<string>\"\n        ],\n        \"agentType\": \"executor\"\n      },\n      \"multiAgentConfig\": {\n        \"coordinationStrategy\": \"parallel\",\n        \"sharedContext\": \"<boolean>\",\n        \"agents\": [\n          {\n            \"name\": \"<string>\",\n            \"role\": \"<string>\",\n            \"instructions\": \"<string>\",\n            \"tools\": [\n              \"<string>\",\n              \"<string>\"\n            ]\n          },\n          {\n            \"name\": \"<string>\",\n            \"role\": \"<string>\",\n            \"instructions\": \"<string>\",\n            \"tools\": [\n              \"<string>\",\n              \"<string>\"\n            ]\n          }\n        ]\n      },\n      \"workflowConfig\": {\n        \"executionMode\": \"parallel\",\n        \"errorHandling\": \"continue\",\n        \"maxRetries\": 3,\n        \"steps\": [\n          {\n            \"id\": \"<string>\",\n            \"name\": \"<string>\",\n            \"action\": \"<string>\",\n            \"tools\": [\n              \"<string>\",\n              \"<string>\"\n            ],\n            \"conditions\": {}\n          },\n          {\n            \"id\": \"<string>\",\n            \"name\": \"<string>\",\n            \"action\": \"<string>\",\n            \"tools\": [\n              \"<string>\",\n              \"<string>\"\n            ],\n            \"conditions\": {}\n          }\n        ]\n      }\n    },\n    {\n      \"id\": \"<string>\",\n      \"name\": \"<string>\",\n      \"typeOfAgent\": \"single\",\n      \"description\": \"<string>\",\n      \"category\": \"<string>\",\n      \"tags\": [\n        \"<string>\",\n        \"<string>\"\n      ],\n      \"isActive\": true,\n      \"agentConfig\": {\n        \"instructions\": \"<string>\",\n        \"tools\": [\n          \"<string>\",\n          \"<string>\"\n        ],\n        \"agentType\": \"helping\"\n      },\n      \"multiAgentConfig\": {\n        \"coordinationStrategy\": \"sequential\",\n        \"sharedContext\": \"<boolean>\",\n        \"agents\": [\n          {\n            \"name\": \"<string>\",\n            \"role\": \"<string>\",\n            \"instructions\": \"<string>\",\n            \"tools\": [\n              \"<string>\",\n              \"<string>\"\n            ]\n          },\n          {\n            \"name\": \"<string>\",\n            \"role\": \"<string>\",\n            \"instructions\": \"<string>\",\n            \"tools\": [\n              \"<string>\",\n              \"<string>\"\n            ]\n          }\n        ]\n      },\n      \"workflowConfig\": {\n        \"executionMode\": \"parallel\",\n        \"errorHandling\": \"retry\",\n        \"maxRetries\": 3,\n        \"steps\": [\n          {\n            \"id\": \"<string>\",\n            \"name\": \"<string>\",\n            \"action\": \"<string>\",\n            \"tools\": [\n              \"<string>\",\n              \"<string>\"\n            ],\n            \"conditions\": {}\n          },\n          {\n            \"id\": \"<string>\",\n            \"name\": \"<string>\",\n            \"action\": \"<string>\",\n            \"tools\": [\n              \"<string>\",\n              \"<string>\"\n            ],\n            \"conditions\": {}\n          }\n        ]\n      }\n    }\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.mona-ai.cloud/database/pushAgentsToDatabase","description":"<p>Pushes agents (single, multi, or workflow) to the database</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-API-Key"},{"key":"value","value":"{{apiKey}}"}]},"isInherited":true,"source":{"_postman_id":"d65d5421-ab45-405c-a53e-5b8e931dd774","id":"d65d5421-ab45-405c-a53e-5b8e931dd774","name":"MONA AI API - Public Documentation","type":"collection"}},"urlObject":{"path":["database","pushAgentsToDatabase"],"host":["https://api.mona-ai.cloud"],"query":[],"variable":[]}},"response":[{"id":"c53c290b-42c1-4b7d-bc80-9b379448390c","name":"Agents pushed successfully","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"X-API-Key","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"apiKey\": \"<string>\",\n  \"uid\": \"<string>\",\n  \"agents\": [\n    {\n      \"id\": \"<string>\",\n      \"name\": \"<string>\",\n      \"typeOfAgent\": \"single\",\n      \"description\": \"<string>\",\n      \"category\": \"<string>\",\n      \"tags\": [\n        \"<string>\",\n        \"<string>\"\n      ],\n      \"isActive\": true,\n      \"agentConfig\": {\n        \"instructions\": \"<string>\",\n        \"tools\": [\n          \"<string>\",\n          \"<string>\"\n        ],\n        \"agentType\": \"executor\"\n      },\n      \"multiAgentConfig\": {\n        \"coordinationStrategy\": \"parallel\",\n        \"sharedContext\": \"<boolean>\",\n        \"agents\": [\n          {\n            \"name\": \"<string>\",\n            \"role\": \"<string>\",\n            \"instructions\": \"<string>\",\n            \"tools\": [\n              \"<string>\",\n              \"<string>\"\n            ]\n          },\n          {\n            \"name\": \"<string>\",\n            \"role\": \"<string>\",\n            \"instructions\": \"<string>\",\n            \"tools\": [\n              \"<string>\",\n              \"<string>\"\n            ]\n          }\n        ]\n      },\n      \"workflowConfig\": {\n        \"executionMode\": \"parallel\",\n        \"errorHandling\": \"continue\",\n        \"maxRetries\": 3,\n        \"steps\": [\n          {\n            \"id\": \"<string>\",\n            \"name\": \"<string>\",\n            \"action\": \"<string>\",\n            \"tools\": [\n              \"<string>\",\n              \"<string>\"\n            ],\n            \"conditions\": {}\n          },\n          {\n            \"id\": \"<string>\",\n            \"name\": \"<string>\",\n            \"action\": \"<string>\",\n            \"tools\": [\n              \"<string>\",\n              \"<string>\"\n            ],\n            \"conditions\": {}\n          }\n        ]\n      }\n    },\n    {\n      \"id\": \"<string>\",\n      \"name\": \"<string>\",\n      \"typeOfAgent\": \"single\",\n      \"description\": \"<string>\",\n      \"category\": \"<string>\",\n      \"tags\": [\n        \"<string>\",\n        \"<string>\"\n      ],\n      \"isActive\": true,\n      \"agentConfig\": {\n        \"instructions\": \"<string>\",\n        \"tools\": [\n          \"<string>\",\n          \"<string>\"\n        ],\n        \"agentType\": \"helping\"\n      },\n      \"multiAgentConfig\": {\n        \"coordinationStrategy\": \"sequential\",\n        \"sharedContext\": \"<boolean>\",\n        \"agents\": [\n          {\n            \"name\": \"<string>\",\n            \"role\": \"<string>\",\n            \"instructions\": \"<string>\",\n            \"tools\": [\n              \"<string>\",\n              \"<string>\"\n            ]\n          },\n          {\n            \"name\": \"<string>\",\n            \"role\": \"<string>\",\n            \"instructions\": \"<string>\",\n            \"tools\": [\n              \"<string>\",\n              \"<string>\"\n            ]\n          }\n        ]\n      },\n      \"workflowConfig\": {\n        \"executionMode\": \"parallel\",\n        \"errorHandling\": \"retry\",\n        \"maxRetries\": 3,\n        \"steps\": [\n          {\n            \"id\": \"<string>\",\n            \"name\": \"<string>\",\n            \"action\": \"<string>\",\n            \"tools\": [\n              \"<string>\",\n              \"<string>\"\n            ],\n            \"conditions\": {}\n          },\n          {\n            \"id\": \"<string>\",\n            \"name\": \"<string>\",\n            \"action\": \"<string>\",\n            \"tools\": [\n              \"<string>\",\n              \"<string>\"\n            ],\n            \"conditions\": {}\n          }\n        ]\n      }\n    }\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.mona-ai.cloud/database/pushAgentsToDatabase"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":null},{"id":"66bd5cd9-146b-4dfa-9963-bcb38a2f300e","name":"Bad Request","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"X-API-Key","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"apiKey\": \"<string>\",\n  \"uid\": \"<string>\",\n  \"agents\": [\n    {\n      \"id\": \"<string>\",\n      \"name\": \"<string>\",\n      \"typeOfAgent\": \"single\",\n      \"description\": \"<string>\",\n      \"category\": \"<string>\",\n      \"tags\": [\n        \"<string>\",\n        \"<string>\"\n      ],\n      \"isActive\": true,\n      \"agentConfig\": {\n        \"instructions\": \"<string>\",\n        \"tools\": [\n          \"<string>\",\n          \"<string>\"\n        ],\n        \"agentType\": \"executor\"\n      },\n      \"multiAgentConfig\": {\n        \"coordinationStrategy\": \"parallel\",\n        \"sharedContext\": \"<boolean>\",\n        \"agents\": [\n          {\n            \"name\": \"<string>\",\n            \"role\": \"<string>\",\n            \"instructions\": \"<string>\",\n            \"tools\": [\n              \"<string>\",\n              \"<string>\"\n            ]\n          },\n          {\n            \"name\": \"<string>\",\n            \"role\": \"<string>\",\n            \"instructions\": \"<string>\",\n            \"tools\": [\n              \"<string>\",\n              \"<string>\"\n            ]\n          }\n        ]\n      },\n      \"workflowConfig\": {\n        \"executionMode\": \"parallel\",\n        \"errorHandling\": \"continue\",\n        \"maxRetries\": 3,\n        \"steps\": [\n          {\n            \"id\": \"<string>\",\n            \"name\": \"<string>\",\n            \"action\": \"<string>\",\n            \"tools\": [\n              \"<string>\",\n              \"<string>\"\n            ],\n            \"conditions\": {}\n          },\n          {\n            \"id\": \"<string>\",\n            \"name\": \"<string>\",\n            \"action\": \"<string>\",\n            \"tools\": [\n              \"<string>\",\n              \"<string>\"\n            ],\n            \"conditions\": {}\n          }\n        ]\n      }\n    },\n    {\n      \"id\": \"<string>\",\n      \"name\": \"<string>\",\n      \"typeOfAgent\": \"single\",\n      \"description\": \"<string>\",\n      \"category\": \"<string>\",\n      \"tags\": [\n        \"<string>\",\n        \"<string>\"\n      ],\n      \"isActive\": true,\n      \"agentConfig\": {\n        \"instructions\": \"<string>\",\n        \"tools\": [\n          \"<string>\",\n          \"<string>\"\n        ],\n        \"agentType\": \"helping\"\n      },\n      \"multiAgentConfig\": {\n        \"coordinationStrategy\": \"sequential\",\n        \"sharedContext\": \"<boolean>\",\n        \"agents\": [\n          {\n            \"name\": \"<string>\",\n            \"role\": \"<string>\",\n            \"instructions\": \"<string>\",\n            \"tools\": [\n              \"<string>\",\n              \"<string>\"\n            ]\n          },\n          {\n            \"name\": \"<string>\",\n            \"role\": \"<string>\",\n            \"instructions\": \"<string>\",\n            \"tools\": [\n              \"<string>\",\n              \"<string>\"\n            ]\n          }\n        ]\n      },\n      \"workflowConfig\": {\n        \"executionMode\": \"parallel\",\n        \"errorHandling\": \"retry\",\n        \"maxRetries\": 3,\n        \"steps\": [\n          {\n            \"id\": \"<string>\",\n            \"name\": \"<string>\",\n            \"action\": \"<string>\",\n            \"tools\": [\n              \"<string>\",\n              \"<string>\"\n            ],\n            \"conditions\": {}\n          },\n          {\n            \"id\": \"<string>\",\n            \"name\": \"<string>\",\n            \"action\": \"<string>\",\n            \"tools\": [\n              \"<string>\",\n              \"<string>\"\n            ],\n            \"conditions\": {}\n          }\n        ]\n      }\n    }\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.mona-ai.cloud/database/pushAgentsToDatabase"},"status":"Bad Request","code":400,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":null},{"id":"012c03af-6d5b-45ba-b313-62a25b3d920a","name":"Unauthorized","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"X-API-Key","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"apiKey\": \"<string>\",\n  \"uid\": \"<string>\",\n  \"agents\": [\n    {\n      \"id\": \"<string>\",\n      \"name\": \"<string>\",\n      \"typeOfAgent\": \"single\",\n      \"description\": \"<string>\",\n      \"category\": \"<string>\",\n      \"tags\": [\n        \"<string>\",\n        \"<string>\"\n      ],\n      \"isActive\": true,\n      \"agentConfig\": {\n        \"instructions\": \"<string>\",\n        \"tools\": [\n          \"<string>\",\n          \"<string>\"\n        ],\n        \"agentType\": \"executor\"\n      },\n      \"multiAgentConfig\": {\n        \"coordinationStrategy\": \"parallel\",\n        \"sharedContext\": \"<boolean>\",\n        \"agents\": [\n          {\n            \"name\": \"<string>\",\n            \"role\": \"<string>\",\n            \"instructions\": \"<string>\",\n            \"tools\": [\n              \"<string>\",\n              \"<string>\"\n            ]\n          },\n          {\n            \"name\": \"<string>\",\n            \"role\": \"<string>\",\n            \"instructions\": \"<string>\",\n            \"tools\": [\n              \"<string>\",\n              \"<string>\"\n            ]\n          }\n        ]\n      },\n      \"workflowConfig\": {\n        \"executionMode\": \"parallel\",\n        \"errorHandling\": \"continue\",\n        \"maxRetries\": 3,\n        \"steps\": [\n          {\n            \"id\": \"<string>\",\n            \"name\": \"<string>\",\n            \"action\": \"<string>\",\n            \"tools\": [\n              \"<string>\",\n              \"<string>\"\n            ],\n            \"conditions\": {}\n          },\n          {\n            \"id\": \"<string>\",\n            \"name\": \"<string>\",\n            \"action\": \"<string>\",\n            \"tools\": [\n              \"<string>\",\n              \"<string>\"\n            ],\n            \"conditions\": {}\n          }\n        ]\n      }\n    },\n    {\n      \"id\": \"<string>\",\n      \"name\": \"<string>\",\n      \"typeOfAgent\": \"single\",\n      \"description\": \"<string>\",\n      \"category\": \"<string>\",\n      \"tags\": [\n        \"<string>\",\n        \"<string>\"\n      ],\n      \"isActive\": true,\n      \"agentConfig\": {\n        \"instructions\": \"<string>\",\n        \"tools\": [\n          \"<string>\",\n          \"<string>\"\n        ],\n        \"agentType\": \"helping\"\n      },\n      \"multiAgentConfig\": {\n        \"coordinationStrategy\": \"sequential\",\n        \"sharedContext\": \"<boolean>\",\n        \"agents\": [\n          {\n            \"name\": \"<string>\",\n            \"role\": \"<string>\",\n            \"instructions\": \"<string>\",\n            \"tools\": [\n              \"<string>\",\n              \"<string>\"\n            ]\n          },\n          {\n            \"name\": \"<string>\",\n            \"role\": \"<string>\",\n            \"instructions\": \"<string>\",\n            \"tools\": [\n              \"<string>\",\n              \"<string>\"\n            ]\n          }\n        ]\n      },\n      \"workflowConfig\": {\n        \"executionMode\": \"parallel\",\n        \"errorHandling\": \"retry\",\n        \"maxRetries\": 3,\n        \"steps\": [\n          {\n            \"id\": \"<string>\",\n            \"name\": \"<string>\",\n            \"action\": \"<string>\",\n            \"tools\": [\n              \"<string>\",\n              \"<string>\"\n            ],\n            \"conditions\": {}\n          },\n          {\n            \"id\": \"<string>\",\n            \"name\": \"<string>\",\n            \"action\": \"<string>\",\n            \"tools\": [\n              \"<string>\",\n              \"<string>\"\n            ],\n            \"conditions\": {}\n          }\n        ]\n      }\n    }\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.mona-ai.cloud/database/pushAgentsToDatabase"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":null},{"id":"f2aa172e-b4f0-4cf0-951d-040c0251a8dc","name":"Forbidden","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"X-API-Key","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"apiKey\": \"<string>\",\n  \"uid\": \"<string>\",\n  \"agents\": [\n    {\n      \"id\": \"<string>\",\n      \"name\": \"<string>\",\n      \"typeOfAgent\": \"single\",\n      \"description\": \"<string>\",\n      \"category\": \"<string>\",\n      \"tags\": [\n        \"<string>\",\n        \"<string>\"\n      ],\n      \"isActive\": true,\n      \"agentConfig\": {\n        \"instructions\": \"<string>\",\n        \"tools\": [\n          \"<string>\",\n          \"<string>\"\n        ],\n        \"agentType\": \"executor\"\n      },\n      \"multiAgentConfig\": {\n        \"coordinationStrategy\": \"parallel\",\n        \"sharedContext\": \"<boolean>\",\n        \"agents\": [\n          {\n            \"name\": \"<string>\",\n            \"role\": \"<string>\",\n            \"instructions\": \"<string>\",\n            \"tools\": [\n              \"<string>\",\n              \"<string>\"\n            ]\n          },\n          {\n            \"name\": \"<string>\",\n            \"role\": \"<string>\",\n            \"instructions\": \"<string>\",\n            \"tools\": [\n              \"<string>\",\n              \"<string>\"\n            ]\n          }\n        ]\n      },\n      \"workflowConfig\": {\n        \"executionMode\": \"parallel\",\n        \"errorHandling\": \"continue\",\n        \"maxRetries\": 3,\n        \"steps\": [\n          {\n            \"id\": \"<string>\",\n            \"name\": \"<string>\",\n            \"action\": \"<string>\",\n            \"tools\": [\n              \"<string>\",\n              \"<string>\"\n            ],\n            \"conditions\": {}\n          },\n          {\n            \"id\": \"<string>\",\n            \"name\": \"<string>\",\n            \"action\": \"<string>\",\n            \"tools\": [\n              \"<string>\",\n              \"<string>\"\n            ],\n            \"conditions\": {}\n          }\n        ]\n      }\n    },\n    {\n      \"id\": \"<string>\",\n      \"name\": \"<string>\",\n      \"typeOfAgent\": \"single\",\n      \"description\": \"<string>\",\n      \"category\": \"<string>\",\n      \"tags\": [\n        \"<string>\",\n        \"<string>\"\n      ],\n      \"isActive\": true,\n      \"agentConfig\": {\n        \"instructions\": \"<string>\",\n        \"tools\": [\n          \"<string>\",\n          \"<string>\"\n        ],\n        \"agentType\": \"helping\"\n      },\n      \"multiAgentConfig\": {\n        \"coordinationStrategy\": \"sequential\",\n        \"sharedContext\": \"<boolean>\",\n        \"agents\": [\n          {\n            \"name\": \"<string>\",\n            \"role\": \"<string>\",\n            \"instructions\": \"<string>\",\n            \"tools\": [\n              \"<string>\",\n              \"<string>\"\n            ]\n          },\n          {\n            \"name\": \"<string>\",\n            \"role\": \"<string>\",\n            \"instructions\": \"<string>\",\n            \"tools\": [\n              \"<string>\",\n              \"<string>\"\n            ]\n          }\n        ]\n      },\n      \"workflowConfig\": {\n        \"executionMode\": \"parallel\",\n        \"errorHandling\": \"retry\",\n        \"maxRetries\": 3,\n        \"steps\": [\n          {\n            \"id\": \"<string>\",\n            \"name\": \"<string>\",\n            \"action\": \"<string>\",\n            \"tools\": [\n              \"<string>\",\n              \"<string>\"\n            ],\n            \"conditions\": {}\n          },\n          {\n            \"id\": \"<string>\",\n            \"name\": \"<string>\",\n            \"action\": \"<string>\",\n            \"tools\": [\n              \"<string>\",\n              \"<string>\"\n            ],\n            \"conditions\": {}\n          }\n        ]\n      }\n    }\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.mona-ai.cloud/database/pushAgentsToDatabase"},"status":"Forbidden","code":403,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":null},{"id":"be02d5b4-7329-4054-b41b-d44bbe8e1951","name":"Internal Server Error","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"X-API-Key","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"apiKey\": \"<string>\",\n  \"uid\": \"<string>\",\n  \"agents\": [\n    {\n      \"id\": \"<string>\",\n      \"name\": \"<string>\",\n      \"typeOfAgent\": \"single\",\n      \"description\": \"<string>\",\n      \"category\": \"<string>\",\n      \"tags\": [\n        \"<string>\",\n        \"<string>\"\n      ],\n      \"isActive\": true,\n      \"agentConfig\": {\n        \"instructions\": \"<string>\",\n        \"tools\": [\n          \"<string>\",\n          \"<string>\"\n        ],\n        \"agentType\": \"executor\"\n      },\n      \"multiAgentConfig\": {\n        \"coordinationStrategy\": \"parallel\",\n        \"sharedContext\": \"<boolean>\",\n        \"agents\": [\n          {\n            \"name\": \"<string>\",\n            \"role\": \"<string>\",\n            \"instructions\": \"<string>\",\n            \"tools\": [\n              \"<string>\",\n              \"<string>\"\n            ]\n          },\n          {\n            \"name\": \"<string>\",\n            \"role\": \"<string>\",\n            \"instructions\": \"<string>\",\n            \"tools\": [\n              \"<string>\",\n              \"<string>\"\n            ]\n          }\n        ]\n      },\n      \"workflowConfig\": {\n        \"executionMode\": \"parallel\",\n        \"errorHandling\": \"continue\",\n        \"maxRetries\": 3,\n        \"steps\": [\n          {\n            \"id\": \"<string>\",\n            \"name\": \"<string>\",\n            \"action\": \"<string>\",\n            \"tools\": [\n              \"<string>\",\n              \"<string>\"\n            ],\n            \"conditions\": {}\n          },\n          {\n            \"id\": \"<string>\",\n            \"name\": \"<string>\",\n            \"action\": \"<string>\",\n            \"tools\": [\n              \"<string>\",\n              \"<string>\"\n            ],\n            \"conditions\": {}\n          }\n        ]\n      }\n    },\n    {\n      \"id\": \"<string>\",\n      \"name\": \"<string>\",\n      \"typeOfAgent\": \"single\",\n      \"description\": \"<string>\",\n      \"category\": \"<string>\",\n      \"tags\": [\n        \"<string>\",\n        \"<string>\"\n      ],\n      \"isActive\": true,\n      \"agentConfig\": {\n        \"instructions\": \"<string>\",\n        \"tools\": [\n          \"<string>\",\n          \"<string>\"\n        ],\n        \"agentType\": \"helping\"\n      },\n      \"multiAgentConfig\": {\n        \"coordinationStrategy\": \"sequential\",\n        \"sharedContext\": \"<boolean>\",\n        \"agents\": [\n          {\n            \"name\": \"<string>\",\n            \"role\": \"<string>\",\n            \"instructions\": \"<string>\",\n            \"tools\": [\n              \"<string>\",\n              \"<string>\"\n            ]\n          },\n          {\n            \"name\": \"<string>\",\n            \"role\": \"<string>\",\n            \"instructions\": \"<string>\",\n            \"tools\": [\n              \"<string>\",\n              \"<string>\"\n            ]\n          }\n        ]\n      },\n      \"workflowConfig\": {\n        \"executionMode\": \"parallel\",\n        \"errorHandling\": \"retry\",\n        \"maxRetries\": 3,\n        \"steps\": [\n          {\n            \"id\": \"<string>\",\n            \"name\": \"<string>\",\n            \"action\": \"<string>\",\n            \"tools\": [\n              \"<string>\",\n              \"<string>\"\n            ],\n            \"conditions\": {}\n          },\n          {\n            \"id\": \"<string>\",\n            \"name\": \"<string>\",\n            \"action\": \"<string>\",\n            \"tools\": [\n              \"<string>\",\n              \"<string>\"\n            ],\n            \"conditions\": {}\n          }\n        ]\n      }\n    }\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.mona-ai.cloud/database/pushAgentsToDatabase"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":null}],"_postman_id":"b8206480-4986-40bf-bd1b-6968b1dbec54"},{"name":"Get Agents from Database","id":"b208e90b-7e32-498c-b82e-ac27c4794b63","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"apiKey\": \"<string>\",\n  \"uid\": \"<string>\",\n  \"typeOfAgent\": \"multi\",\n  \"isActive\": \"<boolean>\",\n  \"category\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.mona-ai.cloud/database/getAgentsFromDatabase","description":"<p>Retrieves agents from database with optional filtering by type and status</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-API-Key"},{"key":"value","value":"{{apiKey}}"}]},"isInherited":true,"source":{"_postman_id":"d65d5421-ab45-405c-a53e-5b8e931dd774","id":"d65d5421-ab45-405c-a53e-5b8e931dd774","name":"MONA AI API - Public Documentation","type":"collection"}},"urlObject":{"path":["database","getAgentsFromDatabase"],"host":["https://api.mona-ai.cloud"],"query":[],"variable":[]}},"response":[{"id":"b60fc71f-b500-43dc-aab4-e7c861879e80","name":"Agents retrieved successfully","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"X-API-Key","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"apiKey\": \"<string>\",\n  \"uid\": \"<string>\",\n  \"typeOfAgent\": \"multi\",\n  \"isActive\": \"<boolean>\",\n  \"category\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.mona-ai.cloud/database/getAgentsFromDatabase"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"grouped\": {},\n  \"count\": {\n    \"total\": \"<integer>\",\n    \"single\": \"<integer>\",\n    \"multi\": \"<integer>\",\n    \"workflow\": \"<integer>\",\n    \"monari\": \"<integer>\"\n  }\n}"},{"id":"90c8945a-a9ce-4547-833f-ac935206dc59","name":"Bad Request - Invalid typeOfAgent filter","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"X-API-Key","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"apiKey\": \"<string>\",\n  \"uid\": \"<string>\",\n  \"typeOfAgent\": \"multi\",\n  \"isActive\": \"<boolean>\",\n  \"category\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.mona-ai.cloud/database/getAgentsFromDatabase"},"status":"Bad Request","code":400,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":null},{"id":"94e01417-6018-4f3d-9f4b-a591027dbe31","name":"Unauthorized","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"X-API-Key","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"apiKey\": \"<string>\",\n  \"uid\": \"<string>\",\n  \"typeOfAgent\": \"multi\",\n  \"isActive\": \"<boolean>\",\n  \"category\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.mona-ai.cloud/database/getAgentsFromDatabase"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":null},{"id":"d85041ec-486c-487e-9c15-8c6776878831","name":"Forbidden","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"X-API-Key","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"apiKey\": \"<string>\",\n  \"uid\": \"<string>\",\n  \"typeOfAgent\": \"multi\",\n  \"isActive\": \"<boolean>\",\n  \"category\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.mona-ai.cloud/database/getAgentsFromDatabase"},"status":"Forbidden","code":403,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":null},{"id":"f7c3dbcb-e344-419b-94b7-78a6c6b1cf10","name":"Internal Server Error","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"X-API-Key","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"apiKey\": \"<string>\",\n  \"uid\": \"<string>\",\n  \"typeOfAgent\": \"multi\",\n  \"isActive\": \"<boolean>\",\n  \"category\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.mona-ai.cloud/database/getAgentsFromDatabase"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":null}],"_postman_id":"b208e90b-7e32-498c-b82e-ac27c4794b63"},{"name":"Get All Tools","id":"93f68709-d337-49a5-96d8-cff72d46e769","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"apiKey\": \"<string>\",\n  \"uid\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.mona-ai.cloud/database/getAllTools","description":"<p>Retrieves all available tools with their details and categories</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-API-Key"},{"key":"value","value":"{{apiKey}}"}]},"isInherited":true,"source":{"_postman_id":"d65d5421-ab45-405c-a53e-5b8e931dd774","id":"d65d5421-ab45-405c-a53e-5b8e931dd774","name":"MONA AI API - Public Documentation","type":"collection"}},"urlObject":{"path":["database","getAllTools"],"host":["https://api.mona-ai.cloud"],"query":[],"variable":[]}},"response":[{"id":"8bfdea2d-fbfc-48dc-b6bf-cc303b2c79b2","name":"Tools retrieved successfully","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"X-API-Key","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"apiKey\": \"<string>\",\n  \"uid\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.mona-ai.cloud/database/getAllTools"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": [\n    {\n      \"id\": \"<integer>\",\n      \"name\": \"<string>\",\n      \"description\": \"<string>\"\n    },\n    {\n      \"id\": \"<integer>\",\n      \"name\": \"<string>\",\n      \"description\": \"<string>\"\n    }\n  ],\n  \"tools\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"grouped\": {},\n  \"count\": {\n    \"total\": \"<integer>\",\n    \"communication\": \"<integer>\",\n    \"database\": \"<integer>\",\n    \"document\": \"<integer>\",\n    \"search\": \"<integer>\",\n    \"utility\": \"<integer>\"\n  }\n}"},{"id":"88638381-746d-48c6-8c39-f4492e8dd1e2","name":"Unauthorized","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"X-API-Key","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"apiKey\": \"<string>\",\n  \"uid\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.mona-ai.cloud/database/getAllTools"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":null},{"id":"fbd33ed4-2ef5-447d-b0db-c71b141dfdd2","name":"Internal Server Error","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"X-API-Key","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"apiKey\": \"<string>\",\n  \"uid\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.mona-ai.cloud/database/getAllTools"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":null}],"_postman_id":"93f68709-d337-49a5-96d8-cff72d46e769"},{"name":"Get Tools from Agent","id":"f2d6d9ae-37c7-4618-ac62-3c7cc5fcae4f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"apiKey\": \"<string>\",\n  \"uid\": \"<string>\",\n  \"agentId\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.mona-ai.cloud/database/getToolsFromAgent","description":"<p>Retrieves tools associated with a specific agent</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-API-Key"},{"key":"value","value":"{{apiKey}}"}]},"isInherited":true,"source":{"_postman_id":"d65d5421-ab45-405c-a53e-5b8e931dd774","id":"d65d5421-ab45-405c-a53e-5b8e931dd774","name":"MONA AI API - Public Documentation","type":"collection"}},"urlObject":{"path":["database","getToolsFromAgent"],"host":["https://api.mona-ai.cloud"],"query":[],"variable":[]}},"response":[{"id":"c2667adc-e42a-485e-9efd-cd06e9074c74","name":"Tools retrieved successfully","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"X-API-Key","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"apiKey\": \"<string>\",\n  \"uid\": \"<string>\",\n  \"agentId\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.mona-ai.cloud/database/getToolsFromAgent"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":null}],"_postman_id":"f2d6d9ae-37c7-4618-ac62-3c7cc5fcae4f"},{"name":"Database","id":"3853d723-e42e-4a79-9dea-51f3446c53de","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"apiKey\": \"<string>\",\n  \"uid\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.mona-ai.cloud/database","description":"<p>Endpoint for database operations</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-API-Key"},{"key":"value","value":"{{apiKey}}"}]},"isInherited":true,"source":{"_postman_id":"d65d5421-ab45-405c-a53e-5b8e931dd774","id":"d65d5421-ab45-405c-a53e-5b8e931dd774","name":"MONA AI API - Public Documentation","type":"collection"}},"urlObject":{"path":["database"],"host":["https://api.mona-ai.cloud"],"query":[],"variable":[]}},"response":[{"id":"1cae8d61-583c-40b5-8bf2-484581fdd5ed","name":"Successful response","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"X-API-Key","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"apiKey\": \"<string>\",\n  \"uid\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.mona-ai.cloud/database"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": \"<boolean>\",\n  \"data\": {}\n}"},{"id":"daf3e80f-aa81-4283-b7da-83524220b2ff","name":"Bad request","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"X-API-Key","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"apiKey\": \"<string>\",\n  \"uid\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.mona-ai.cloud/database"},"status":"Bad Request","code":400,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":null},{"id":"7fa5d400-061f-43f8-8952-4f30ae128795","name":"Unauthorized","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"X-API-Key","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"apiKey\": \"<string>\",\n  \"uid\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.mona-ai.cloud/database"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":null},{"id":"7884f996-5078-42be-b0af-8126ee3a3037","name":"Internal server error","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"X-API-Key","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"apiKey\": \"<string>\",\n  \"uid\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.mona-ai.cloud/database"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":null}],"_postman_id":"3853d723-e42e-4a79-9dea-51f3446c53de"}],"id":"4b6f1f54-b4f0-4868-9467-330a17464144","_postman_id":"4b6f1f54-b4f0-4868-9467-330a17464144","description":"","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-API-Key"},{"key":"value","value":"{{apiKey}}"}]},"isInherited":true,"source":{"_postman_id":"d65d5421-ab45-405c-a53e-5b8e931dd774","id":"d65d5421-ab45-405c-a53e-5b8e931dd774","name":"MONA AI API - Public Documentation","type":"collection"}}},{"name":"🎯 Matching","item":[{"name":"Match a single applicant with a single job offer","id":"bbd31838-1915-4f86-af30-3112188e6ef3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"apiKey\": \"<string>\",\n  \"uid\": \"<string>\",\n  \"applicantObject\": {},\n  \"jobOfferObject\": {},\n  \"cvData\": \"<string>\",\n  \"profileURL\": \"<string>\",\n  \"logs\": \"<array>\",\n  \"brandingInfo\": {},\n  \"businessName\": \"<string>\",\n  \"profileType\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.mona-ai.cloud/matching/applicantWithJobOffer","description":"<p>Process matching between one applicant and one job offer</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-API-Key"},{"key":"value","value":"{{apiKey}}"}]},"isInherited":true,"source":{"_postman_id":"d65d5421-ab45-405c-a53e-5b8e931dd774","id":"d65d5421-ab45-405c-a53e-5b8e931dd774","name":"MONA AI API - Public Documentation","type":"collection"}},"urlObject":{"path":["matching","applicantWithJobOffer"],"host":["https://api.mona-ai.cloud"],"query":[],"variable":[]}},"response":[{"id":"a5de41ed-c8bc-489b-a180-32ef17d32673","name":"Matching completed successfully","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"X-API-Key","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"apiKey\": \"<string>\",\n  \"uid\": \"<string>\",\n  \"applicantObject\": {},\n  \"jobOfferObject\": {},\n  \"cvData\": \"<string>\",\n  \"profileURL\": \"<string>\",\n  \"logs\": \"<array>\",\n  \"brandingInfo\": {},\n  \"businessName\": \"<string>\",\n  \"profileType\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.mona-ai.cloud/matching/applicantWithJobOffer"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":null},{"id":"d3aa8f3a-ca97-4a6c-bb9a-57b1275ec81e","name":"Invalid request parameters","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"X-API-Key","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"apiKey\": \"<string>\",\n  \"uid\": \"<string>\",\n  \"applicantObject\": {},\n  \"jobOfferObject\": {},\n  \"cvData\": \"<string>\",\n  \"profileURL\": \"<string>\",\n  \"logs\": \"<array>\",\n  \"brandingInfo\": {},\n  \"businessName\": \"<string>\",\n  \"profileType\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.mona-ai.cloud/matching/applicantWithJobOffer"},"status":"Bad Request","code":400,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":null},{"id":"a08928fa-ee28-4707-a5f0-f430b7594163","name":"Unauthorized","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"X-API-Key","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"apiKey\": \"<string>\",\n  \"uid\": \"<string>\",\n  \"applicantObject\": {},\n  \"jobOfferObject\": {},\n  \"cvData\": \"<string>\",\n  \"profileURL\": \"<string>\",\n  \"logs\": \"<array>\",\n  \"brandingInfo\": {},\n  \"businessName\": \"<string>\",\n  \"profileType\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.mona-ai.cloud/matching/applicantWithJobOffer"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":null},{"id":"f6397879-c326-491b-bc66-02d188e4d8f9","name":"Internal server error","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"X-API-Key","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"apiKey\": \"<string>\",\n  \"uid\": \"<string>\",\n  \"applicantObject\": {},\n  \"jobOfferObject\": {},\n  \"cvData\": \"<string>\",\n  \"profileURL\": \"<string>\",\n  \"logs\": \"<array>\",\n  \"brandingInfo\": {},\n  \"businessName\": \"<string>\",\n  \"profileType\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.mona-ai.cloud/matching/applicantWithJobOffer"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":null}],"_postman_id":"bbd31838-1915-4f86-af30-3112188e6ef3"},{"name":"Match a single job offer with multiple applicants","id":"d4bf9f18-7ef5-41b2-8200-78be7a21af90","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"apiKey\": \"<string>\",\n  \"uid\": \"<string>\",\n  \"jobOfferObject\": {},\n  \"applicantObjects\": [],\n  \"cvData\": \"<string>\",\n  \"profileURL\": \"<string>\",\n  \"logs\": \"<array>\",\n  \"brandingInfo\": {},\n  \"businessName\": \"<string>\",\n  \"profileType\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.mona-ai.cloud/matching/jobOfferWithMultipleApplicants","description":"<p>Process matching between one job offer and multiple applicants</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-API-Key"},{"key":"value","value":"{{apiKey}}"}]},"isInherited":true,"source":{"_postman_id":"d65d5421-ab45-405c-a53e-5b8e931dd774","id":"d65d5421-ab45-405c-a53e-5b8e931dd774","name":"MONA AI API - Public Documentation","type":"collection"}},"urlObject":{"path":["matching","jobOfferWithMultipleApplicants"],"host":["https://api.mona-ai.cloud"],"query":[],"variable":[]}},"response":[{"id":"b6cdbaae-7dca-4f99-bf36-a47ab8954b52","name":"Matching completed successfully","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"X-API-Key","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"apiKey\": \"<string>\",\n  \"uid\": \"<string>\",\n  \"jobOfferObject\": {},\n  \"applicantObjects\": [],\n  \"cvData\": \"<string>\",\n  \"profileURL\": \"<string>\",\n  \"logs\": \"<array>\",\n  \"brandingInfo\": {},\n  \"businessName\": \"<string>\",\n  \"profileType\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.mona-ai.cloud/matching/jobOfferWithMultipleApplicants"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":null},{"id":"b341ee88-f0f2-4115-a1af-7ed57e2c1dff","name":"Invalid request parameters","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"X-API-Key","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"apiKey\": \"<string>\",\n  \"uid\": \"<string>\",\n  \"jobOfferObject\": {},\n  \"applicantObjects\": [],\n  \"cvData\": \"<string>\",\n  \"profileURL\": \"<string>\",\n  \"logs\": \"<array>\",\n  \"brandingInfo\": {},\n  \"businessName\": \"<string>\",\n  \"profileType\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.mona-ai.cloud/matching/jobOfferWithMultipleApplicants"},"status":"Bad Request","code":400,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":null},{"id":"b1363c97-5a04-4dbf-82ef-c2d961268f39","name":"Unauthorized","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"X-API-Key","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"apiKey\": \"<string>\",\n  \"uid\": \"<string>\",\n  \"jobOfferObject\": {},\n  \"applicantObjects\": [],\n  \"cvData\": \"<string>\",\n  \"profileURL\": \"<string>\",\n  \"logs\": \"<array>\",\n  \"brandingInfo\": {},\n  \"businessName\": \"<string>\",\n  \"profileType\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.mona-ai.cloud/matching/jobOfferWithMultipleApplicants"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":null},{"id":"8979bdfc-a7e3-4a32-979b-b97dd48b49b5","name":"Internal server error","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"X-API-Key","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"apiKey\": \"<string>\",\n  \"uid\": \"<string>\",\n  \"jobOfferObject\": {},\n  \"applicantObjects\": [],\n  \"cvData\": \"<string>\",\n  \"profileURL\": \"<string>\",\n  \"logs\": \"<array>\",\n  \"brandingInfo\": {},\n  \"businessName\": \"<string>\",\n  \"profileType\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.mona-ai.cloud/matching/jobOfferWithMultipleApplicants"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":null}],"_postman_id":"d4bf9f18-7ef5-41b2-8200-78be7a21af90"},{"name":"Main Profile Creation & Matching","id":"efcf5ac4-de7f-4ac2-bd6b-509cea4ef22d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"apiKey\": \"<string>\",\n  \"uid\": \"<string>\",\n  \"applicantId\": \"<string>\",\n  \"jobOfferObject\": {\n    \"messages\": \"<array>\",\n    \"jobTitle\": \"<string>\"\n  },\n  \"logs\": \"<array>\",\n  \"cvData\": \"<string>\",\n  \"profileURL\": \"<string>\",\n  \"email\": \"<string>\",\n  \"profileType\": \"<string>\",\n  \"businessName\": \"<string>\",\n  \"customerEmailAdress\": \"<string>\",\n  \"customerEmailPassword\": \"<string>\",\n  \"subject\": \"<string>\",\n  \"htmlbody\": \"<string>\",\n  \"applicantObject\": {},\n  \"brandingInfo\": {\n    \"index\": \"<boolean>\",\n    \"compleet\": \"<boolean>\",\n    \"talention\": \"<boolean>\",\n    \"standorte\": \"<array>\",\n    \"euMatching\": \"<boolean>\",\n    \"firmenname\": \"<string>\",\n    \"webseite\": \"<string>\",\n    \"minimumMatchingResult\": \"<number>\"\n  },\n  \"attachmentURL\": \"<string>\",\n  \"profileName\": \"<string>\",\n  \"contactEmails\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"customerSystemApplicantId\": \"<string>\",\n  \"blacklist\": \"<array>\",\n  \"strictRules\": \"<string>\",\n  \"sendToCustomerSalesList\": \"<boolean>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.mona-ai.cloud/matching/getDataCreateProfile","description":"<p>🌟 PRIMARY ENDPOINT - Main endpoint for creating applicant profiles and performing comprehensive matching. Now powered by modular architecture for 33% faster performance. This is the core functionality for profile creation and job matching.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-API-Key"},{"key":"value","value":"{{apiKey}}"}]},"isInherited":true,"source":{"_postman_id":"d65d5421-ab45-405c-a53e-5b8e931dd774","id":"d65d5421-ab45-405c-a53e-5b8e931dd774","name":"MONA AI API - Public Documentation","type":"collection"}},"urlObject":{"path":["matching","getDataCreateProfile"],"host":["https://api.mona-ai.cloud"],"query":[],"variable":[]}},"response":[{"id":"a3e6ed42-d70c-4119-8c0c-bafc4c23f4ae","name":"Profile created and matching completed successfully","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"X-API-Key","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"apiKey\": \"<string>\",\n  \"uid\": \"<string>\",\n  \"applicantId\": \"<string>\",\n  \"jobOfferObject\": {\n    \"messages\": \"<array>\",\n    \"jobTitle\": \"<string>\"\n  },\n  \"logs\": \"<array>\",\n  \"cvData\": \"<string>\",\n  \"profileURL\": \"<string>\",\n  \"email\": \"<string>\",\n  \"profileType\": \"<string>\",\n  \"businessName\": \"<string>\",\n  \"customerEmailAdress\": \"<string>\",\n  \"customerEmailPassword\": \"<string>\",\n  \"subject\": \"<string>\",\n  \"htmlbody\": \"<string>\",\n  \"applicantObject\": {},\n  \"brandingInfo\": {\n    \"index\": \"<boolean>\",\n    \"compleet\": \"<boolean>\",\n    \"talention\": \"<boolean>\",\n    \"standorte\": \"<array>\",\n    \"euMatching\": \"<boolean>\",\n    \"firmenname\": \"<string>\",\n    \"webseite\": \"<string>\",\n    \"minimumMatchingResult\": \"<number>\"\n  },\n  \"attachmentURL\": \"<string>\",\n  \"profileName\": \"<string>\",\n  \"contactEmails\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"customerSystemApplicantId\": \"<string>\",\n  \"blacklist\": \"<array>\",\n  \"strictRules\": \"<string>\",\n  \"sendToCustomerSalesList\": \"<boolean>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.mona-ai.cloud/matching/getDataCreateProfile"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": \"<boolean>\",\n  \"data\": {},\n  \"files\": \"<array>\",\n  \"matches\": \"<array>\",\n  \"warnings\": \"<array>\"\n}"},{"id":"1f58031e-87d2-4788-a5eb-6402360617ff","name":"No unique matches found","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"X-API-Key","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"apiKey\": \"<string>\",\n  \"uid\": \"<string>\",\n  \"applicantId\": \"<string>\",\n  \"jobOfferObject\": {\n    \"messages\": \"<array>\",\n    \"jobTitle\": \"<string>\"\n  },\n  \"logs\": \"<array>\",\n  \"cvData\": \"<string>\",\n  \"profileURL\": \"<string>\",\n  \"email\": \"<string>\",\n  \"profileType\": \"<string>\",\n  \"businessName\": \"<string>\",\n  \"customerEmailAdress\": \"<string>\",\n  \"customerEmailPassword\": \"<string>\",\n  \"subject\": \"<string>\",\n  \"htmlbody\": \"<string>\",\n  \"applicantObject\": {},\n  \"brandingInfo\": {\n    \"index\": \"<boolean>\",\n    \"compleet\": \"<boolean>\",\n    \"talention\": \"<boolean>\",\n    \"standorte\": \"<array>\",\n    \"euMatching\": \"<boolean>\",\n    \"firmenname\": \"<string>\",\n    \"webseite\": \"<string>\",\n    \"minimumMatchingResult\": \"<number>\"\n  },\n  \"attachmentURL\": \"<string>\",\n  \"profileName\": \"<string>\",\n  \"contactEmails\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"customerSystemApplicantId\": \"<string>\",\n  \"blacklist\": \"<array>\",\n  \"strictRules\": \"<string>\",\n  \"sendToCustomerSalesList\": \"<boolean>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.mona-ai.cloud/matching/getDataCreateProfile"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":null},{"id":"e37484bc-b80d-4088-8740-57fcfa5b07bf","name":"Invalid request parameters or insufficient data","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"X-API-Key","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"apiKey\": \"<string>\",\n  \"uid\": \"<string>\",\n  \"applicantId\": \"<string>\",\n  \"jobOfferObject\": {\n    \"messages\": \"<array>\",\n    \"jobTitle\": \"<string>\"\n  },\n  \"logs\": \"<array>\",\n  \"cvData\": \"<string>\",\n  \"profileURL\": \"<string>\",\n  \"email\": \"<string>\",\n  \"profileType\": \"<string>\",\n  \"businessName\": \"<string>\",\n  \"customerEmailAdress\": \"<string>\",\n  \"customerEmailPassword\": \"<string>\",\n  \"subject\": \"<string>\",\n  \"htmlbody\": \"<string>\",\n  \"applicantObject\": {},\n  \"brandingInfo\": {\n    \"index\": \"<boolean>\",\n    \"compleet\": \"<boolean>\",\n    \"talention\": \"<boolean>\",\n    \"standorte\": \"<array>\",\n    \"euMatching\": \"<boolean>\",\n    \"firmenname\": \"<string>\",\n    \"webseite\": \"<string>\",\n    \"minimumMatchingResult\": \"<number>\"\n  },\n  \"attachmentURL\": \"<string>\",\n  \"profileName\": \"<string>\",\n  \"contactEmails\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"customerSystemApplicantId\": \"<string>\",\n  \"blacklist\": \"<array>\",\n  \"strictRules\": \"<string>\",\n  \"sendToCustomerSalesList\": \"<boolean>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.mona-ai.cloud/matching/getDataCreateProfile"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"<string>\",\n  \"code\": \"MATCH_031\"\n}"},{"id":"1d068158-9917-48bb-aecc-d4c95c7c7b46","name":"Unauthorized","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"X-API-Key","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"apiKey\": \"<string>\",\n  \"uid\": \"<string>\",\n  \"applicantId\": \"<string>\",\n  \"jobOfferObject\": {\n    \"messages\": \"<array>\",\n    \"jobTitle\": \"<string>\"\n  },\n  \"logs\": \"<array>\",\n  \"cvData\": \"<string>\",\n  \"profileURL\": \"<string>\",\n  \"email\": \"<string>\",\n  \"profileType\": \"<string>\",\n  \"businessName\": \"<string>\",\n  \"customerEmailAdress\": \"<string>\",\n  \"customerEmailPassword\": \"<string>\",\n  \"subject\": \"<string>\",\n  \"htmlbody\": \"<string>\",\n  \"applicantObject\": {},\n  \"brandingInfo\": {\n    \"index\": \"<boolean>\",\n    \"compleet\": \"<boolean>\",\n    \"talention\": \"<boolean>\",\n    \"standorte\": \"<array>\",\n    \"euMatching\": \"<boolean>\",\n    \"firmenname\": \"<string>\",\n    \"webseite\": \"<string>\",\n    \"minimumMatchingResult\": \"<number>\"\n  },\n  \"attachmentURL\": \"<string>\",\n  \"profileName\": \"<string>\",\n  \"contactEmails\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"customerSystemApplicantId\": \"<string>\",\n  \"blacklist\": \"<array>\",\n  \"strictRules\": \"<string>\",\n  \"sendToCustomerSalesList\": \"<boolean>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.mona-ai.cloud/matching/getDataCreateProfile"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":null},{"id":"1d271e4e-3fad-437f-a34c-4db8c05cb04a","name":"Internal server error - AI service failure","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"X-API-Key","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"apiKey\": \"<string>\",\n  \"uid\": \"<string>\",\n  \"applicantId\": \"<string>\",\n  \"jobOfferObject\": {\n    \"messages\": \"<array>\",\n    \"jobTitle\": \"<string>\"\n  },\n  \"logs\": \"<array>\",\n  \"cvData\": \"<string>\",\n  \"profileURL\": \"<string>\",\n  \"email\": \"<string>\",\n  \"profileType\": \"<string>\",\n  \"businessName\": \"<string>\",\n  \"customerEmailAdress\": \"<string>\",\n  \"customerEmailPassword\": \"<string>\",\n  \"subject\": \"<string>\",\n  \"htmlbody\": \"<string>\",\n  \"applicantObject\": {},\n  \"brandingInfo\": {\n    \"index\": \"<boolean>\",\n    \"compleet\": \"<boolean>\",\n    \"talention\": \"<boolean>\",\n    \"standorte\": \"<array>\",\n    \"euMatching\": \"<boolean>\",\n    \"firmenname\": \"<string>\",\n    \"webseite\": \"<string>\",\n    \"minimumMatchingResult\": \"<number>\"\n  },\n  \"attachmentURL\": \"<string>\",\n  \"profileName\": \"<string>\",\n  \"contactEmails\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"customerSystemApplicantId\": \"<string>\",\n  \"blacklist\": \"<array>\",\n  \"strictRules\": \"<string>\",\n  \"sendToCustomerSalesList\": \"<boolean>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.mona-ai.cloud/matching/getDataCreateProfile"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":null}],"_postman_id":"efcf5ac4-de7f-4ac2-bd6b-509cea4ef22d"},{"name":"Get Matching Results","id":"d6bea11e-c05b-4844-a635-3b14ef92b2fc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"apiKey\": \"<string>\",\n  \"uid\": \"<string>\",\n  \"paginationToken\": \"<string>\",\n  \"limit\": \"<integer>\",\n  \"applicantId\": \"<string>\",\n  \"jobOfferId\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.mona-ai.cloud/matching/getMatchingResults","description":"<p>Retrieve matching results for applicants and job offers</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-API-Key"},{"key":"value","value":"{{apiKey}}"}]},"isInherited":true,"source":{"_postman_id":"d65d5421-ab45-405c-a53e-5b8e931dd774","id":"d65d5421-ab45-405c-a53e-5b8e931dd774","name":"MONA AI API - Public Documentation","type":"collection"}},"urlObject":{"path":["matching","getMatchingResults"],"host":["https://api.mona-ai.cloud"],"query":[],"variable":[]}},"response":[{"id":"06ea1a82-c962-493c-8844-0b316fd889c8","name":"Matching results retrieved successfully","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"X-API-Key","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"apiKey\": \"<string>\",\n  \"uid\": \"<string>\",\n  \"paginationToken\": \"<string>\",\n  \"limit\": \"<integer>\",\n  \"applicantId\": \"<string>\",\n  \"jobOfferId\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.mona-ai.cloud/matching/getMatchingResults"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":null},{"id":"4a3e6d16-a0ad-4fa0-b41a-900529932244","name":"Unauthorized","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"X-API-Key","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"apiKey\": \"<string>\",\n  \"uid\": \"<string>\",\n  \"paginationToken\": \"<string>\",\n  \"limit\": \"<integer>\",\n  \"applicantId\": \"<string>\",\n  \"jobOfferId\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.mona-ai.cloud/matching/getMatchingResults"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":null},{"id":"f9971de5-a438-4e1d-b817-2cb125ff5356","name":"Internal server error","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"X-API-Key","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"apiKey\": \"<string>\",\n  \"uid\": \"<string>\",\n  \"paginationToken\": \"<string>\",\n  \"limit\": \"<integer>\",\n  \"applicantId\": \"<string>\",\n  \"jobOfferId\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.mona-ai.cloud/matching/getMatchingResults"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":null}],"_postman_id":"d6bea11e-c05b-4844-a635-3b14ef92b2fc"},{"name":"Create Matching Results Asynchronously","id":"03731afc-216c-4d95-9fee-d7e2829abc87","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"apiKey\": \"<string>\",\n  \"uid\": \"<string>\",\n  \"parameters\": {\n    \"applicantId\": \"<string>\",\n    \"jobOfferId\": \"<string>\",\n    \"cvData\": \"<string>\",\n    \"jobOfferObject\": {}\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.mona-ai.cloud/matching/createMatchingResultsAsync","description":"<p>Start asynchronous matching process and return immediately</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-API-Key"},{"key":"value","value":"{{apiKey}}"}]},"isInherited":true,"source":{"_postman_id":"d65d5421-ab45-405c-a53e-5b8e931dd774","id":"d65d5421-ab45-405c-a53e-5b8e931dd774","name":"MONA AI API - Public Documentation","type":"collection"}},"urlObject":{"path":["matching","createMatchingResultsAsync"],"host":["https://api.mona-ai.cloud"],"query":[],"variable":[]}},"response":[{"id":"e9f3c49c-aa62-4971-a352-167c5a5e053d","name":"Matching process started successfully","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"X-API-Key","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"apiKey\": \"<string>\",\n  \"uid\": \"<string>\",\n  \"parameters\": {\n    \"applicantId\": \"<string>\",\n    \"jobOfferId\": \"<string>\",\n    \"cvData\": \"<string>\",\n    \"jobOfferObject\": {}\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.mona-ai.cloud/matching/createMatchingResultsAsync"},"status":"Accepted","code":202,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":null},{"id":"5e603f51-8d0d-44e9-a8e4-e919f26a2453","name":"Invalid parameters","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"X-API-Key","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"apiKey\": \"<string>\",\n  \"uid\": \"<string>\",\n  \"parameters\": {\n    \"applicantId\": \"<string>\",\n    \"jobOfferId\": \"<string>\",\n    \"cvData\": \"<string>\",\n    \"jobOfferObject\": {}\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.mona-ai.cloud/matching/createMatchingResultsAsync"},"status":"Bad Request","code":400,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":null},{"id":"4380fe7b-7734-48d6-8335-ed42a6e54f66","name":"Unauthorized","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"X-API-Key","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"apiKey\": \"<string>\",\n  \"uid\": \"<string>\",\n  \"parameters\": {\n    \"applicantId\": \"<string>\",\n    \"jobOfferId\": \"<string>\",\n    \"cvData\": \"<string>\",\n    \"jobOfferObject\": {}\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.mona-ai.cloud/matching/createMatchingResultsAsync"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":null},{"id":"4568ed2c-7597-4a25-b37c-9c212900ebc6","name":"Internal server error","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"X-API-Key","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"apiKey\": \"<string>\",\n  \"uid\": \"<string>\",\n  \"parameters\": {\n    \"applicantId\": \"<string>\",\n    \"jobOfferId\": \"<string>\",\n    \"cvData\": \"<string>\",\n    \"jobOfferObject\": {}\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.mona-ai.cloud/matching/createMatchingResultsAsync"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":null}],"_postman_id":"03731afc-216c-4d95-9fee-d7e2829abc87"},{"name":"Create Matching Results Synchronously","id":"b22be8ae-5911-442a-93dd-3f84600e728c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"apiKey\": \"<string>\",\n  \"uid\": \"<string>\",\n  \"parameters\": {\n    \"applicantId\": \"<string>\",\n    \"jobOfferId\": \"<string>\",\n    \"cvData\": \"<string>\",\n    \"jobOfferObject\": {}\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.mona-ai.cloud/matching/createMatchingResultsSync","description":"<p>Create matching results and wait for completion</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-API-Key"},{"key":"value","value":"{{apiKey}}"}]},"isInherited":true,"source":{"_postman_id":"d65d5421-ab45-405c-a53e-5b8e931dd774","id":"d65d5421-ab45-405c-a53e-5b8e931dd774","name":"MONA AI API - Public Documentation","type":"collection"}},"urlObject":{"path":["matching","createMatchingResultsSync"],"host":["https://api.mona-ai.cloud"],"query":[],"variable":[]}},"response":[{"id":"395e6842-1ac9-4624-badb-97a50dd6fc34","name":"Matching results created successfully","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"X-API-Key","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"apiKey\": \"<string>\",\n  \"uid\": \"<string>\",\n  \"parameters\": {\n    \"applicantId\": \"<string>\",\n    \"jobOfferId\": \"<string>\",\n    \"cvData\": \"<string>\",\n    \"jobOfferObject\": {}\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.mona-ai.cloud/matching/createMatchingResultsSync"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":null},{"id":"b04eba53-5b7d-4ff5-9d82-31eeb93f4bd6","name":"Invalid parameters","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"X-API-Key","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"apiKey\": \"<string>\",\n  \"uid\": \"<string>\",\n  \"parameters\": {\n    \"applicantId\": \"<string>\",\n    \"jobOfferId\": \"<string>\",\n    \"cvData\": \"<string>\",\n    \"jobOfferObject\": {}\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.mona-ai.cloud/matching/createMatchingResultsSync"},"status":"Bad Request","code":400,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":null},{"id":"1eab33d5-b063-4a42-b59e-1b6f88f24824","name":"Unauthorized","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"X-API-Key","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"apiKey\": \"<string>\",\n  \"uid\": \"<string>\",\n  \"parameters\": {\n    \"applicantId\": \"<string>\",\n    \"jobOfferId\": \"<string>\",\n    \"cvData\": \"<string>\",\n    \"jobOfferObject\": {}\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.mona-ai.cloud/matching/createMatchingResultsSync"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":null},{"id":"7ac712c9-4148-4fd2-b7d0-b2a64511d810","name":"Internal server error","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"X-API-Key","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"apiKey\": \"<string>\",\n  \"uid\": \"<string>\",\n  \"parameters\": {\n    \"applicantId\": \"<string>\",\n    \"jobOfferId\": \"<string>\",\n    \"cvData\": \"<string>\",\n    \"jobOfferObject\": {}\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.mona-ai.cloud/matching/createMatchingResultsSync"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":null}],"_postman_id":"b22be8ae-5911-442a-93dd-3f84600e728c"},{"name":"Get Profiles Sent","id":"4dd033cc-b2e6-4a8d-ac3f-4d7c975d1e44","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"apiKey\": \"<string>\",\n  \"uid\": \"<string>\",\n  \"limit\": \"<integer>\",\n  \"startDate\": \"<dateTime>\",\n  \"endDate\": \"<dateTime>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.mona-ai.cloud/matching/getProfilesSent","description":"<p>Retrieve list of profiles that have been sent to customers</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-API-Key"},{"key":"value","value":"{{apiKey}}"}]},"isInherited":true,"source":{"_postman_id":"d65d5421-ab45-405c-a53e-5b8e931dd774","id":"d65d5421-ab45-405c-a53e-5b8e931dd774","name":"MONA AI API - Public Documentation","type":"collection"}},"urlObject":{"path":["matching","getProfilesSent"],"host":["https://api.mona-ai.cloud"],"query":[],"variable":[]}},"response":[{"id":"c777f20b-d9bd-44a9-8755-f909a5cfa200","name":"Profiles sent list retrieved successfully","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"X-API-Key","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"apiKey\": \"<string>\",\n  \"uid\": \"<string>\",\n  \"limit\": \"<integer>\",\n  \"startDate\": \"<dateTime>\",\n  \"endDate\": \"<dateTime>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.mona-ai.cloud/matching/getProfilesSent"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":null},{"id":"d67067da-5cb0-4e56-9786-eac62dc1e947","name":"Unauthorized","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"X-API-Key","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"apiKey\": \"<string>\",\n  \"uid\": \"<string>\",\n  \"limit\": \"<integer>\",\n  \"startDate\": \"<dateTime>\",\n  \"endDate\": \"<dateTime>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.mona-ai.cloud/matching/getProfilesSent"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":null},{"id":"57179734-c223-44b9-b7ad-8513a87a648a","name":"Internal server error","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"X-API-Key","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"apiKey\": \"<string>\",\n  \"uid\": \"<string>\",\n  \"limit\": \"<integer>\",\n  \"startDate\": \"<dateTime>\",\n  \"endDate\": \"<dateTime>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.mona-ai.cloud/matching/getProfilesSent"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":null}],"_postman_id":"4dd033cc-b2e6-4a8d-ac3f-4d7c975d1e44"},{"name":"Get Profiles Sent by Applicant ID","id":"359da579-621a-4aca-8563-0f0681a409d3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"apiKey\": \"<string>\",\n  \"uid\": \"<string>\",\n  \"applicantId\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.mona-ai.cloud/matching/getProfilesSentByApplicantId","description":"<p>Retrieve profiles sent for a specific applicant</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-API-Key"},{"key":"value","value":"{{apiKey}}"}]},"isInherited":true,"source":{"_postman_id":"d65d5421-ab45-405c-a53e-5b8e931dd774","id":"d65d5421-ab45-405c-a53e-5b8e931dd774","name":"MONA AI API - Public Documentation","type":"collection"}},"urlObject":{"path":["matching","getProfilesSentByApplicantId"],"host":["https://api.mona-ai.cloud"],"query":[],"variable":[]}},"response":[{"id":"72b62c16-8c8e-49ab-9453-94e50936007c","name":"Applicant profiles sent retrieved successfully","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"X-API-Key","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"apiKey\": \"<string>\",\n  \"uid\": \"<string>\",\n  \"applicantId\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.mona-ai.cloud/matching/getProfilesSentByApplicantId"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":null},{"id":"ffe98379-efc2-479f-a5b9-0dbfa2b19dc3","name":"Unauthorized","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"X-API-Key","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"apiKey\": \"<string>\",\n  \"uid\": \"<string>\",\n  \"applicantId\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.mona-ai.cloud/matching/getProfilesSentByApplicantId"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":null},{"id":"e39c1e3d-8de5-4842-90a8-d54e493d3e23","name":"Applicant not found","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"X-API-Key","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"apiKey\": \"<string>\",\n  \"uid\": \"<string>\",\n  \"applicantId\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.mona-ai.cloud/matching/getProfilesSentByApplicantId"},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":null},{"id":"c0eb25e9-e68b-493a-8047-30260122529c","name":"Internal server error","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"X-API-Key","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"apiKey\": \"<string>\",\n  \"uid\": \"<string>\",\n  \"applicantId\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.mona-ai.cloud/matching/getProfilesSentByApplicantId"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":null}],"_postman_id":"359da579-621a-4aca-8563-0f0681a409d3"},{"name":"Match Applicant with Multiple Job Offers","id":"bb4b2f27-3d92-4d2d-8c03-a47888661828","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"apiKey\": \"<string>\",\n  \"uid\": \"<string>\",\n  \"applicantObject\": {},\n  \"jobOfferObjects\": [],\n  \"cvData\": \"<string>\",\n  \"profileURL\": \"<string>\",\n  \"logs\": \"<array>\",\n  \"brandingInfo\": {},\n  \"businessName\": \"<string>\",\n  \"profileType\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.mona-ai.cloud/matching/applicantWithMultipleJobOffers","description":"<p>Process matching between one applicant and multiple job offers</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-API-Key"},{"key":"value","value":"{{apiKey}}"}]},"isInherited":true,"source":{"_postman_id":"d65d5421-ab45-405c-a53e-5b8e931dd774","id":"d65d5421-ab45-405c-a53e-5b8e931dd774","name":"MONA AI API - Public Documentation","type":"collection"}},"urlObject":{"path":["matching","applicantWithMultipleJobOffers"],"host":["https://api.mona-ai.cloud"],"query":[],"variable":[]}},"response":[{"id":"bac78f8c-fea2-4286-be33-84289744590a","name":"Multiple job offer matching completed successfully","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"X-API-Key","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"apiKey\": \"<string>\",\n  \"uid\": \"<string>\",\n  \"applicantObject\": {},\n  \"jobOfferObjects\": [],\n  \"cvData\": \"<string>\",\n  \"profileURL\": \"<string>\",\n  \"logs\": \"<array>\",\n  \"brandingInfo\": {},\n  \"businessName\": \"<string>\",\n  \"profileType\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.mona-ai.cloud/matching/applicantWithMultipleJobOffers"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":null},{"id":"b1528986-9e16-4c16-bd35-62683d2c6c52","name":"Invalid request parameters","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"X-API-Key","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"apiKey\": \"<string>\",\n  \"uid\": \"<string>\",\n  \"applicantObject\": {},\n  \"jobOfferObjects\": [],\n  \"cvData\": \"<string>\",\n  \"profileURL\": \"<string>\",\n  \"logs\": \"<array>\",\n  \"brandingInfo\": {},\n  \"businessName\": \"<string>\",\n  \"profileType\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.mona-ai.cloud/matching/applicantWithMultipleJobOffers"},"status":"Bad Request","code":400,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":null},{"id":"4ef7d7b7-4186-456a-848d-54836a8e482e","name":"Unauthorized","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"X-API-Key","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"apiKey\": \"<string>\",\n  \"uid\": \"<string>\",\n  \"applicantObject\": {},\n  \"jobOfferObjects\": [],\n  \"cvData\": \"<string>\",\n  \"profileURL\": \"<string>\",\n  \"logs\": \"<array>\",\n  \"brandingInfo\": {},\n  \"businessName\": \"<string>\",\n  \"profileType\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.mona-ai.cloud/matching/applicantWithMultipleJobOffers"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":null},{"id":"b4c0b53a-2d20-445e-b79f-04b053f64e4e","name":"Internal server error","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"X-API-Key","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"apiKey\": \"<string>\",\n  \"uid\": \"<string>\",\n  \"applicantObject\": {},\n  \"jobOfferObjects\": [],\n  \"cvData\": \"<string>\",\n  \"profileURL\": \"<string>\",\n  \"logs\": \"<array>\",\n  \"brandingInfo\": {},\n  \"businessName\": \"<string>\",\n  \"profileType\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.mona-ai.cloud/matching/applicantWithMultipleJobOffers"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":null}],"_postman_id":"bb4b2f27-3d92-4d2d-8c03-a47888661828"},{"name":"Create Basic Applicant Profile","id":"be09f3c4-36d7-4da2-964e-ee6c8fa45c99","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"apiKey\": \"<string>\",\n  \"uid\": \"<string>\",\n  \"parameters\": {\n    \"applicantId\": \"<string>\",\n    \"cvData\": \"<string>\",\n    \"applicantObject\": {},\n    \"jobOfferObject\": {},\n    \"logs\": \"<array>\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.mona-ai.cloud/matching/applicant-profile","description":"<p>🚀 MODULAR - Create applicant profiles without matching (73% faster). Perfect for when you only need profile extraction without job matching.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-API-Key"},{"key":"value","value":"{{apiKey}}"}]},"isInherited":true,"source":{"_postman_id":"d65d5421-ab45-405c-a53e-5b8e931dd774","id":"d65d5421-ab45-405c-a53e-5b8e931dd774","name":"MONA AI API - Public Documentation","type":"collection"}},"urlObject":{"path":["matching","applicant-profile"],"host":["https://api.mona-ai.cloud"],"query":[],"variable":[]}},"response":[{"id":"24d892ae-a747-4663-950a-64d6ca49dee5","name":"Basic profile created successfully","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"X-API-Key","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"apiKey\": \"<string>\",\n  \"uid\": \"<string>\",\n  \"parameters\": {\n    \"applicantId\": \"<string>\",\n    \"cvData\": \"<string>\",\n    \"applicantObject\": {},\n    \"jobOfferObject\": {},\n    \"logs\": \"<array>\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.mona-ai.cloud/matching/applicant-profile"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"feedbackStammdaten\": {},\n    \"feedbackBerufsposition\": {},\n    \"feedbackAusbildung\": {},\n    \"feedbackZertifikate\": {},\n    \"feedbackEDVKenntnisse\": {},\n    \"feedbackSoftSkills\": {},\n    \"feedbackEngineeringSkills\": {},\n    \"personalizedAnschreiben\": {}\n  }\n}"},{"id":"c23514a1-e90e-4134-9deb-dead2ac0f431","name":"Invalid request parameters","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"X-API-Key","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"apiKey\": \"<string>\",\n  \"uid\": \"<string>\",\n  \"parameters\": {\n    \"applicantId\": \"<string>\",\n    \"cvData\": \"<string>\",\n    \"applicantObject\": {},\n    \"jobOfferObject\": {},\n    \"logs\": \"<array>\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.mona-ai.cloud/matching/applicant-profile"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"MATCH_042\",\n  \"message\": \"<string>\",\n  \"details\": \"<string>\"\n}"},{"id":"86206c72-3bd1-4f04-87ba-d9973ba6c7f9","name":"Unauthorized","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"X-API-Key","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"apiKey\": \"<string>\",\n  \"uid\": \"<string>\",\n  \"parameters\": {\n    \"applicantId\": \"<string>\",\n    \"cvData\": \"<string>\",\n    \"applicantObject\": {},\n    \"jobOfferObject\": {},\n    \"logs\": \"<array>\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.mona-ai.cloud/matching/applicant-profile"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":null},{"id":"9c225201-ff38-467a-aaa9-3e53d7caefb5","name":"Internal server error","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"X-API-Key","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"apiKey\": \"<string>\",\n  \"uid\": \"<string>\",\n  \"parameters\": {\n    \"applicantId\": \"<string>\",\n    \"cvData\": \"<string>\",\n    \"applicantObject\": {},\n    \"jobOfferObject\": {},\n    \"logs\": \"<array>\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.mona-ai.cloud/matching/applicant-profile"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":null}],"_postman_id":"be09f3c4-36d7-4da2-964e-ee6c8fa45c99"},{"name":"Create Profile with Job Matching","id":"f83fc613-2c77-4d20-9fd1-732dfe393944","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"apiKey\": \"<string>\",\n  \"uid\": \"<string>\",\n  \"parameters\": {\n    \"applicantId\": \"<string>\",\n    \"cvData\": \"<string>\",\n    \"businessName\": \"<string>\",\n    \"applicantObject\": {},\n    \"jobOfferObject\": {},\n    \"logs\": \"<array>\",\n    \"brandingInfo\": {\n      \"mustHaves\": [\n        \"<string>\",\n        \"<string>\"\n      ],\n      \"euMatching\": \"<boolean>\",\n      \"companyLogo\": \"<string>\",\n      \"primaryColor\": \"<string>\"\n    },\n    \"searchIndexForJobOffers\": \"<string>\",\n    \"newMatch\": \"<boolean>\",\n    \"filterNonAzubiStellen\": \"<boolean>\",\n    \"filterNonPraktikumStellen\": \"<boolean>\",\n    \"queryInPinecone\": \"<boolean>\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.mona-ai.cloud/matching/applicant-profile-with-matching","description":"<p>🚀 MODULAR - Create applicant profiles with job matching for internal use. Includes profile creation plus job search and matching.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-API-Key"},{"key":"value","value":"{{apiKey}}"}]},"isInherited":true,"source":{"_postman_id":"d65d5421-ab45-405c-a53e-5b8e931dd774","id":"d65d5421-ab45-405c-a53e-5b8e931dd774","name":"MONA AI API - Public Documentation","type":"collection"}},"urlObject":{"path":["matching","applicant-profile-with-matching"],"host":["https://api.mona-ai.cloud"],"query":[],"variable":[]}},"response":[{"id":"78ea2d42-fcde-485e-8877-cbbf8ab16bd6","name":"Profile with matching created successfully","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"X-API-Key","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"apiKey\": \"<string>\",\n  \"uid\": \"<string>\",\n  \"parameters\": {\n    \"applicantId\": \"<string>\",\n    \"cvData\": \"<string>\",\n    \"businessName\": \"<string>\",\n    \"applicantObject\": {},\n    \"jobOfferObject\": {},\n    \"logs\": \"<array>\",\n    \"brandingInfo\": {\n      \"mustHaves\": [\n        \"<string>\",\n        \"<string>\"\n      ],\n      \"euMatching\": \"<boolean>\",\n      \"companyLogo\": \"<string>\",\n      \"primaryColor\": \"<string>\"\n    },\n    \"searchIndexForJobOffers\": \"<string>\",\n    \"newMatch\": \"<boolean>\",\n    \"filterNonAzubiStellen\": \"<boolean>\",\n    \"filterNonPraktikumStellen\": \"<boolean>\",\n    \"queryInPinecone\": \"<boolean>\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.mona-ai.cloud/matching/applicant-profile-with-matching"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"feedbackStammdaten\": {},\n    \"feedbackBerufsposition\": {},\n    \"feedbackAusbildung\": {},\n    \"mustHavesFullfilled\": \"<boolean>\",\n    \"bestJob\": \"<string>\",\n    \"searchQuery\": \"<string>\"\n  }\n}"},{"id":"8548db01-15f9-49a9-96da-0349246f3b06","name":"Invalid request parameters","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"X-API-Key","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"apiKey\": \"<string>\",\n  \"uid\": \"<string>\",\n  \"parameters\": {\n    \"applicantId\": \"<string>\",\n    \"cvData\": \"<string>\",\n    \"businessName\": \"<string>\",\n    \"applicantObject\": {},\n    \"jobOfferObject\": {},\n    \"logs\": \"<array>\",\n    \"brandingInfo\": {\n      \"mustHaves\": [\n        \"<string>\",\n        \"<string>\"\n      ],\n      \"euMatching\": \"<boolean>\",\n      \"companyLogo\": \"<string>\",\n      \"primaryColor\": \"<string>\"\n    },\n    \"searchIndexForJobOffers\": \"<string>\",\n    \"newMatch\": \"<boolean>\",\n    \"filterNonAzubiStellen\": \"<boolean>\",\n    \"filterNonPraktikumStellen\": \"<boolean>\",\n    \"queryInPinecone\": \"<boolean>\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.mona-ai.cloud/matching/applicant-profile-with-matching"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"MATCH_051\",\n  \"message\": \"<string>\",\n  \"details\": \"<string>\"\n}"},{"id":"0ccd5bf0-9fa8-409c-9277-cc6a1131d012","name":"Unauthorized","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"X-API-Key","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"apiKey\": \"<string>\",\n  \"uid\": \"<string>\",\n  \"parameters\": {\n    \"applicantId\": \"<string>\",\n    \"cvData\": \"<string>\",\n    \"businessName\": \"<string>\",\n    \"applicantObject\": {},\n    \"jobOfferObject\": {},\n    \"logs\": \"<array>\",\n    \"brandingInfo\": {\n      \"mustHaves\": [\n        \"<string>\",\n        \"<string>\"\n      ],\n      \"euMatching\": \"<boolean>\",\n      \"companyLogo\": \"<string>\",\n      \"primaryColor\": \"<string>\"\n    },\n    \"searchIndexForJobOffers\": \"<string>\",\n    \"newMatch\": \"<boolean>\",\n    \"filterNonAzubiStellen\": \"<boolean>\",\n    \"filterNonPraktikumStellen\": \"<boolean>\",\n    \"queryInPinecone\": \"<boolean>\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.mona-ai.cloud/matching/applicant-profile-with-matching"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":null},{"id":"012fff1f-d17c-44ae-a6d9-e80537721364","name":"Internal server error","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"X-API-Key","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"apiKey\": \"<string>\",\n  \"uid\": \"<string>\",\n  \"parameters\": {\n    \"applicantId\": \"<string>\",\n    \"cvData\": \"<string>\",\n    \"businessName\": \"<string>\",\n    \"applicantObject\": {},\n    \"jobOfferObject\": {},\n    \"logs\": \"<array>\",\n    \"brandingInfo\": {\n      \"mustHaves\": [\n        \"<string>\",\n        \"<string>\"\n      ],\n      \"euMatching\": \"<boolean>\",\n      \"companyLogo\": \"<string>\",\n      \"primaryColor\": \"<string>\"\n    },\n    \"searchIndexForJobOffers\": \"<string>\",\n    \"newMatch\": \"<boolean>\",\n    \"filterNonAzubiStellen\": \"<boolean>\",\n    \"filterNonPraktikumStellen\": \"<boolean>\",\n    \"queryInPinecone\": \"<boolean>\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.mona-ai.cloud/matching/applicant-profile-with-matching"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":null}],"_postman_id":"f83fc613-2c77-4d20-9fd1-732dfe393944"},{"name":"Advanced Matching with Email Processing","id":"4afe76a8-0a7e-44b8-afd8-5fd1d19faa7a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"apiKey\": \"<string>\",\n  \"uid\": \"<string>\",\n  \"parameters\": {\n    \"feedbackObject\": {},\n    \"businessName\": \"<string>\",\n    \"applicantId\": \"<string>\",\n    \"blacklist\": [\n      \"<string>\",\n      \"<string>\"\n    ],\n    \"htmlbody\": \"<string>\",\n    \"profileType\": \"applicantProfileForCustomerAndMatching\",\n    \"companyMatchingScore\": 70,\n    \"mustHavesFullfilled\": true\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.mona-ai.cloud/matching/matching-strict-rules","description":"<p>🚀 MODULAR - Perform advanced matching with strict rules and email automation. Includes blacklist filtering and customer email processing.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-API-Key"},{"key":"value","value":"{{apiKey}}"}]},"isInherited":true,"source":{"_postman_id":"d65d5421-ab45-405c-a53e-5b8e931dd774","id":"d65d5421-ab45-405c-a53e-5b8e931dd774","name":"MONA AI API - Public Documentation","type":"collection"}},"urlObject":{"path":["matching","matching-strict-rules"],"host":["https://api.mona-ai.cloud"],"query":[],"variable":[]}},"response":[{"id":"aa14025f-7b74-4aa3-ba04-202626f0582d","name":"Advanced matching with email processing completed successfully","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"X-API-Key","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"apiKey\": \"<string>\",\n  \"uid\": \"<string>\",\n  \"parameters\": {\n    \"feedbackObject\": {},\n    \"businessName\": \"<string>\",\n    \"applicantId\": \"<string>\",\n    \"blacklist\": [\n      \"<string>\",\n      \"<string>\"\n    ],\n    \"htmlbody\": \"<string>\",\n    \"profileType\": \"applicantProfileForCustomerAndMatching\",\n    \"companyMatchingScore\": 70,\n    \"mustHavesFullfilled\": true\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.mona-ai.cloud/matching/matching-strict-rules"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"emailsSent\": \"<integer>\",\n    \"processedEmails\": [\n      \"<string>\",\n      \"<string>\"\n    ]\n  }\n}"},{"id":"acbb1a36-fb2b-47dd-a2d9-ff27fa871553","name":"Invalid request parameters","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"X-API-Key","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"apiKey\": \"<string>\",\n  \"uid\": \"<string>\",\n  \"parameters\": {\n    \"feedbackObject\": {},\n    \"businessName\": \"<string>\",\n    \"applicantId\": \"<string>\",\n    \"blacklist\": [\n      \"<string>\",\n      \"<string>\"\n    ],\n    \"htmlbody\": \"<string>\",\n    \"profileType\": \"applicantProfileForCustomerAndMatching\",\n    \"companyMatchingScore\": 70,\n    \"mustHavesFullfilled\": true\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.mona-ai.cloud/matching/matching-strict-rules"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"MATCH_063\",\n  \"message\": \"<string>\",\n  \"details\": \"<string>\"\n}"},{"id":"67ccc03b-8056-4ac0-ad14-2275f20a9057","name":"Unauthorized","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"X-API-Key","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"apiKey\": \"<string>\",\n  \"uid\": \"<string>\",\n  \"parameters\": {\n    \"feedbackObject\": {},\n    \"businessName\": \"<string>\",\n    \"applicantId\": \"<string>\",\n    \"blacklist\": [\n      \"<string>\",\n      \"<string>\"\n    ],\n    \"htmlbody\": \"<string>\",\n    \"profileType\": \"applicantProfileForCustomerAndMatching\",\n    \"companyMatchingScore\": 70,\n    \"mustHavesFullfilled\": true\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.mona-ai.cloud/matching/matching-strict-rules"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":null},{"id":"d2e086af-f63d-4740-a22b-c67c1aabfb04","name":"Internal server error","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"X-API-Key","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"apiKey\": \"<string>\",\n  \"uid\": \"<string>\",\n  \"parameters\": {\n    \"feedbackObject\": {},\n    \"businessName\": \"<string>\",\n    \"applicantId\": \"<string>\",\n    \"blacklist\": [\n      \"<string>\",\n      \"<string>\"\n    ],\n    \"htmlbody\": \"<string>\",\n    \"profileType\": \"applicantProfileForCustomerAndMatching\",\n    \"companyMatchingScore\": 70,\n    \"mustHavesFullfilled\": true\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.mona-ai.cloud/matching/matching-strict-rules"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":null}],"_postman_id":"4afe76a8-0a7e-44b8-afd8-5fd1d19faa7a"},{"name":"Matching-strict-rules","id":"dfcea5ca-cc02-4d77-a78d-c64e2d11f5f8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"apiKey\": \"<string>\",\n  \"uid\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.mona-ai.cloud/matching-strict-rules","description":"<p>Endpoint for matching-strict-rules operations</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-API-Key"},{"key":"value","value":"{{apiKey}}"}]},"isInherited":true,"source":{"_postman_id":"d65d5421-ab45-405c-a53e-5b8e931dd774","id":"d65d5421-ab45-405c-a53e-5b8e931dd774","name":"MONA AI API - Public Documentation","type":"collection"}},"urlObject":{"path":["matching-strict-rules"],"host":["https://api.mona-ai.cloud"],"query":[],"variable":[]}},"response":[{"id":"5ab27601-c1e6-412d-98f7-130dfe08f7d8","name":"Successful response","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"X-API-Key","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"apiKey\": \"<string>\",\n  \"uid\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.mona-ai.cloud/matching-strict-rules"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": \"<boolean>\",\n  \"data\": {}\n}"},{"id":"a298324f-4d98-4118-a0e0-e5862e205c40","name":"Bad request","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"X-API-Key","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"apiKey\": \"<string>\",\n  \"uid\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.mona-ai.cloud/matching-strict-rules"},"status":"Bad Request","code":400,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":null},{"id":"a0bb58c5-c315-4824-82df-be4e1014ced7","name":"Unauthorized","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"X-API-Key","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"apiKey\": \"<string>\",\n  \"uid\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.mona-ai.cloud/matching-strict-rules"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":null},{"id":"75ff671a-533a-4172-8b2e-4bf8358bfbd4","name":"Internal server error","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"X-API-Key","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"apiKey\": \"<string>\",\n  \"uid\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.mona-ai.cloud/matching-strict-rules"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":null}],"_postman_id":"dfcea5ca-cc02-4d77-a78d-c64e2d11f5f8"}],"id":"cab39d07-cad6-49e7-8596-7ca08c71e294","_postman_id":"cab39d07-cad6-49e7-8596-7ca08c71e294","description":"","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-API-Key"},{"key":"value","value":"{{apiKey}}"}]},"isInherited":true,"source":{"_postman_id":"d65d5421-ab45-405c-a53e-5b8e931dd774","id":"d65d5421-ab45-405c-a53e-5b8e931dd774","name":"MONA AI API - Public Documentation","type":"collection"}}},{"name":"📄 Parsing","item":[{"name":"Parse CV Document","id":"34dc125f-c09b-4e89-b9cb-7fe11bb827eb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"apiKey\": \"<string>\",\n  \"uid\": \"<string>\",\n  \"permission\": \"<string>\",\n  \"cvUrl\": \"<string>\",\n  \"cvData\": \"<string>\",\n  \"parseOptions\": {\n    \"extractSkills\": true,\n    \"extractExperience\": true,\n    \"extractEducation\": true,\n    \"extractPersonalInfo\": true\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.mona-ai.cloud/parsing/parseCV","description":"<p>Parse CV/resume document and extract structured information</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-API-Key"},{"key":"value","value":"{{apiKey}}"}]},"isInherited":true,"source":{"_postman_id":"d65d5421-ab45-405c-a53e-5b8e931dd774","id":"d65d5421-ab45-405c-a53e-5b8e931dd774","name":"MONA AI API - Public Documentation","type":"collection"}},"urlObject":{"path":["parsing","parseCV"],"host":["https://api.mona-ai.cloud"],"query":[],"variable":[]}},"response":[{"id":"2252cffb-7a8d-4854-b3ab-a48aa251eb44","name":"CV parsed successfully","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"X-API-Key","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"apiKey\": \"<string>\",\n  \"uid\": \"<string>\",\n  \"permission\": \"<string>\",\n  \"cvUrl\": \"<string>\",\n  \"cvData\": \"<string>\",\n  \"parseOptions\": {\n    \"extractSkills\": true,\n    \"extractExperience\": true,\n    \"extractEducation\": true,\n    \"extractPersonalInfo\": true\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.mona-ai.cloud/parsing/parseCV"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"personalInfo\": {\n    \"name\": \"<string>\",\n    \"email\": \"<string>\",\n    \"phone\": \"<string>\",\n    \"address\": \"<string>\"\n  },\n  \"skills\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"experience\": [\n    {\n      \"company\": \"<string>\",\n      \"position\": \"<string>\",\n      \"duration\": \"<string>\",\n      \"description\": \"<string>\"\n    },\n    {\n      \"company\": \"<string>\",\n      \"position\": \"<string>\",\n      \"duration\": \"<string>\",\n      \"description\": \"<string>\"\n    }\n  ],\n  \"education\": [\n    {\n      \"institution\": \"<string>\",\n      \"degree\": \"<string>\",\n      \"fieldOfStudy\": \"<string>\",\n      \"graduationYear\": \"<string>\"\n    },\n    {\n      \"institution\": \"<string>\",\n      \"degree\": \"<string>\",\n      \"fieldOfStudy\": \"<string>\",\n      \"graduationYear\": \"<string>\"\n    }\n  ]\n}"},{"id":"cea53dc7-4e4e-441f-842a-05b713f9a2eb","name":"Invalid request parameters","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"X-API-Key","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"apiKey\": \"<string>\",\n  \"uid\": \"<string>\",\n  \"permission\": \"<string>\",\n  \"cvUrl\": \"<string>\",\n  \"cvData\": \"<string>\",\n  \"parseOptions\": {\n    \"extractSkills\": true,\n    \"extractExperience\": true,\n    \"extractEducation\": true,\n    \"extractPersonalInfo\": true\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.mona-ai.cloud/parsing/parseCV"},"status":"Bad Request","code":400,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":null},{"id":"b0363beb-c3da-4bc7-bf71-8b6384629d8a","name":"Unauthorized","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"X-API-Key","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"apiKey\": \"<string>\",\n  \"uid\": \"<string>\",\n  \"permission\": \"<string>\",\n  \"cvUrl\": \"<string>\",\n  \"cvData\": \"<string>\",\n  \"parseOptions\": {\n    \"extractSkills\": true,\n    \"extractExperience\": true,\n    \"extractEducation\": true,\n    \"extractPersonalInfo\": true\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.mona-ai.cloud/parsing/parseCV"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":null},{"id":"449dcf86-4bb4-402b-b2c2-5cb0c4cec764","name":"Insufficient permissions","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"X-API-Key","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"apiKey\": \"<string>\",\n  \"uid\": \"<string>\",\n  \"permission\": \"<string>\",\n  \"cvUrl\": \"<string>\",\n  \"cvData\": \"<string>\",\n  \"parseOptions\": {\n    \"extractSkills\": true,\n    \"extractExperience\": true,\n    \"extractEducation\": true,\n    \"extractPersonalInfo\": true\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.mona-ai.cloud/parsing/parseCV"},"status":"Forbidden","code":403,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":null},{"id":"f2ca17e2-3d3d-4941-823b-e345c41ee6ae","name":"Internal server error","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"X-API-Key","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"apiKey\": \"<string>\",\n  \"uid\": \"<string>\",\n  \"permission\": \"<string>\",\n  \"cvUrl\": \"<string>\",\n  \"cvData\": \"<string>\",\n  \"parseOptions\": {\n    \"extractSkills\": true,\n    \"extractExperience\": true,\n    \"extractEducation\": true,\n    \"extractPersonalInfo\": true\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.mona-ai.cloud/parsing/parseCV"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":null}],"_postman_id":"34dc125f-c09b-4e89-b9cb-7fe11bb827eb"},{"name":"Any Document to Text","id":"30279a3d-0c36-4201-b188-66a3316e9cc8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"apiKey\": \"<string>\",\n  \"uid\": \"<string>\",\n  \"permission\": \"<string>\",\n  \"documentUrl\": \"<string>\",\n  \"documentData\": \"<string>\",\n  \"options\": {\n    \"outputFormat\": \"plain\",\n    \"preserveStructure\": false,\n    \"includeMetadata\": true\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.mona-ai.cloud/parsing/AnyDocumentToText","description":"<p>Convert any document format to plain text</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-API-Key"},{"key":"value","value":"{{apiKey}}"}]},"isInherited":true,"source":{"_postman_id":"d65d5421-ab45-405c-a53e-5b8e931dd774","id":"d65d5421-ab45-405c-a53e-5b8e931dd774","name":"MONA AI API - Public Documentation","type":"collection"}},"urlObject":{"path":["parsing","AnyDocumentToText"],"host":["https://api.mona-ai.cloud"],"query":[],"variable":[]}},"response":[{"id":"43cd5010-9fc9-42a0-a1ea-19b5f8e29685","name":"Document converted to text successfully","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"X-API-Key","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"apiKey\": \"<string>\",\n  \"uid\": \"<string>\",\n  \"permission\": \"<string>\",\n  \"documentUrl\": \"<string>\",\n  \"documentData\": \"<string>\",\n  \"options\": {\n    \"outputFormat\": \"plain\",\n    \"preserveStructure\": false,\n    \"includeMetadata\": true\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.mona-ai.cloud/parsing/AnyDocumentToText"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"text\": \"<string>\",\n  \"metadata\": {\n    \"originalFormat\": \"<string>\",\n    \"pageCount\": \"<integer>\",\n    \"wordCount\": \"<integer>\",\n    \"characterCount\": \"<integer>\",\n    \"conversionTime\": \"<number>\"\n  },\n  \"structure\": {}\n}"},{"id":"54ebd9ae-ce11-4299-b475-571bdce4190c","name":"Invalid request parameters or unsupported document format","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"X-API-Key","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"apiKey\": \"<string>\",\n  \"uid\": \"<string>\",\n  \"permission\": \"<string>\",\n  \"documentUrl\": \"<string>\",\n  \"documentData\": \"<string>\",\n  \"options\": {\n    \"outputFormat\": \"plain\",\n    \"preserveStructure\": false,\n    \"includeMetadata\": true\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.mona-ai.cloud/parsing/AnyDocumentToText"},"status":"Bad Request","code":400,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":null},{"id":"26e6f066-5241-46b4-a2eb-7787f0643105","name":"Unauthorized","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"X-API-Key","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"apiKey\": \"<string>\",\n  \"uid\": \"<string>\",\n  \"permission\": \"<string>\",\n  \"documentUrl\": \"<string>\",\n  \"documentData\": \"<string>\",\n  \"options\": {\n    \"outputFormat\": \"plain\",\n    \"preserveStructure\": false,\n    \"includeMetadata\": true\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.mona-ai.cloud/parsing/AnyDocumentToText"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":null},{"id":"64f3e669-43fd-4b13-be22-27cbe85a0c24","name":"Insufficient permissions","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"X-API-Key","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"apiKey\": \"<string>\",\n  \"uid\": \"<string>\",\n  \"permission\": \"<string>\",\n  \"documentUrl\": \"<string>\",\n  \"documentData\": \"<string>\",\n  \"options\": {\n    \"outputFormat\": \"plain\",\n    \"preserveStructure\": false,\n    \"includeMetadata\": true\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.mona-ai.cloud/parsing/AnyDocumentToText"},"status":"Forbidden","code":403,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":null},{"id":"bba1152c-29b0-4e03-9a8d-50a4d2c535e8","name":"Document too large","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"X-API-Key","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"apiKey\": \"<string>\",\n  \"uid\": \"<string>\",\n  \"permission\": \"<string>\",\n  \"documentUrl\": \"<string>\",\n  \"documentData\": \"<string>\",\n  \"options\": {\n    \"outputFormat\": \"plain\",\n    \"preserveStructure\": false,\n    \"includeMetadata\": true\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.mona-ai.cloud/parsing/AnyDocumentToText"},"status":"Request Entity Too Large","code":413,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":null},{"id":"e4bb2535-b62b-46d0-870d-e95e0dd2a5a5","name":"Document format not supported","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"X-API-Key","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"apiKey\": \"<string>\",\n  \"uid\": \"<string>\",\n  \"permission\": \"<string>\",\n  \"documentUrl\": \"<string>\",\n  \"documentData\": \"<string>\",\n  \"options\": {\n    \"outputFormat\": \"plain\",\n    \"preserveStructure\": false,\n    \"includeMetadata\": true\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.mona-ai.cloud/parsing/AnyDocumentToText"},"status":"Unprocessable Entity (WebDAV) (RFC 4918)","code":422,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":null},{"id":"b775904c-a791-4753-a2cf-f3c45ddac25e","name":"Internal server error - conversion failed","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"X-API-Key","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"apiKey\": \"<string>\",\n  \"uid\": \"<string>\",\n  \"permission\": \"<string>\",\n  \"documentUrl\": \"<string>\",\n  \"documentData\": \"<string>\",\n  \"options\": {\n    \"outputFormat\": \"plain\",\n    \"preserveStructure\": false,\n    \"includeMetadata\": true\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.mona-ai.cloud/parsing/AnyDocumentToText"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":null}],"_postman_id":"30279a3d-0c36-4201-b188-66a3316e9cc8"},{"name":"ParseApplicantCV","id":"23697c29-8f57-42fe-86d8-26c11a76ebc0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"apiKey\": \"<string>\",\n  \"uid\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.mona-ai.cloud/parsing/parseApplicantCV","description":"<p>Endpoint for parseApplicantCV operations</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-API-Key"},{"key":"value","value":"{{apiKey}}"}]},"isInherited":true,"source":{"_postman_id":"d65d5421-ab45-405c-a53e-5b8e931dd774","id":"d65d5421-ab45-405c-a53e-5b8e931dd774","name":"MONA AI API - Public Documentation","type":"collection"}},"urlObject":{"path":["parsing","parseApplicantCV"],"host":["https://api.mona-ai.cloud"],"query":[],"variable":[]}},"response":[{"id":"75192bab-b328-486c-b403-639761a08de1","name":"Successful response","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"X-API-Key","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"apiKey\": \"<string>\",\n  \"uid\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.mona-ai.cloud/parsing/parseApplicantCV"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": \"<boolean>\",\n  \"data\": {}\n}"},{"id":"cb9ca94f-6463-4c70-be2f-e72a3a0e3e7e","name":"Bad request","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"X-API-Key","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"apiKey\": \"<string>\",\n  \"uid\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.mona-ai.cloud/parsing/parseApplicantCV"},"status":"Bad Request","code":400,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":null},{"id":"c3b25fd1-7738-467e-99bf-734825e32219","name":"Unauthorized","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"X-API-Key","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"apiKey\": \"<string>\",\n  \"uid\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.mona-ai.cloud/parsing/parseApplicantCV"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":null},{"id":"2b64ca81-cdb9-4aa2-a4a9-afebe593686d","name":"Internal server error","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"X-API-Key","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"apiKey\": \"<string>\",\n  \"uid\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.mona-ai.cloud/parsing/parseApplicantCV"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":null}],"_postman_id":"23697c29-8f57-42fe-86d8-26c11a76ebc0"}],"id":"c8893632-b464-4537-80ea-f1115e122d2e","_postman_id":"c8893632-b464-4537-80ea-f1115e122d2e","description":"","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-API-Key"},{"key":"value","value":"{{apiKey}}"}]},"isInherited":true,"source":{"_postman_id":"d65d5421-ab45-405c-a53e-5b8e931dd774","id":"d65d5421-ab45-405c-a53e-5b8e931dd774","name":"MONA AI API - Public Documentation","type":"collection"}}},{"name":"📚 Company Knowledge","item":[{"name":"Get Company Knowledge","id":"91d0c6f3-a5a7-433f-af83-cbbb46777881","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"apiKey\": \"<string>\",\n  \"uid\": \"<string>\",\n  \"permission\": \"<string>\",\n  \"category\": \"<string>\",\n  \"limit\": 10,\n  \"offset\": 0\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.mona-ai.cloud/companyKnowledge/getKnowledge","description":"<p>Retrieve knowledge entries from the company knowledge base</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-API-Key"},{"key":"value","value":"{{apiKey}}"}]},"isInherited":true,"source":{"_postman_id":"d65d5421-ab45-405c-a53e-5b8e931dd774","id":"d65d5421-ab45-405c-a53e-5b8e931dd774","name":"MONA AI API - Public Documentation","type":"collection"}},"urlObject":{"path":["companyKnowledge","getKnowledge"],"host":["https://api.mona-ai.cloud"],"query":[],"variable":[]}},"response":[{"id":"b2c9d72f-550e-4a04-a562-3ff79ff159e8","name":"Knowledge entries retrieved successfully","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"X-API-Key","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"apiKey\": \"<string>\",\n  \"uid\": \"<string>\",\n  \"permission\": \"<string>\",\n  \"category\": \"<string>\",\n  \"limit\": 10,\n  \"offset\": 0\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.mona-ai.cloud/companyKnowledge/getKnowledge"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"knowledge\": [\n    {\n      \"id\": \"<string>\",\n      \"title\": \"<string>\",\n      \"content\": \"<string>\",\n      \"category\": \"<string>\",\n      \"tags\": [\n        \"<string>\",\n        \"<string>\"\n      ],\n      \"createdAt\": \"<dateTime>\",\n      \"updatedAt\": \"<dateTime>\"\n    },\n    {\n      \"id\": \"<string>\",\n      \"title\": \"<string>\",\n      \"content\": \"<string>\",\n      \"category\": \"<string>\",\n      \"tags\": [\n        \"<string>\",\n        \"<string>\"\n      ],\n      \"createdAt\": \"<dateTime>\",\n      \"updatedAt\": \"<dateTime>\"\n    }\n  ],\n  \"total\": \"<integer>\"\n}"},{"id":"2ae296ec-dba9-4b97-b576-c640a1be8e81","name":"Invalid request parameters","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"X-API-Key","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"apiKey\": \"<string>\",\n  \"uid\": \"<string>\",\n  \"permission\": \"<string>\",\n  \"category\": \"<string>\",\n  \"limit\": 10,\n  \"offset\": 0\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.mona-ai.cloud/companyKnowledge/getKnowledge"},"status":"Bad Request","code":400,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":null},{"id":"70987f04-6ee5-40f4-943c-c168c9fe0dbd","name":"Unauthorized","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"X-API-Key","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"apiKey\": \"<string>\",\n  \"uid\": \"<string>\",\n  \"permission\": \"<string>\",\n  \"category\": \"<string>\",\n  \"limit\": 10,\n  \"offset\": 0\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.mona-ai.cloud/companyKnowledge/getKnowledge"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":null},{"id":"4fa87af7-b81d-47a3-8f4d-81e98353cb70","name":"Insufficient permissions","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"X-API-Key","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"apiKey\": \"<string>\",\n  \"uid\": \"<string>\",\n  \"permission\": \"<string>\",\n  \"category\": \"<string>\",\n  \"limit\": 10,\n  \"offset\": 0\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.mona-ai.cloud/companyKnowledge/getKnowledge"},"status":"Forbidden","code":403,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":null},{"id":"3a37d28b-00bd-4c6d-bd93-babe1cf4a1a6","name":"Internal server error","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"X-API-Key","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"apiKey\": \"<string>\",\n  \"uid\": \"<string>\",\n  \"permission\": \"<string>\",\n  \"category\": \"<string>\",\n  \"limit\": 10,\n  \"offset\": 0\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.mona-ai.cloud/companyKnowledge/getKnowledge"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":null}],"_postman_id":"91d0c6f3-a5a7-433f-af83-cbbb46777881"},{"name":"Search Company Knowledge","id":"77ce2712-11d1-4bd1-8b9f-acbea457bccd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"apiKey\": \"<string>\",\n  \"uid\": \"<string>\",\n  \"permission\": \"<string>\",\n  \"query\": \"<string>\",\n  \"categories\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"tags\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"limit\": 20\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.mona-ai.cloud/companyKnowledge/searchKnowledge","description":"<p>Search through company knowledge base with advanced filters</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-API-Key"},{"key":"value","value":"{{apiKey}}"}]},"isInherited":true,"source":{"_postman_id":"d65d5421-ab45-405c-a53e-5b8e931dd774","id":"d65d5421-ab45-405c-a53e-5b8e931dd774","name":"MONA AI API - Public Documentation","type":"collection"}},"urlObject":{"path":["companyKnowledge","searchKnowledge"],"host":["https://api.mona-ai.cloud"],"query":[],"variable":[]}},"response":[{"id":"a08d2550-3181-4729-a93c-f1c78408c9d3","name":"Search completed successfully","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"X-API-Key","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"apiKey\": \"<string>\",\n  \"uid\": \"<string>\",\n  \"permission\": \"<string>\",\n  \"query\": \"<string>\",\n  \"categories\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"tags\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"limit\": 20\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.mona-ai.cloud/companyKnowledge/searchKnowledge"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"results\": [\n    {\n      \"id\": \"<string>\",\n      \"title\": \"<string>\",\n      \"content\": \"<string>\",\n      \"category\": \"<string>\",\n      \"tags\": [\n        \"<string>\",\n        \"<string>\"\n      ],\n      \"relevanceScore\": \"<number>\"\n    },\n    {\n      \"id\": \"<string>\",\n      \"title\": \"<string>\",\n      \"content\": \"<string>\",\n      \"category\": \"<string>\",\n      \"tags\": [\n        \"<string>\",\n        \"<string>\"\n      ],\n      \"relevanceScore\": \"<number>\"\n    }\n  ],\n  \"query\": \"<string>\",\n  \"totalResults\": \"<integer>\"\n}"},{"id":"8840f6da-3fa4-4f58-a8f7-c344ad3d6b54","name":"Invalid search parameters","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"X-API-Key","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"apiKey\": \"<string>\",\n  \"uid\": \"<string>\",\n  \"permission\": \"<string>\",\n  \"query\": \"<string>\",\n  \"categories\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"tags\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"limit\": 20\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.mona-ai.cloud/companyKnowledge/searchKnowledge"},"status":"Bad Request","code":400,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":null},{"id":"86691e17-0479-4d4e-895d-f081364ff7f1","name":"Unauthorized","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"X-API-Key","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"apiKey\": \"<string>\",\n  \"uid\": \"<string>\",\n  \"permission\": \"<string>\",\n  \"query\": \"<string>\",\n  \"categories\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"tags\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"limit\": 20\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.mona-ai.cloud/companyKnowledge/searchKnowledge"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":null},{"id":"b810ff14-a1e1-4243-b76b-f9372a12da27","name":"Insufficient permissions","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"X-API-Key","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"apiKey\": \"<string>\",\n  \"uid\": \"<string>\",\n  \"permission\": \"<string>\",\n  \"query\": \"<string>\",\n  \"categories\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"tags\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"limit\": 20\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.mona-ai.cloud/companyKnowledge/searchKnowledge"},"status":"Forbidden","code":403,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":null},{"id":"afce6c22-4d66-4b29-9a91-abc15384fd2c","name":"Internal server error","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"X-API-Key","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"apiKey\": \"<string>\",\n  \"uid\": \"<string>\",\n  \"permission\": \"<string>\",\n  \"query\": \"<string>\",\n  \"categories\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"tags\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"limit\": 20\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.mona-ai.cloud/companyKnowledge/searchKnowledge"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":null}],"_postman_id":"77ce2712-11d1-4bd1-8b9f-acbea457bccd"},{"name":"Add Knowledge Entry","id":"36362d76-f28a-4604-ac96-85bd224fec6c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"apiKey\": \"<string>\",\n  \"uid\": \"<string>\",\n  \"permission\": \"<string>\",\n  \"title\": \"<string>\",\n  \"content\": \"<string>\",\n  \"category\": \"<string>\",\n  \"tags\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.mona-ai.cloud/companyKnowledge/addKnowledge","description":"<p>Add a new entry to the company knowledge base</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-API-Key"},{"key":"value","value":"{{apiKey}}"}]},"isInherited":true,"source":{"_postman_id":"d65d5421-ab45-405c-a53e-5b8e931dd774","id":"d65d5421-ab45-405c-a53e-5b8e931dd774","name":"MONA AI API - Public Documentation","type":"collection"}},"urlObject":{"path":["companyKnowledge","addKnowledge"],"host":["https://api.mona-ai.cloud"],"query":[],"variable":[]}},"response":[{"id":"3e75830f-ef73-43b3-abf3-d8b80a7a477f","name":"Knowledge entry created successfully","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"X-API-Key","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"apiKey\": \"<string>\",\n  \"uid\": \"<string>\",\n  \"permission\": \"<string>\",\n  \"title\": \"<string>\",\n  \"content\": \"<string>\",\n  \"category\": \"<string>\",\n  \"tags\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.mona-ai.cloud/companyKnowledge/addKnowledge"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"id\": \"<string>\",\n  \"title\": \"<string>\",\n  \"category\": \"<string>\",\n  \"createdAt\": \"<dateTime>\"\n}"},{"id":"5b69c6ae-465f-421c-8c0e-8a3d554b6bab","name":"Invalid request parameters","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"X-API-Key","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"apiKey\": \"<string>\",\n  \"uid\": \"<string>\",\n  \"permission\": \"<string>\",\n  \"title\": \"<string>\",\n  \"content\": \"<string>\",\n  \"category\": \"<string>\",\n  \"tags\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.mona-ai.cloud/companyKnowledge/addKnowledge"},"status":"Bad Request","code":400,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":null},{"id":"5f95e1e1-258a-4718-9e97-2a6ba363d31b","name":"Unauthorized","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"X-API-Key","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"apiKey\": \"<string>\",\n  \"uid\": \"<string>\",\n  \"permission\": \"<string>\",\n  \"title\": \"<string>\",\n  \"content\": \"<string>\",\n  \"category\": \"<string>\",\n  \"tags\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.mona-ai.cloud/companyKnowledge/addKnowledge"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":null},{"id":"d84d2657-53e7-424e-a6bb-abef5ce52029","name":"Insufficient permissions","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"X-API-Key","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"apiKey\": \"<string>\",\n  \"uid\": \"<string>\",\n  \"permission\": \"<string>\",\n  \"title\": \"<string>\",\n  \"content\": \"<string>\",\n  \"category\": \"<string>\",\n  \"tags\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.mona-ai.cloud/companyKnowledge/addKnowledge"},"status":"Forbidden","code":403,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":null},{"id":"2dfc9b63-375c-4a2d-9c28-b06b968d2a11","name":"Internal server error","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"X-API-Key","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"apiKey\": \"<string>\",\n  \"uid\": \"<string>\",\n  \"permission\": \"<string>\",\n  \"title\": \"<string>\",\n  \"content\": \"<string>\",\n  \"category\": \"<string>\",\n  \"tags\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.mona-ai.cloud/companyKnowledge/addKnowledge"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":null}],"_postman_id":"36362d76-f28a-4604-ac96-85bd224fec6c"},{"name":"Update Knowledge Entry","id":"82d1b6e7-5874-4dd2-b932-d2107a9443a3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"apiKey\": \"<string>\",\n  \"uid\": \"<string>\",\n  \"permission\": \"<string>\",\n  \"knowledgeId\": \"<string>\",\n  \"title\": \"<string>\",\n  \"content\": \"<string>\",\n  \"category\": \"<string>\",\n  \"tags\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.mona-ai.cloud/companyKnowledge/updateKnowledge","description":"<p>Update an existing knowledge entry</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-API-Key"},{"key":"value","value":"{{apiKey}}"}]},"isInherited":true,"source":{"_postman_id":"d65d5421-ab45-405c-a53e-5b8e931dd774","id":"d65d5421-ab45-405c-a53e-5b8e931dd774","name":"MONA AI API - Public Documentation","type":"collection"}},"urlObject":{"path":["companyKnowledge","updateKnowledge"],"host":["https://api.mona-ai.cloud"],"query":[],"variable":[]}},"response":[{"id":"d42c3d28-f478-42ca-8012-c67e9d0d5fb2","name":"Knowledge entry updated successfully","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"X-API-Key","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"apiKey\": \"<string>\",\n  \"uid\": \"<string>\",\n  \"permission\": \"<string>\",\n  \"knowledgeId\": \"<string>\",\n  \"title\": \"<string>\",\n  \"content\": \"<string>\",\n  \"category\": \"<string>\",\n  \"tags\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.mona-ai.cloud/companyKnowledge/updateKnowledge"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":null},{"id":"392f2f2b-0533-4a63-9efc-6cc8c9f6bc0b","name":"Invalid request parameters","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"X-API-Key","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"apiKey\": \"<string>\",\n  \"uid\": \"<string>\",\n  \"permission\": \"<string>\",\n  \"knowledgeId\": \"<string>\",\n  \"title\": \"<string>\",\n  \"content\": \"<string>\",\n  \"category\": \"<string>\",\n  \"tags\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.mona-ai.cloud/companyKnowledge/updateKnowledge"},"status":"Bad Request","code":400,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":null},{"id":"53711184-8b40-4c01-8f40-5f04a2a46ff8","name":"Unauthorized","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"X-API-Key","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"apiKey\": \"<string>\",\n  \"uid\": \"<string>\",\n  \"permission\": \"<string>\",\n  \"knowledgeId\": \"<string>\",\n  \"title\": \"<string>\",\n  \"content\": \"<string>\",\n  \"category\": \"<string>\",\n  \"tags\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.mona-ai.cloud/companyKnowledge/updateKnowledge"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":null},{"id":"89ba82fe-18f4-495c-8191-b584e63f9991","name":"Insufficient permissions","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"X-API-Key","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"apiKey\": \"<string>\",\n  \"uid\": \"<string>\",\n  \"permission\": \"<string>\",\n  \"knowledgeId\": \"<string>\",\n  \"title\": \"<string>\",\n  \"content\": \"<string>\",\n  \"category\": \"<string>\",\n  \"tags\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.mona-ai.cloud/companyKnowledge/updateKnowledge"},"status":"Forbidden","code":403,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":null},{"id":"267bcef1-3655-4b9e-97c5-5f5688bdd5ed","name":"Knowledge entry not found","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"X-API-Key","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"apiKey\": \"<string>\",\n  \"uid\": \"<string>\",\n  \"permission\": \"<string>\",\n  \"knowledgeId\": \"<string>\",\n  \"title\": \"<string>\",\n  \"content\": \"<string>\",\n  \"category\": \"<string>\",\n  \"tags\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.mona-ai.cloud/companyKnowledge/updateKnowledge"},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":null},{"id":"3cdfd871-bf82-49f3-9065-e4b187bd73b4","name":"Internal server error","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"X-API-Key","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"apiKey\": \"<string>\",\n  \"uid\": \"<string>\",\n  \"permission\": \"<string>\",\n  \"knowledgeId\": \"<string>\",\n  \"title\": \"<string>\",\n  \"content\": \"<string>\",\n  \"category\": \"<string>\",\n  \"tags\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.mona-ai.cloud/companyKnowledge/updateKnowledge"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":null}],"_postman_id":"82d1b6e7-5874-4dd2-b932-d2107a9443a3"},{"name":"Delete Knowledge Entry","id":"c2ddfbfb-607f-4b7d-bb3f-a9a977b3953a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"apiKey\": \"<string>\",\n  \"uid\": \"<string>\",\n  \"permission\": \"<string>\",\n  \"knowledgeId\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.mona-ai.cloud/companyKnowledge/deleteKnowledge","description":"<p>Delete a knowledge entry from the knowledge base</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-API-Key"},{"key":"value","value":"{{apiKey}}"}]},"isInherited":true,"source":{"_postman_id":"d65d5421-ab45-405c-a53e-5b8e931dd774","id":"d65d5421-ab45-405c-a53e-5b8e931dd774","name":"MONA AI API - Public Documentation","type":"collection"}},"urlObject":{"path":["companyKnowledge","deleteKnowledge"],"host":["https://api.mona-ai.cloud"],"query":[],"variable":[]}},"response":[{"id":"d0a19185-a9b8-4a4b-af41-5e4da0510bcd","name":"Knowledge entry deleted successfully","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"X-API-Key","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"apiKey\": \"<string>\",\n  \"uid\": \"<string>\",\n  \"permission\": \"<string>\",\n  \"knowledgeId\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.mona-ai.cloud/companyKnowledge/deleteKnowledge"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":null},{"id":"7ea2f971-4195-4bc8-8b25-25d6fe6f058a","name":"Invalid request parameters","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"X-API-Key","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"apiKey\": \"<string>\",\n  \"uid\": \"<string>\",\n  \"permission\": \"<string>\",\n  \"knowledgeId\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.mona-ai.cloud/companyKnowledge/deleteKnowledge"},"status":"Bad Request","code":400,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":null},{"id":"bd13f6b4-9d6e-44c0-ae09-da98dd7f2378","name":"Unauthorized","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"X-API-Key","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"apiKey\": \"<string>\",\n  \"uid\": \"<string>\",\n  \"permission\": \"<string>\",\n  \"knowledgeId\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.mona-ai.cloud/companyKnowledge/deleteKnowledge"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":null},{"id":"942c51d5-0cd9-4ecc-b1d1-f4f119b5e11f","name":"Insufficient permissions","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"X-API-Key","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"apiKey\": \"<string>\",\n  \"uid\": \"<string>\",\n  \"permission\": \"<string>\",\n  \"knowledgeId\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.mona-ai.cloud/companyKnowledge/deleteKnowledge"},"status":"Forbidden","code":403,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":null},{"id":"e053f69a-2aae-4691-b6af-a1310e81d837","name":"Knowledge entry not found","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"X-API-Key","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"apiKey\": \"<string>\",\n  \"uid\": \"<string>\",\n  \"permission\": \"<string>\",\n  \"knowledgeId\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.mona-ai.cloud/companyKnowledge/deleteKnowledge"},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":null},{"id":"5c25518e-c000-44cf-b1f4-e8a48f3ffd6e","name":"Internal server error","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"X-API-Key","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"apiKey\": \"<string>\",\n  \"uid\": \"<string>\",\n  \"permission\": \"<string>\",\n  \"knowledgeId\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.mona-ai.cloud/companyKnowledge/deleteKnowledge"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":null}],"_postman_id":"c2ddfbfb-607f-4b7d-bb3f-a9a977b3953a"},{"name":"Create Folder in Company Knowledge","id":"759d48e7-1678-4d63-8018-d87969f23a25","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"apiKey\": \"<string>\",\n  \"uid\": \"<string>\",\n  \"permission\": \"<string>\",\n  \"folderName\": \"<string>\",\n  \"parentFolder\": \"<string>\",\n  \"description\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.mona-ai.cloud/companyKnowledge/createFolder","description":"<p>Create a new folder/category in the company knowledge base</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-API-Key"},{"key":"value","value":"{{apiKey}}"}]},"isInherited":true,"source":{"_postman_id":"d65d5421-ab45-405c-a53e-5b8e931dd774","id":"d65d5421-ab45-405c-a53e-5b8e931dd774","name":"MONA AI API - Public Documentation","type":"collection"}},"urlObject":{"path":["companyKnowledge","createFolder"],"host":["https://api.mona-ai.cloud"],"query":[],"variable":[]}},"response":[{"id":"cbd994ad-c57a-4e30-bfc5-36b633844c7e","name":"Folder created successfully","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"X-API-Key","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"apiKey\": \"<string>\",\n  \"uid\": \"<string>\",\n  \"permission\": \"<string>\",\n  \"folderName\": \"<string>\",\n  \"parentFolder\": \"<string>\",\n  \"description\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.mona-ai.cloud/companyKnowledge/createFolder"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":null},{"id":"772ecdb1-db97-4604-925b-b54f9ee92db1","name":"Invalid request parameters","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"X-API-Key","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"apiKey\": \"<string>\",\n  \"uid\": \"<string>\",\n  \"permission\": \"<string>\",\n  \"folderName\": \"<string>\",\n  \"parentFolder\": \"<string>\",\n  \"description\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.mona-ai.cloud/companyKnowledge/createFolder"},"status":"Bad Request","code":400,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":null},{"id":"2aa64438-ad04-466d-92e8-e7111411a6c5","name":"Unauthorized","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"X-API-Key","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"apiKey\": \"<string>\",\n  \"uid\": \"<string>\",\n  \"permission\": \"<string>\",\n  \"folderName\": \"<string>\",\n  \"parentFolder\": \"<string>\",\n  \"description\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.mona-ai.cloud/companyKnowledge/createFolder"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":null},{"id":"aa576a3d-6c47-4dcb-a14a-e6ae1eb9c441","name":"Insufficient permissions","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"X-API-Key","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"apiKey\": \"<string>\",\n  \"uid\": \"<string>\",\n  \"permission\": \"<string>\",\n  \"folderName\": \"<string>\",\n  \"parentFolder\": \"<string>\",\n  \"description\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.mona-ai.cloud/companyKnowledge/createFolder"},"status":"Forbidden","code":403,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":null},{"id":"dc99507e-af0c-41a8-bf9c-0813b7dcb65c","name":"Folder already exists","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"X-API-Key","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"apiKey\": \"<string>\",\n  \"uid\": \"<string>\",\n  \"permission\": \"<string>\",\n  \"folderName\": \"<string>\",\n  \"parentFolder\": \"<string>\",\n  \"description\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.mona-ai.cloud/companyKnowledge/createFolder"},"status":"Conflict","code":409,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":null},{"id":"a013b9fc-4eee-4ad5-aafd-08abc427f9d9","name":"Internal server error","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"X-API-Key","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"apiKey\": \"<string>\",\n  \"uid\": \"<string>\",\n  \"permission\": \"<string>\",\n  \"folderName\": \"<string>\",\n  \"parentFolder\": \"<string>\",\n  \"description\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.mona-ai.cloud/companyKnowledge/createFolder"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":null}],"_postman_id":"759d48e7-1678-4d63-8018-d87969f23a25"},{"name":"Delete Folder from Company Knowledge","id":"0cff78fe-f0c3-48ec-98c5-a9e0b2b5833f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"apiKey\": \"<string>\",\n  \"uid\": \"<string>\",\n  \"permission\": \"<string>\",\n  \"folderId\": \"<string>\",\n  \"force\": false\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.mona-ai.cloud/companyKnowledge/deleteFolder","description":"<p>Delete a folder/category from the company knowledge base</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-API-Key"},{"key":"value","value":"{{apiKey}}"}]},"isInherited":true,"source":{"_postman_id":"d65d5421-ab45-405c-a53e-5b8e931dd774","id":"d65d5421-ab45-405c-a53e-5b8e931dd774","name":"MONA AI API - Public Documentation","type":"collection"}},"urlObject":{"path":["companyKnowledge","deleteFolder"],"host":["https://api.mona-ai.cloud"],"query":[],"variable":[]}},"response":[{"id":"64d9b807-8aa0-4ee0-9f73-09b5986a16c8","name":"Folder deleted successfully","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"X-API-Key","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"apiKey\": \"<string>\",\n  \"uid\": \"<string>\",\n  \"permission\": \"<string>\",\n  \"folderId\": \"<string>\",\n  \"force\": false\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.mona-ai.cloud/companyKnowledge/deleteFolder"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":null},{"id":"0d86b831-97ea-4c9a-a000-8478d2d044e2","name":"Invalid request parameters","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"X-API-Key","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"apiKey\": \"<string>\",\n  \"uid\": \"<string>\",\n  \"permission\": \"<string>\",\n  \"folderId\": \"<string>\",\n  \"force\": false\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.mona-ai.cloud/companyKnowledge/deleteFolder"},"status":"Bad Request","code":400,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":null},{"id":"0c1c3ee8-846d-4794-8352-c1404d1865c9","name":"Unauthorized","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"X-API-Key","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"apiKey\": \"<string>\",\n  \"uid\": \"<string>\",\n  \"permission\": \"<string>\",\n  \"folderId\": \"<string>\",\n  \"force\": false\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.mona-ai.cloud/companyKnowledge/deleteFolder"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":null},{"id":"0fea7258-9776-4aa3-a809-c1e18418d2c6","name":"Insufficient permissions","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"X-API-Key","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"apiKey\": \"<string>\",\n  \"uid\": \"<string>\",\n  \"permission\": \"<string>\",\n  \"folderId\": \"<string>\",\n  \"force\": false\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.mona-ai.cloud/companyKnowledge/deleteFolder"},"status":"Forbidden","code":403,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":null},{"id":"40539fc4-1afd-47c4-a632-c659fd257d46","name":"Folder not found","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"X-API-Key","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"apiKey\": \"<string>\",\n  \"uid\": \"<string>\",\n  \"permission\": \"<string>\",\n  \"folderId\": \"<string>\",\n  \"force\": false\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.mona-ai.cloud/companyKnowledge/deleteFolder"},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":null},{"id":"0c3f54cc-4c0e-488d-9db7-d851f836cc0b","name":"Folder contains entries and force=false","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"X-API-Key","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"apiKey\": \"<string>\",\n  \"uid\": \"<string>\",\n  \"permission\": \"<string>\",\n  \"folderId\": \"<string>\",\n  \"force\": false\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.mona-ai.cloud/companyKnowledge/deleteFolder"},"status":"Conflict","code":409,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":null},{"id":"055fdecb-4f8a-48a3-a579-a8479602b214","name":"Internal server error","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"X-API-Key","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"apiKey\": \"<string>\",\n  \"uid\": \"<string>\",\n  \"permission\": \"<string>\",\n  \"folderId\": \"<string>\",\n  \"force\": false\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.mona-ai.cloud/companyKnowledge/deleteFolder"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":null}],"_postman_id":"0cff78fe-f0c3-48ec-98c5-a9e0b2b5833f"},{"name":"Get Categories","id":"98d5bbdc-5da0-4a7e-b328-5837a5e62b9c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"apiKey\": \"<string>\",\n  \"uid\": \"<string>\",\n  \"permission\": \"<string>\",\n  \"includeEmpty\": false,\n  \"includeCount\": true\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.mona-ai.cloud/companyKnowledge/getCategories","description":"<p>Retrieve all available categories in the company knowledge base</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-API-Key"},{"key":"value","value":"{{apiKey}}"}]},"isInherited":true,"source":{"_postman_id":"d65d5421-ab45-405c-a53e-5b8e931dd774","id":"d65d5421-ab45-405c-a53e-5b8e931dd774","name":"MONA AI API - Public Documentation","type":"collection"}},"urlObject":{"path":["companyKnowledge","getCategories"],"host":["https://api.mona-ai.cloud"],"query":[],"variable":[]}},"response":[{"id":"846843ad-018b-4a12-aa30-0b0b5e5893fc","name":"Categories retrieved successfully","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"X-API-Key","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"apiKey\": \"<string>\",\n  \"uid\": \"<string>\",\n  \"permission\": \"<string>\",\n  \"includeEmpty\": false,\n  \"includeCount\": true\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.mona-ai.cloud/companyKnowledge/getCategories"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"categories\": [\n    {\n      \"name\": \"<string>\",\n      \"description\": \"<string>\",\n      \"entryCount\": \"<integer>\",\n      \"parentCategory\": \"<string>\",\n      \"createdAt\": \"<dateTime>\",\n      \"updatedAt\": \"<dateTime>\"\n    },\n    {\n      \"name\": \"<string>\",\n      \"description\": \"<string>\",\n      \"entryCount\": \"<integer>\",\n      \"parentCategory\": \"<string>\",\n      \"createdAt\": \"<dateTime>\",\n      \"updatedAt\": \"<dateTime>\"\n    }\n  ],\n  \"totalCategories\": \"<integer>\"\n}"},{"id":"24d6e6bb-379e-4b84-8108-dddd0600863b","name":"Invalid request parameters","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"X-API-Key","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"apiKey\": \"<string>\",\n  \"uid\": \"<string>\",\n  \"permission\": \"<string>\",\n  \"includeEmpty\": false,\n  \"includeCount\": true\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.mona-ai.cloud/companyKnowledge/getCategories"},"status":"Bad Request","code":400,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":null},{"id":"6c32b88a-36c2-431f-8b63-c20dabb992e9","name":"Unauthorized","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"X-API-Key","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"apiKey\": \"<string>\",\n  \"uid\": \"<string>\",\n  \"permission\": \"<string>\",\n  \"includeEmpty\": false,\n  \"includeCount\": true\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.mona-ai.cloud/companyKnowledge/getCategories"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":null},{"id":"e29f5c55-4c6b-447c-8245-a7a018279ac9","name":"Insufficient permissions","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"X-API-Key","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"apiKey\": \"<string>\",\n  \"uid\": \"<string>\",\n  \"permission\": \"<string>\",\n  \"includeEmpty\": false,\n  \"includeCount\": true\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.mona-ai.cloud/companyKnowledge/getCategories"},"status":"Forbidden","code":403,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":null},{"id":"869c7a09-e6e7-4cc6-b950-620100ca8a29","name":"Internal server error","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"X-API-Key","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"apiKey\": \"<string>\",\n  \"uid\": \"<string>\",\n  \"permission\": \"<string>\",\n  \"includeEmpty\": false,\n  \"includeCount\": true\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.mona-ai.cloud/companyKnowledge/getCategories"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":null}],"_postman_id":"98d5bbdc-5da0-4a7e-b328-5837a5e62b9c"},{"name":"Upload File to Knowledge Base","id":"4f37d6a2-5204-49b7-bdb7-0f1dce07ceeb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"apiKey\": \"<string>\",\n  \"uid\": \"<string>\",\n  \"permission\": \"<string>\",\n  \"fileName\": \"<string>\",\n  \"fileContent\": \"<string>\",\n  \"fileUrl\": \"<string>\",\n  \"category\": \"<string>\",\n  \"description\": \"<string>\",\n  \"tags\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.mona-ai.cloud/companyKnowledge/uploadFile","description":"<p>Upload a file to the company knowledge base</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-API-Key"},{"key":"value","value":"{{apiKey}}"}]},"isInherited":true,"source":{"_postman_id":"d65d5421-ab45-405c-a53e-5b8e931dd774","id":"d65d5421-ab45-405c-a53e-5b8e931dd774","name":"MONA AI API - Public Documentation","type":"collection"}},"urlObject":{"path":["companyKnowledge","uploadFile"],"host":["https://api.mona-ai.cloud"],"query":[],"variable":[]}},"response":[{"id":"480a573c-ce14-4b62-8fac-f89a840f01ba","name":"File uploaded successfully","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"X-API-Key","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"apiKey\": \"<string>\",\n  \"uid\": \"<string>\",\n  \"permission\": \"<string>\",\n  \"fileName\": \"<string>\",\n  \"fileContent\": \"<string>\",\n  \"fileUrl\": \"<string>\",\n  \"category\": \"<string>\",\n  \"description\": \"<string>\",\n  \"tags\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.mona-ai.cloud/companyKnowledge/uploadFile"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"fileId\": \"<string>\",\n  \"fileName\": \"<string>\",\n  \"fileSize\": \"<integer>\",\n  \"uploadedAt\": \"<dateTime>\"\n}"},{"id":"134e2e12-5b90-46af-b18b-d3b74b735d3c","name":"Invalid file or parameters","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"X-API-Key","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"apiKey\": \"<string>\",\n  \"uid\": \"<string>\",\n  \"permission\": \"<string>\",\n  \"fileName\": \"<string>\",\n  \"fileContent\": \"<string>\",\n  \"fileUrl\": \"<string>\",\n  \"category\": \"<string>\",\n  \"description\": \"<string>\",\n  \"tags\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.mona-ai.cloud/companyKnowledge/uploadFile"},"status":"Bad Request","code":400,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":null},{"id":"f458b9c7-9512-4eb2-8dce-0553d6ea44ad","name":"Unauthorized","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"X-API-Key","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"apiKey\": \"<string>\",\n  \"uid\": \"<string>\",\n  \"permission\": \"<string>\",\n  \"fileName\": \"<string>\",\n  \"fileContent\": \"<string>\",\n  \"fileUrl\": \"<string>\",\n  \"category\": \"<string>\",\n  \"description\": \"<string>\",\n  \"tags\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.mona-ai.cloud/companyKnowledge/uploadFile"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":null},{"id":"71a3403a-c63d-4447-8193-a7501ba0186a","name":"Insufficient permissions","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"X-API-Key","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"apiKey\": \"<string>\",\n  \"uid\": \"<string>\",\n  \"permission\": \"<string>\",\n  \"fileName\": \"<string>\",\n  \"fileContent\": \"<string>\",\n  \"fileUrl\": \"<string>\",\n  \"category\": \"<string>\",\n  \"description\": \"<string>\",\n  \"tags\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.mona-ai.cloud/companyKnowledge/uploadFile"},"status":"Forbidden","code":403,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":null},{"id":"6ef92a03-0a99-45e8-b5b8-40c7441678f6","name":"File too large","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"X-API-Key","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"apiKey\": \"<string>\",\n  \"uid\": \"<string>\",\n  \"permission\": \"<string>\",\n  \"fileName\": \"<string>\",\n  \"fileContent\": \"<string>\",\n  \"fileUrl\": \"<string>\",\n  \"category\": \"<string>\",\n  \"description\": \"<string>\",\n  \"tags\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.mona-ai.cloud/companyKnowledge/uploadFile"},"status":"Request Entity Too Large","code":413,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":null},{"id":"11ce967c-411c-4a02-9fd5-b29be7f6db69","name":"Upload failed","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"X-API-Key","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"apiKey\": \"<string>\",\n  \"uid\": \"<string>\",\n  \"permission\": \"<string>\",\n  \"fileName\": \"<string>\",\n  \"fileContent\": \"<string>\",\n  \"fileUrl\": \"<string>\",\n  \"category\": \"<string>\",\n  \"description\": \"<string>\",\n  \"tags\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.mona-ai.cloud/companyKnowledge/uploadFile"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":null}],"_postman_id":"4f37d6a2-5204-49b7-bdb7-0f1dce07ceeb"},{"name":"Delete File from Knowledge Base","id":"d99ce7bf-2def-4219-a1ce-3c81362b472b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"apiKey\": \"<string>\",\n  \"uid\": \"<string>\",\n  \"permission\": \"<string>\",\n  \"fileId\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.mona-ai.cloud/companyKnowledge/deleteFile","description":"<p>Delete a file from the company knowledge base</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-API-Key"},{"key":"value","value":"{{apiKey}}"}]},"isInherited":true,"source":{"_postman_id":"d65d5421-ab45-405c-a53e-5b8e931dd774","id":"d65d5421-ab45-405c-a53e-5b8e931dd774","name":"MONA AI API - Public Documentation","type":"collection"}},"urlObject":{"path":["companyKnowledge","deleteFile"],"host":["https://api.mona-ai.cloud"],"query":[],"variable":[]}},"response":[{"id":"dcb13129-29d4-4308-8233-8e18ce480571","name":"File deleted successfully","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"X-API-Key","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"apiKey\": \"<string>\",\n  \"uid\": \"<string>\",\n  \"permission\": \"<string>\",\n  \"fileId\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.mona-ai.cloud/companyKnowledge/deleteFile"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":null},{"id":"f0ddc2a9-5706-4fa0-a3b9-3117bd243220","name":"Invalid request parameters","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"X-API-Key","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"apiKey\": \"<string>\",\n  \"uid\": \"<string>\",\n  \"permission\": \"<string>\",\n  \"fileId\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.mona-ai.cloud/companyKnowledge/deleteFile"},"status":"Bad Request","code":400,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":null},{"id":"fa797069-f637-42ff-9c1e-255edd784631","name":"Unauthorized","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"X-API-Key","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"apiKey\": \"<string>\",\n  \"uid\": \"<string>\",\n  \"permission\": \"<string>\",\n  \"fileId\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.mona-ai.cloud/companyKnowledge/deleteFile"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":null},{"id":"0811091f-4418-4ed9-9bac-335433c5ceef","name":"Insufficient permissions","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"X-API-Key","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"apiKey\": \"<string>\",\n  \"uid\": \"<string>\",\n  \"permission\": \"<string>\",\n  \"fileId\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.mona-ai.cloud/companyKnowledge/deleteFile"},"status":"Forbidden","code":403,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":null},{"id":"df3020fb-671d-41c2-8439-c46c8ba14f73","name":"File not found","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"X-API-Key","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"apiKey\": \"<string>\",\n  \"uid\": \"<string>\",\n  \"permission\": \"<string>\",\n  \"fileId\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.mona-ai.cloud/companyKnowledge/deleteFile"},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":null},{"id":"5ab9b7c3-21d9-4c58-92ed-42305b5f82e6","name":"Deletion failed","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"X-API-Key","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"apiKey\": \"<string>\",\n  \"uid\": \"<string>\",\n  \"permission\": \"<string>\",\n  \"fileId\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.mona-ai.cloud/companyKnowledge/deleteFile"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":null}],"_postman_id":"d99ce7bf-2def-4219-a1ce-3c81362b472b"},{"name":"Get Folder Contents","id":"4ba8942d-c806-440b-b8ee-8443dae91213","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"apiKey\": \"<string>\",\n  \"uid\": \"<string>\",\n  \"permission\": \"<string>\",\n  \"folderId\": \"<string>\",\n  \"includeSubfolders\": true,\n  \"includeFiles\": true\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.mona-ai.cloud/companyKnowledge/getFolderContents","description":"<p>Retrieve contents of a specific folder in the knowledge base</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-API-Key"},{"key":"value","value":"{{apiKey}}"}]},"isInherited":true,"source":{"_postman_id":"d65d5421-ab45-405c-a53e-5b8e931dd774","id":"d65d5421-ab45-405c-a53e-5b8e931dd774","name":"MONA AI API - Public Documentation","type":"collection"}},"urlObject":{"path":["companyKnowledge","getFolderContents"],"host":["https://api.mona-ai.cloud"],"query":[],"variable":[]}},"response":[{"id":"d2da32b9-10f7-4f51-b094-90219413f727","name":"Folder contents retrieved successfully","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"X-API-Key","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"apiKey\": \"<string>\",\n  \"uid\": \"<string>\",\n  \"permission\": \"<string>\",\n  \"folderId\": \"<string>\",\n  \"includeSubfolders\": true,\n  \"includeFiles\": true\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.mona-ai.cloud/companyKnowledge/getFolderContents"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"folders\": [\n    {\n      \"id\": \"<string>\",\n      \"name\": \"<string>\",\n      \"description\": \"<string>\",\n      \"itemCount\": \"<integer>\"\n    },\n    {\n      \"id\": \"<string>\",\n      \"name\": \"<string>\",\n      \"description\": \"<string>\",\n      \"itemCount\": \"<integer>\"\n    }\n  ],\n  \"files\": [\n    {\n      \"id\": \"<string>\",\n      \"name\": \"<string>\",\n      \"size\": \"<integer>\",\n      \"type\": \"<string>\",\n      \"uploadedAt\": \"<dateTime>\"\n    },\n    {\n      \"id\": \"<string>\",\n      \"name\": \"<string>\",\n      \"size\": \"<integer>\",\n      \"type\": \"<string>\",\n      \"uploadedAt\": \"<dateTime>\"\n    }\n  ]\n}"},{"id":"0d3b1ada-827d-4519-8de7-a7c4eb4da17f","name":"Invalid request parameters","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"X-API-Key","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"apiKey\": \"<string>\",\n  \"uid\": \"<string>\",\n  \"permission\": \"<string>\",\n  \"folderId\": \"<string>\",\n  \"includeSubfolders\": true,\n  \"includeFiles\": true\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.mona-ai.cloud/companyKnowledge/getFolderContents"},"status":"Bad Request","code":400,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":null},{"id":"c810e274-c024-498a-87b3-728e370eceba","name":"Unauthorized","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"X-API-Key","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"apiKey\": \"<string>\",\n  \"uid\": \"<string>\",\n  \"permission\": \"<string>\",\n  \"folderId\": \"<string>\",\n  \"includeSubfolders\": true,\n  \"includeFiles\": true\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.mona-ai.cloud/companyKnowledge/getFolderContents"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":null},{"id":"a2c89d97-572d-4c94-b416-29627ea42f96","name":"Insufficient permissions","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"X-API-Key","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"apiKey\": \"<string>\",\n  \"uid\": \"<string>\",\n  \"permission\": \"<string>\",\n  \"folderId\": \"<string>\",\n  \"includeSubfolders\": true,\n  \"includeFiles\": true\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.mona-ai.cloud/companyKnowledge/getFolderContents"},"status":"Forbidden","code":403,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":null},{"id":"c973943c-16ee-478e-8c94-10fb84598746","name":"Folder not found","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"X-API-Key","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"apiKey\": \"<string>\",\n  \"uid\": \"<string>\",\n  \"permission\": \"<string>\",\n  \"folderId\": \"<string>\",\n  \"includeSubfolders\": true,\n  \"includeFiles\": true\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.mona-ai.cloud/companyKnowledge/getFolderContents"},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":null},{"id":"f681b56d-8d3b-4914-9abe-24bd4dfd2e33","name":"Internal server error","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"X-API-Key","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"apiKey\": \"<string>\",\n  \"uid\": \"<string>\",\n  \"permission\": \"<string>\",\n  \"folderId\": \"<string>\",\n  \"includeSubfolders\": true,\n  \"includeFiles\": true\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.mona-ai.cloud/companyKnowledge/getFolderContents"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":null}],"_postman_id":"4ba8942d-c806-440b-b8ee-8443dae91213"},{"name":"Get Knowledge Structure","id":"efebbe64-3942-4431-a1d1-77b376825395","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"apiKey\": \"<string>\",\n  \"uid\": \"<string>\",\n  \"permission\": \"<string>\",\n  \"includeItemCounts\": true,\n  \"maxDepth\": 10\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.mona-ai.cloud/companyKnowledge/getKnowledgeStructure","description":"<p>Retrieve the complete hierarchical structure of the knowledge base</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-API-Key"},{"key":"value","value":"{{apiKey}}"}]},"isInherited":true,"source":{"_postman_id":"d65d5421-ab45-405c-a53e-5b8e931dd774","id":"d65d5421-ab45-405c-a53e-5b8e931dd774","name":"MONA AI API - Public Documentation","type":"collection"}},"urlObject":{"path":["companyKnowledge","getKnowledgeStructure"],"host":["https://api.mona-ai.cloud"],"query":[],"variable":[]}},"response":[{"id":"57ee39f7-096e-4c73-a77d-fce4feb6c6ab","name":"Knowledge structure retrieved successfully","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"X-API-Key","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"apiKey\": \"<string>\",\n  \"uid\": \"<string>\",\n  \"permission\": \"<string>\",\n  \"includeItemCounts\": true,\n  \"maxDepth\": 10\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.mona-ai.cloud/companyKnowledge/getKnowledgeStructure"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"structure\": {\n    \"rootFolders\": [\n      {\n        \"id\": \"<string>\",\n        \"name\": \"<string>\",\n        \"itemCount\": \"<integer>\",\n        \"subfolders\": \"<array>\"\n      },\n      {\n        \"id\": \"<string>\",\n        \"name\": \"<string>\",\n        \"itemCount\": \"<integer>\",\n        \"subfolders\": \"<array>\"\n      }\n    ]\n  },\n  \"totalFolders\": \"<integer>\",\n  \"totalFiles\": \"<integer>\",\n  \"totalEntries\": \"<integer>\"\n}"},{"id":"d6cdfb79-d0c2-49e9-b68b-e9eeca7e5109","name":"Invalid request parameters","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"X-API-Key","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"apiKey\": \"<string>\",\n  \"uid\": \"<string>\",\n  \"permission\": \"<string>\",\n  \"includeItemCounts\": true,\n  \"maxDepth\": 10\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.mona-ai.cloud/companyKnowledge/getKnowledgeStructure"},"status":"Bad Request","code":400,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":null},{"id":"98916c4a-685d-4b4b-9ae7-7f3ea04eb3b3","name":"Unauthorized","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"X-API-Key","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"apiKey\": \"<string>\",\n  \"uid\": \"<string>\",\n  \"permission\": \"<string>\",\n  \"includeItemCounts\": true,\n  \"maxDepth\": 10\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.mona-ai.cloud/companyKnowledge/getKnowledgeStructure"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":null},{"id":"f31d61db-3c1c-4fdc-addc-0cc199868c19","name":"Insufficient permissions","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"X-API-Key","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"apiKey\": \"<string>\",\n  \"uid\": \"<string>\",\n  \"permission\": \"<string>\",\n  \"includeItemCounts\": true,\n  \"maxDepth\": 10\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.mona-ai.cloud/companyKnowledge/getKnowledgeStructure"},"status":"Forbidden","code":403,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":null},{"id":"c6830d93-fd4f-42fb-96d6-3d966da41f3b","name":"Internal server error","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"X-API-Key","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"apiKey\": \"<string>\",\n  \"uid\": \"<string>\",\n  \"permission\": \"<string>\",\n  \"includeItemCounts\": true,\n  \"maxDepth\": 10\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.mona-ai.cloud/companyKnowledge/getKnowledgeStructure"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":null}],"_postman_id":"efebbe64-3942-4431-a1d1-77b376825395"},{"name":"Move Object in Knowledge Base","id":"4ea7faa3-48d5-439f-b58d-ee3b0ab72fb4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"apiKey\": \"<string>\",\n  \"uid\": \"<string>\",\n  \"permission\": \"<string>\",\n  \"objectId\": \"<string>\",\n  \"targetFolderId\": \"<string>\",\n  \"objectType\": \"folder\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.mona-ai.cloud/companyKnowledge/moveObject","description":"<p>Move a file or folder to a different location in the knowledge base</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-API-Key"},{"key":"value","value":"{{apiKey}}"}]},"isInherited":true,"source":{"_postman_id":"d65d5421-ab45-405c-a53e-5b8e931dd774","id":"d65d5421-ab45-405c-a53e-5b8e931dd774","name":"MONA AI API - Public Documentation","type":"collection"}},"urlObject":{"path":["companyKnowledge","moveObject"],"host":["https://api.mona-ai.cloud"],"query":[],"variable":[]}},"response":[{"id":"60038716-58e3-4487-bd9e-7eda576eff3b","name":"Object moved successfully","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"X-API-Key","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"apiKey\": \"<string>\",\n  \"uid\": \"<string>\",\n  \"permission\": \"<string>\",\n  \"objectId\": \"<string>\",\n  \"targetFolderId\": \"<string>\",\n  \"objectType\": \"folder\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.mona-ai.cloud/companyKnowledge/moveObject"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"objectId\": \"<string>\",\n  \"newLocation\": \"<string>\",\n  \"movedAt\": \"<dateTime>\"\n}"},{"id":"08b7eacd-0a52-4b20-8fa4-268728a8e3e0","name":"Invalid request parameters","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"X-API-Key","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"apiKey\": \"<string>\",\n  \"uid\": \"<string>\",\n  \"permission\": \"<string>\",\n  \"objectId\": \"<string>\",\n  \"targetFolderId\": \"<string>\",\n  \"objectType\": \"folder\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.mona-ai.cloud/companyKnowledge/moveObject"},"status":"Bad Request","code":400,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":null},{"id":"28afa2f6-86f4-4984-8e28-0b2ea37c8bea","name":"Unauthorized","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"X-API-Key","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"apiKey\": \"<string>\",\n  \"uid\": \"<string>\",\n  \"permission\": \"<string>\",\n  \"objectId\": \"<string>\",\n  \"targetFolderId\": \"<string>\",\n  \"objectType\": \"folder\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.mona-ai.cloud/companyKnowledge/moveObject"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":null},{"id":"b268f8d6-c6a7-4ea3-b51c-8868d9bbc687","name":"Insufficient permissions","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"X-API-Key","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"apiKey\": \"<string>\",\n  \"uid\": \"<string>\",\n  \"permission\": \"<string>\",\n  \"objectId\": \"<string>\",\n  \"targetFolderId\": \"<string>\",\n  \"objectType\": \"folder\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.mona-ai.cloud/companyKnowledge/moveObject"},"status":"Forbidden","code":403,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":null},{"id":"64f99e5d-c1be-4954-825f-fef3af9061cf","name":"Object or target folder not found","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"X-API-Key","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"apiKey\": \"<string>\",\n  \"uid\": \"<string>\",\n  \"permission\": \"<string>\",\n  \"objectId\": \"<string>\",\n  \"targetFolderId\": \"<string>\",\n  \"objectType\": \"folder\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.mona-ai.cloud/companyKnowledge/moveObject"},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":null},{"id":"f0629002-9628-4703-96a1-d69740e7ef35","name":"Move operation not allowed (e.g., circular reference)","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"X-API-Key","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"apiKey\": \"<string>\",\n  \"uid\": \"<string>\",\n  \"permission\": \"<string>\",\n  \"objectId\": \"<string>\",\n  \"targetFolderId\": \"<string>\",\n  \"objectType\": \"folder\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.mona-ai.cloud/companyKnowledge/moveObject"},"status":"Conflict","code":409,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":null},{"id":"58b60419-df7d-45d3-ba06-774e2f34ee29","name":"Move operation failed","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"X-API-Key","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"apiKey\": \"<string>\",\n  \"uid\": \"<string>\",\n  \"permission\": \"<string>\",\n  \"objectId\": \"<string>\",\n  \"targetFolderId\": \"<string>\",\n  \"objectType\": \"folder\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.mona-ai.cloud/companyKnowledge/moveObject"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":null}],"_postman_id":"4ea7faa3-48d5-439f-b58d-ee3b0ab72fb4"},{"name":"Rename Object in Knowledge Base","id":"fd832b10-7e0c-4b89-a5ba-4ad4373204c9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"apiKey\": \"<string>\",\n  \"uid\": \"<string>\",\n  \"permission\": \"<string>\",\n  \"objectId\": \"<string>\",\n  \"newName\": \"<string>\",\n  \"objectType\": \"folder\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.mona-ai.cloud/companyKnowledge/renameObject","description":"<p>Rename a file or folder in the knowledge base</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-API-Key"},{"key":"value","value":"{{apiKey}}"}]},"isInherited":true,"source":{"_postman_id":"d65d5421-ab45-405c-a53e-5b8e931dd774","id":"d65d5421-ab45-405c-a53e-5b8e931dd774","name":"MONA AI API - Public Documentation","type":"collection"}},"urlObject":{"path":["companyKnowledge","renameObject"],"host":["https://api.mona-ai.cloud"],"query":[],"variable":[]}},"response":[{"id":"87395946-b94a-4112-a4a4-137c54543376","name":"Object renamed successfully","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"X-API-Key","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"apiKey\": \"<string>\",\n  \"uid\": \"<string>\",\n  \"permission\": \"<string>\",\n  \"objectId\": \"<string>\",\n  \"newName\": \"<string>\",\n  \"objectType\": \"folder\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.mona-ai.cloud/companyKnowledge/renameObject"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"objectId\": \"<string>\",\n  \"oldName\": \"<string>\",\n  \"newName\": \"<string>\",\n  \"renamedAt\": \"<dateTime>\"\n}"},{"id":"cbf31122-9e8a-4774-a9db-6e3de2b55845","name":"Invalid request parameters","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"X-API-Key","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"apiKey\": \"<string>\",\n  \"uid\": \"<string>\",\n  \"permission\": \"<string>\",\n  \"objectId\": \"<string>\",\n  \"newName\": \"<string>\",\n  \"objectType\": \"folder\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.mona-ai.cloud/companyKnowledge/renameObject"},"status":"Bad Request","code":400,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":null},{"id":"32c0003f-3e5c-4b65-9e95-76cd212aaf2c","name":"Unauthorized","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"X-API-Key","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"apiKey\": \"<string>\",\n  \"uid\": \"<string>\",\n  \"permission\": \"<string>\",\n  \"objectId\": \"<string>\",\n  \"newName\": \"<string>\",\n  \"objectType\": \"folder\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.mona-ai.cloud/companyKnowledge/renameObject"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":null},{"id":"41b1f5ff-f14f-45ac-b2fe-7073c5380f8e","name":"Insufficient permissions","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"X-API-Key","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"apiKey\": \"<string>\",\n  \"uid\": \"<string>\",\n  \"permission\": \"<string>\",\n  \"objectId\": \"<string>\",\n  \"newName\": \"<string>\",\n  \"objectType\": \"folder\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.mona-ai.cloud/companyKnowledge/renameObject"},"status":"Forbidden","code":403,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":null},{"id":"1e8fa31e-176d-4e5b-a659-239385e32ae7","name":"Object not found","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"X-API-Key","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"apiKey\": \"<string>\",\n  \"uid\": \"<string>\",\n  \"permission\": \"<string>\",\n  \"objectId\": \"<string>\",\n  \"newName\": \"<string>\",\n  \"objectType\": \"folder\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.mona-ai.cloud/companyKnowledge/renameObject"},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":null},{"id":"d140e729-be6e-4c83-9ffa-bd1fbb153a9d","name":"Name already exists in the same folder","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"X-API-Key","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"apiKey\": \"<string>\",\n  \"uid\": \"<string>\",\n  \"permission\": \"<string>\",\n  \"objectId\": \"<string>\",\n  \"newName\": \"<string>\",\n  \"objectType\": \"folder\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.mona-ai.cloud/companyKnowledge/renameObject"},"status":"Conflict","code":409,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":null},{"id":"bfcd675c-04e8-41b3-b7e0-a4989ad79a57","name":"Rename operation failed","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"X-API-Key","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"apiKey\": \"<string>\",\n  \"uid\": \"<string>\",\n  \"permission\": \"<string>\",\n  \"objectId\": \"<string>\",\n  \"newName\": \"<string>\",\n  \"objectType\": \"folder\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.mona-ai.cloud/companyKnowledge/renameObject"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":null}],"_postman_id":"fd832b10-7e0c-4b89-a5ba-4ad4373204c9"}],"id":"d873d785-7261-4100-bfed-9425db2496e5","_postman_id":"d873d785-7261-4100-bfed-9425db2496e5","description":"","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-API-Key"},{"key":"value","value":"{{apiKey}}"}]},"isInherited":true,"source":{"_postman_id":"d65d5421-ab45-405c-a53e-5b8e931dd774","id":"d65d5421-ab45-405c-a53e-5b8e931dd774","name":"MONA AI API - Public Documentation","type":"collection"}}},{"name":"🔗 Webhooks & Pipeline","item":[{"name":"Webhook","id":"fe874f8f-e977-4a10-b2e9-e0453264e2f9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"apiKey\": \"<string>\",\n  \"uid\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.mona-ai.cloud/webhook","description":"<p>Endpoint for webhook operations</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-API-Key"},{"key":"value","value":"{{apiKey}}"}]},"isInherited":true,"source":{"_postman_id":"d65d5421-ab45-405c-a53e-5b8e931dd774","id":"d65d5421-ab45-405c-a53e-5b8e931dd774","name":"MONA AI API - Public Documentation","type":"collection"}},"urlObject":{"path":["webhook"],"host":["https://api.mona-ai.cloud"],"query":[],"variable":[]}},"response":[{"id":"a95c371b-2496-4131-bfae-a8b9cdbd3caf","name":"Successful response","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"X-API-Key","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"apiKey\": \"<string>\",\n  \"uid\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.mona-ai.cloud/webhook"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": \"<boolean>\",\n  \"data\": {}\n}"},{"id":"4c34226c-b225-4a1f-8017-20924239a9cd","name":"Bad request","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"X-API-Key","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"apiKey\": \"<string>\",\n  \"uid\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.mona-ai.cloud/webhook"},"status":"Bad Request","code":400,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":null},{"id":"30639582-2f8a-433a-b36b-617c69016432","name":"Unauthorized","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"X-API-Key","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"apiKey\": \"<string>\",\n  \"uid\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.mona-ai.cloud/webhook"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":null},{"id":"1053f5f0-f551-475d-9431-c5ff4779c417","name":"Internal server error","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"X-API-Key","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"apiKey\": \"<string>\",\n  \"uid\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.mona-ai.cloud/webhook"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":null}],"_postman_id":"fe874f8f-e977-4a10-b2e9-e0453264e2f9"},{"name":"Webhooks","id":"7a8b0c29-12f2-44c7-9e9f-9d17404d5d9a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"apiKey\": \"<string>\",\n  \"uid\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.mona-ai.cloud/webhooks","description":"<p>Endpoint for webhooks operations</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-API-Key"},{"key":"value","value":"{{apiKey}}"}]},"isInherited":true,"source":{"_postman_id":"d65d5421-ab45-405c-a53e-5b8e931dd774","id":"d65d5421-ab45-405c-a53e-5b8e931dd774","name":"MONA AI API - Public Documentation","type":"collection"}},"urlObject":{"path":["webhooks"],"host":["https://api.mona-ai.cloud"],"query":[],"variable":[]}},"response":[{"id":"a2f38855-3d28-4e9d-a98c-7634def66161","name":"Successful response","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"X-API-Key","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"apiKey\": \"<string>\",\n  \"uid\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.mona-ai.cloud/webhooks"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": \"<boolean>\",\n  \"data\": {}\n}"},{"id":"caf116f8-c268-47c6-b30f-1832bbcf27cd","name":"Bad request","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"X-API-Key","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"apiKey\": \"<string>\",\n  \"uid\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.mona-ai.cloud/webhooks"},"status":"Bad Request","code":400,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":null},{"id":"b8c5158e-9ae2-42f1-9133-1c4d05dc7a55","name":"Unauthorized","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"X-API-Key","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"apiKey\": \"<string>\",\n  \"uid\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.mona-ai.cloud/webhooks"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":null},{"id":"0e5b0cbd-9d84-409d-b1ed-8d04eea2edac","name":"Internal server error","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"X-API-Key","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"apiKey\": \"<string>\",\n  \"uid\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.mona-ai.cloud/webhooks"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":null}],"_postman_id":"7a8b0c29-12f2-44c7-9e9f-9d17404d5d9a"},{"name":"Pipeline","id":"13a96b78-f394-455a-8e65-71ac88cc78a2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"apiKey\": \"<string>\",\n  \"uid\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.mona-ai.cloud/pipeline","description":"<p>Endpoint for pipeline operations</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-API-Key"},{"key":"value","value":"{{apiKey}}"}]},"isInherited":true,"source":{"_postman_id":"d65d5421-ab45-405c-a53e-5b8e931dd774","id":"d65d5421-ab45-405c-a53e-5b8e931dd774","name":"MONA AI API - Public Documentation","type":"collection"}},"urlObject":{"path":["pipeline"],"host":["https://api.mona-ai.cloud"],"query":[],"variable":[]}},"response":[{"id":"9ce94e79-5aaf-47be-a964-1b31e9e33c5a","name":"Successful response","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"X-API-Key","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"apiKey\": \"<string>\",\n  \"uid\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.mona-ai.cloud/pipeline"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": \"<boolean>\",\n  \"data\": {}\n}"},{"id":"2f5f45db-7a75-4bf7-a6d5-851bd03e3172","name":"Bad request","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"X-API-Key","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"apiKey\": \"<string>\",\n  \"uid\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.mona-ai.cloud/pipeline"},"status":"Bad Request","code":400,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":null},{"id":"1b0be235-890a-4d69-a816-e4d5ac98a0b0","name":"Unauthorized","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"X-API-Key","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"apiKey\": \"<string>\",\n  \"uid\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.mona-ai.cloud/pipeline"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":null},{"id":"81b82e1b-4414-4362-93f0-7fab67572873","name":"Internal server error","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"X-API-Key","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"apiKey\": \"<string>\",\n  \"uid\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.mona-ai.cloud/pipeline"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":null}],"_postman_id":"13a96b78-f394-455a-8e65-71ac88cc78a2"},{"name":"Execute","id":"8aa9e57f-85c8-4787-a79e-f665767d26eb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"apiKey\": \"<string>\",\n  \"uid\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.mona-ai.cloud/pipeline/execute","description":"<p>Endpoint for execute operations</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-API-Key"},{"key":"value","value":"{{apiKey}}"}]},"isInherited":true,"source":{"_postman_id":"d65d5421-ab45-405c-a53e-5b8e931dd774","id":"d65d5421-ab45-405c-a53e-5b8e931dd774","name":"MONA AI API - Public Documentation","type":"collection"}},"urlObject":{"path":["pipeline","execute"],"host":["https://api.mona-ai.cloud"],"query":[],"variable":[]}},"response":[{"id":"a8a21433-13a6-4610-8b72-56cee564af52","name":"Successful response","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"X-API-Key","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"apiKey\": \"<string>\",\n  \"uid\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.mona-ai.cloud/pipeline/execute"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": \"<boolean>\",\n  \"data\": {}\n}"},{"id":"850e92d7-6438-4681-805e-22c0e3b1e96b","name":"Bad request","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"X-API-Key","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"apiKey\": \"<string>\",\n  \"uid\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.mona-ai.cloud/pipeline/execute"},"status":"Bad Request","code":400,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":null},{"id":"4b12587b-92d7-42ff-90a9-71183692ee34","name":"Unauthorized","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"X-API-Key","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"apiKey\": \"<string>\",\n  \"uid\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.mona-ai.cloud/pipeline/execute"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":null},{"id":"9444a303-6378-45f5-9d9c-7c1fa844fd8a","name":"Internal server error","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"X-API-Key","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"apiKey\": \"<string>\",\n  \"uid\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.mona-ai.cloud/pipeline/execute"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":null}],"_postman_id":"8aa9e57f-85c8-4787-a79e-f665767d26eb"},{"name":"List","id":"8b081cec-4e88-4814-a7f1-24d640fb7fea","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"apiKey\": \"<string>\",\n  \"uid\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.mona-ai.cloud/pipeline/list","description":"<p>Endpoint for list operations</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-API-Key"},{"key":"value","value":"{{apiKey}}"}]},"isInherited":true,"source":{"_postman_id":"d65d5421-ab45-405c-a53e-5b8e931dd774","id":"d65d5421-ab45-405c-a53e-5b8e931dd774","name":"MONA AI API - Public Documentation","type":"collection"}},"urlObject":{"path":["pipeline","list"],"host":["https://api.mona-ai.cloud"],"query":[],"variable":[]}},"response":[{"id":"e20b5b5b-fcca-4bb8-8142-c7fd14579016","name":"Successful response","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"X-API-Key","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"apiKey\": \"<string>\",\n  \"uid\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.mona-ai.cloud/pipeline/list"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": \"<boolean>\",\n  \"data\": {}\n}"},{"id":"ec184d50-7027-4ff0-9b45-836585e74fc9","name":"Bad request","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"X-API-Key","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"apiKey\": \"<string>\",\n  \"uid\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.mona-ai.cloud/pipeline/list"},"status":"Bad Request","code":400,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":null},{"id":"dc462635-f637-4345-9a94-8811ae535f01","name":"Unauthorized","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"X-API-Key","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"apiKey\": \"<string>\",\n  \"uid\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.mona-ai.cloud/pipeline/list"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":null},{"id":"af217a66-3e0b-44b5-baa5-77bef4272ec3","name":"Internal server error","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"X-API-Key","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"apiKey\": \"<string>\",\n  \"uid\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.mona-ai.cloud/pipeline/list"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":null}],"_postman_id":"8b081cec-4e88-4814-a7f1-24d640fb7fea"},{"name":"Get","id":"2a95e63f-bb5a-48fe-b704-a4412fb296e3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"apiKey\": \"<string>\",\n  \"uid\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.mona-ai.cloud/pipeline/get","description":"<p>Endpoint for get operations</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-API-Key"},{"key":"value","value":"{{apiKey}}"}]},"isInherited":true,"source":{"_postman_id":"d65d5421-ab45-405c-a53e-5b8e931dd774","id":"d65d5421-ab45-405c-a53e-5b8e931dd774","name":"MONA AI API - Public Documentation","type":"collection"}},"urlObject":{"path":["pipeline","get"],"host":["https://api.mona-ai.cloud"],"query":[],"variable":[]}},"response":[{"id":"c5087efb-a228-44b5-8d08-466dc0c89768","name":"Successful response","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"X-API-Key","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"apiKey\": \"<string>\",\n  \"uid\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.mona-ai.cloud/pipeline/get"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": \"<boolean>\",\n  \"data\": {}\n}"},{"id":"e128a970-7a4d-421b-bf2c-e1729cad746d","name":"Bad request","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"X-API-Key","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"apiKey\": \"<string>\",\n  \"uid\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.mona-ai.cloud/pipeline/get"},"status":"Bad Request","code":400,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":null},{"id":"d5622d29-afb1-41c4-a6a5-a5d36b84698e","name":"Unauthorized","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"X-API-Key","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"apiKey\": \"<string>\",\n  \"uid\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.mona-ai.cloud/pipeline/get"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":null},{"id":"3a2f84cf-f840-4412-843f-d588c8139813","name":"Internal server error","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"X-API-Key","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"apiKey\": \"<string>\",\n  \"uid\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.mona-ai.cloud/pipeline/get"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":null}],"_postman_id":"2a95e63f-bb5a-48fe-b704-a4412fb296e3"},{"name":"Executions","id":"e1e98494-5ccf-4251-b7f9-29f5af96715d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"apiKey\": \"<string>\",\n  \"uid\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.mona-ai.cloud/pipeline/executions","description":"<p>Endpoint for executions operations</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-API-Key"},{"key":"value","value":"{{apiKey}}"}]},"isInherited":true,"source":{"_postman_id":"d65d5421-ab45-405c-a53e-5b8e931dd774","id":"d65d5421-ab45-405c-a53e-5b8e931dd774","name":"MONA AI API - Public Documentation","type":"collection"}},"urlObject":{"path":["pipeline","executions"],"host":["https://api.mona-ai.cloud"],"query":[],"variable":[]}},"response":[{"id":"0ae2d514-934f-408e-8bbb-b25b79d8fb2c","name":"Successful response","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"X-API-Key","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"apiKey\": \"<string>\",\n  \"uid\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.mona-ai.cloud/pipeline/executions"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": \"<boolean>\",\n  \"data\": {}\n}"},{"id":"cb820f9f-eb98-40ef-b2ed-6132850ba686","name":"Bad request","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"X-API-Key","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"apiKey\": \"<string>\",\n  \"uid\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.mona-ai.cloud/pipeline/executions"},"status":"Bad Request","code":400,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":null},{"id":"f9e37e2a-356a-40df-a926-9310f0f42a04","name":"Unauthorized","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"X-API-Key","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"apiKey\": \"<string>\",\n  \"uid\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.mona-ai.cloud/pipeline/executions"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":null},{"id":"0c7221f9-b863-474a-b480-8e7d9004cf40","name":"Internal server error","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"X-API-Key","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"apiKey\": \"<string>\",\n  \"uid\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.mona-ai.cloud/pipeline/executions"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":null}],"_postman_id":"e1e98494-5ccf-4251-b7f9-29f5af96715d"}],"id":"e2dae68e-9a72-470d-bd4a-ddb47a3788cd","_postman_id":"e2dae68e-9a72-470d-bd4a-ddb47a3788cd","description":"","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-API-Key"},{"key":"value","value":"{{apiKey}}"}]},"isInherited":true,"source":{"_postman_id":"d65d5421-ab45-405c-a53e-5b8e931dd774","id":"d65d5421-ab45-405c-a53e-5b8e931dd774","name":"MONA AI API - Public Documentation","type":"collection"}}},{"name":"🔌 MCP","item":[{"name":"MCP Server Root","id":"cf3c67ff-903f-493a-9e99-f933beda23a0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"apiKey\": \"<string>\",\n  \"uid\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.mona-ai.cloud/mcp","description":"<p>Model Context Protocol (MCP) server root endpoint. \nMCP enables AI assistants to securely access tools, data sources, and prompts.\nUse this endpoint to interact with the MCP server directly.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-API-Key"},{"key":"value","value":"{{apiKey}}"}]},"isInherited":true,"source":{"_postman_id":"d65d5421-ab45-405c-a53e-5b8e931dd774","id":"d65d5421-ab45-405c-a53e-5b8e931dd774","name":"MONA AI API - Public Documentation","type":"collection"}},"urlObject":{"path":["mcp"],"host":["https://api.mona-ai.cloud"],"query":[],"variable":[]}},"response":[{"id":"1172e53c-96e1-4540-9cad-c4ed32747084","name":"Successful response","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"X-API-Key","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"apiKey\": \"<string>\",\n  \"uid\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.mona-ai.cloud/mcp"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": \"<boolean>\",\n  \"data\": {}\n}"},{"id":"ea2e8c6b-28c5-4548-acd2-afbba5120fdf","name":"Bad request","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"X-API-Key","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"apiKey\": \"<string>\",\n  \"uid\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.mona-ai.cloud/mcp"},"status":"Bad Request","code":400,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":null},{"id":"6619e87c-03ac-4d0e-88e8-8b8b9dee0904","name":"Unauthorized","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"X-API-Key","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"apiKey\": \"<string>\",\n  \"uid\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.mona-ai.cloud/mcp"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":null},{"id":"9920eb52-d4e0-402b-8694-aa27cddb510d","name":"Internal server error","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"X-API-Key","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"apiKey\": \"<string>\",\n  \"uid\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.mona-ai.cloud/mcp"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":null}],"_postman_id":"cf3c67ff-903f-493a-9e99-f933beda23a0"},{"name":"MCP Dynamic Routes","id":"c4b2f1eb-8090-41bf-bd23-0eddf098d68b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"apiKey\": \"<string>\",\n  \"uid\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.mona-ai.cloud/mcp/*","description":"<p>Dynamic MCP server routes for handling various tool and resource requests.\nSupports multiple MCP protocol operations.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-API-Key"},{"key":"value","value":"{{apiKey}}"}]},"isInherited":true,"source":{"_postman_id":"d65d5421-ab45-405c-a53e-5b8e931dd774","id":"d65d5421-ab45-405c-a53e-5b8e931dd774","name":"MONA AI API - Public Documentation","type":"collection"}},"urlObject":{"path":["mcp","*"],"host":["https://api.mona-ai.cloud"],"query":[],"variable":[]}},"response":[{"id":"027af45b-983d-4972-840b-df78f8354d94","name":"Successful response","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"X-API-Key","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"apiKey\": \"<string>\",\n  \"uid\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.mona-ai.cloud/mcp/*"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": \"<boolean>\",\n  \"data\": {}\n}"},{"id":"5420be7a-28fb-4daf-aa9e-a160b283bfb7","name":"Bad request","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"X-API-Key","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"apiKey\": \"<string>\",\n  \"uid\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.mona-ai.cloud/mcp/*"},"status":"Bad Request","code":400,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":null},{"id":"06067477-9673-4ad2-8f7a-9a770f4ea9c4","name":"Unauthorized","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"X-API-Key","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"apiKey\": \"<string>\",\n  \"uid\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.mona-ai.cloud/mcp/*"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":null},{"id":"338eebbe-e085-4074-a71e-a364d29a62ce","name":"Internal server error","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"X-API-Key","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"apiKey\": \"<string>\",\n  \"uid\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.mona-ai.cloud/mcp/*"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":null}],"_postman_id":"c4b2f1eb-8090-41bf-bd23-0eddf098d68b"},{"name":"MCP Health Check","id":"0e6493bb-ac45-44fe-afb4-7600462b8bdc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"apiKey\": \"<string>\",\n  \"uid\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.mona-ai.cloud/mcp/health","description":"<p>Check the health status of the MCP server.\nReturns server status, version, and available capabilities.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-API-Key"},{"key":"value","value":"{{apiKey}}"}]},"isInherited":true,"source":{"_postman_id":"d65d5421-ab45-405c-a53e-5b8e931dd774","id":"d65d5421-ab45-405c-a53e-5b8e931dd774","name":"MONA AI API - Public Documentation","type":"collection"}},"urlObject":{"path":["mcp","health"],"host":["https://api.mona-ai.cloud"],"query":[],"variable":[]}},"response":[{"id":"2cdb67a8-0b50-4949-b3b0-868a40b984e8","name":"Successful response","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"X-API-Key","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"apiKey\": \"<string>\",\n  \"uid\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.mona-ai.cloud/mcp/health"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": \"<boolean>\",\n  \"data\": {}\n}"},{"id":"53c26c54-eaf4-4797-9e31-3fc4862a7e54","name":"Bad request","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"X-API-Key","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"apiKey\": \"<string>\",\n  \"uid\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.mona-ai.cloud/mcp/health"},"status":"Bad Request","code":400,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":null},{"id":"a8e0e036-b2ac-4bc4-8632-ebda6195b8ea","name":"Unauthorized","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"X-API-Key","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"apiKey\": \"<string>\",\n  \"uid\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.mona-ai.cloud/mcp/health"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":null},{"id":"200b72b6-339b-4527-85ae-93e3ac2f9eba","name":"Internal server error","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"X-API-Key","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"apiKey\": \"<string>\",\n  \"uid\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.mona-ai.cloud/mcp/health"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":null}],"_postman_id":"0e6493bb-ac45-44fe-afb4-7600462b8bdc"},{"name":"List MCP Tools","id":"5187b754-8549-4951-98b8-10d2caac3fa0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"apiKey\": \"<string>\",\n  \"uid\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.mona-ai.cloud/mcp/tools","description":"<p>List all available tools exposed by the MCP server.\nReturns tool names, descriptions, and input schemas.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-API-Key"},{"key":"value","value":"{{apiKey}}"}]},"isInherited":true,"source":{"_postman_id":"d65d5421-ab45-405c-a53e-5b8e931dd774","id":"d65d5421-ab45-405c-a53e-5b8e931dd774","name":"MONA AI API - Public Documentation","type":"collection"}},"urlObject":{"path":["mcp","tools"],"host":["https://api.mona-ai.cloud"],"query":[],"variable":[]}},"response":[{"id":"b88805ec-9317-449d-9ea5-e66c7b85346a","name":"Successful response","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"X-API-Key","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"apiKey\": \"<string>\",\n  \"uid\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.mona-ai.cloud/mcp/tools"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": \"<boolean>\",\n  \"data\": {}\n}"},{"id":"41c8bbb6-a6b6-4fed-b8d5-0f4af2be806e","name":"Bad request","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"X-API-Key","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"apiKey\": \"<string>\",\n  \"uid\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.mona-ai.cloud/mcp/tools"},"status":"Bad Request","code":400,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":null},{"id":"eb43ac7c-adfe-4c9a-9d64-7df8ecc09c01","name":"Unauthorized","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"X-API-Key","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"apiKey\": \"<string>\",\n  \"uid\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.mona-ai.cloud/mcp/tools"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":null},{"id":"c3a70a36-9c15-49e4-abcf-3cb169037009","name":"Internal server error","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"X-API-Key","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"apiKey\": \"<string>\",\n  \"uid\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.mona-ai.cloud/mcp/tools"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":null}],"_postman_id":"5187b754-8549-4951-98b8-10d2caac3fa0"}],"id":"cbb1369d-4b13-488e-b968-42b4fde84cbc","_postman_id":"cbb1369d-4b13-488e-b968-42b4fde84cbc","description":"","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-API-Key"},{"key":"value","value":"{{apiKey}}"}]},"isInherited":true,"source":{"_postman_id":"d65d5421-ab45-405c-a53e-5b8e931dd774","id":"d65d5421-ab45-405c-a53e-5b8e931dd774","name":"MONA AI API - Public Documentation","type":"collection"}}},{"name":"🔑 API","item":[{"name":"CreateWebhook","id":"b325d7d9-f6d9-4812-a189-31bcfdfdaec9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"apiKey\": \"<string>\",\n  \"uid\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.mona-ai.cloud/api/createWebhook","description":"<p>Endpoint for createWebhook operations</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-API-Key"},{"key":"value","value":"{{apiKey}}"}]},"isInherited":true,"source":{"_postman_id":"d65d5421-ab45-405c-a53e-5b8e931dd774","id":"d65d5421-ab45-405c-a53e-5b8e931dd774","name":"MONA AI API - Public Documentation","type":"collection"}},"urlObject":{"path":["api","createWebhook"],"host":["https://api.mona-ai.cloud"],"query":[],"variable":[]}},"response":[{"id":"20fcaad1-3533-47ba-b66d-68e85bb3e2e1","name":"Successful response","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"X-API-Key","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"apiKey\": \"<string>\",\n  \"uid\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.mona-ai.cloud/api/createWebhook"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": \"<boolean>\",\n  \"data\": {}\n}"},{"id":"9d782a5a-1a2c-40eb-9087-ee0ddbc419e1","name":"Bad request","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"X-API-Key","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"apiKey\": \"<string>\",\n  \"uid\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.mona-ai.cloud/api/createWebhook"},"status":"Bad Request","code":400,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":null},{"id":"182f416c-6b1e-4f7c-854d-9b328369f50a","name":"Unauthorized","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"X-API-Key","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"apiKey\": \"<string>\",\n  \"uid\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.mona-ai.cloud/api/createWebhook"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":null},{"id":"8b21e867-36d0-4ef0-9d1c-1a9089e02fa6","name":"Internal server error","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"X-API-Key","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"apiKey\": \"<string>\",\n  \"uid\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.mona-ai.cloud/api/createWebhook"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":null}],"_postman_id":"b325d7d9-f6d9-4812-a189-31bcfdfdaec9"},{"name":"DeleteWebhook","id":"2a5d785e-49f7-4a4f-a93e-35e015032b39","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"apiKey\": \"<string>\",\n  \"uid\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.mona-ai.cloud/api/deleteWebhook","description":"<p>Endpoint for deleteWebhook operations</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-API-Key"},{"key":"value","value":"{{apiKey}}"}]},"isInherited":true,"source":{"_postman_id":"d65d5421-ab45-405c-a53e-5b8e931dd774","id":"d65d5421-ab45-405c-a53e-5b8e931dd774","name":"MONA AI API - Public Documentation","type":"collection"}},"urlObject":{"path":["api","deleteWebhook"],"host":["https://api.mona-ai.cloud"],"query":[],"variable":[]}},"response":[{"id":"86e3651c-8a58-41f8-a5bb-da5a742f7441","name":"Successful response","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"X-API-Key","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"apiKey\": \"<string>\",\n  \"uid\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.mona-ai.cloud/api/deleteWebhook"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": \"<boolean>\",\n  \"data\": {}\n}"},{"id":"ccc5862b-d244-4372-be9f-3206bb901268","name":"Bad request","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"X-API-Key","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"apiKey\": \"<string>\",\n  \"uid\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.mona-ai.cloud/api/deleteWebhook"},"status":"Bad Request","code":400,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":null},{"id":"83c9c7ae-e145-4856-96a6-c80e9d7befc8","name":"Unauthorized","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"X-API-Key","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"apiKey\": \"<string>\",\n  \"uid\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.mona-ai.cloud/api/deleteWebhook"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":null},{"id":"a9ec0378-3ecd-4e70-bf0b-803bfa07f9a0","name":"Internal server error","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"X-API-Key","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"apiKey\": \"<string>\",\n  \"uid\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.mona-ai.cloud/api/deleteWebhook"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":null}],"_postman_id":"2a5d785e-49f7-4a4f-a93e-35e015032b39"},{"name":"CreateWebhookUrl","id":"d8e05fea-c045-45fd-bb38-d23cfd5b2b76","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"apiKey\": \"<string>\",\n  \"uid\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.mona-ai.cloud/api/createWebhookUrl","description":"<p>Endpoint for createWebhookUrl operations</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-API-Key"},{"key":"value","value":"{{apiKey}}"}]},"isInherited":true,"source":{"_postman_id":"d65d5421-ab45-405c-a53e-5b8e931dd774","id":"d65d5421-ab45-405c-a53e-5b8e931dd774","name":"MONA AI API - Public Documentation","type":"collection"}},"urlObject":{"path":["api","createWebhookUrl"],"host":["https://api.mona-ai.cloud"],"query":[],"variable":[]}},"response":[{"id":"cc54c027-d4f4-4300-9cd7-626b64be3d6b","name":"Successful response","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"X-API-Key","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"apiKey\": \"<string>\",\n  \"uid\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.mona-ai.cloud/api/createWebhookUrl"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": \"<boolean>\",\n  \"data\": {}\n}"},{"id":"84324328-7fe1-4c6e-96ed-f5d8e9044525","name":"Bad request","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"X-API-Key","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"apiKey\": \"<string>\",\n  \"uid\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.mona-ai.cloud/api/createWebhookUrl"},"status":"Bad Request","code":400,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":null},{"id":"e532ec0e-076e-4ed0-8510-176cbb8559ea","name":"Unauthorized","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"X-API-Key","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"apiKey\": \"<string>\",\n  \"uid\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.mona-ai.cloud/api/createWebhookUrl"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":null},{"id":"8f905a2d-a7b2-4152-a87d-e5ec04f3af44","name":"Internal server error","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"X-API-Key","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"apiKey\": \"<string>\",\n  \"uid\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.mona-ai.cloud/api/createWebhookUrl"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":null}],"_postman_id":"d8e05fea-c045-45fd-bb38-d23cfd5b2b76"},{"name":"CreatePipeline","id":"66bdd980-2de2-48d8-a7cd-58564ae056e0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"apiKey\": \"<string>\",\n  \"uid\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.mona-ai.cloud/api/createPipeline","description":"<p>Endpoint for createPipeline operations</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-API-Key"},{"key":"value","value":"{{apiKey}}"}]},"isInherited":true,"source":{"_postman_id":"d65d5421-ab45-405c-a53e-5b8e931dd774","id":"d65d5421-ab45-405c-a53e-5b8e931dd774","name":"MONA AI API - Public Documentation","type":"collection"}},"urlObject":{"path":["api","createPipeline"],"host":["https://api.mona-ai.cloud"],"query":[],"variable":[]}},"response":[{"id":"7ecdab4b-384f-4b97-8d5c-0f8ff4363c4b","name":"Successful response","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"X-API-Key","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"apiKey\": \"<string>\",\n  \"uid\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.mona-ai.cloud/api/createPipeline"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": \"<boolean>\",\n  \"data\": {}\n}"},{"id":"e4e80746-7dab-4978-a3d5-631201e11658","name":"Bad request","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"X-API-Key","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"apiKey\": \"<string>\",\n  \"uid\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.mona-ai.cloud/api/createPipeline"},"status":"Bad Request","code":400,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":null},{"id":"6531544b-b18e-43da-988d-ae5ce2530650","name":"Unauthorized","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"X-API-Key","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"apiKey\": \"<string>\",\n  \"uid\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.mona-ai.cloud/api/createPipeline"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":null},{"id":"7ff47590-2a55-4f73-a222-af6ea3b1a657","name":"Internal server error","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"X-API-Key","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"apiKey\": \"<string>\",\n  \"uid\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.mona-ai.cloud/api/createPipeline"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":null}],"_postman_id":"66bdd980-2de2-48d8-a7cd-58564ae056e0"},{"name":"UpdatePipeline","id":"1eede4a7-e3f3-4aca-8b79-ad73eeef1984","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"apiKey\": \"<string>\",\n  \"uid\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.mona-ai.cloud/api/updatePipeline","description":"<p>Endpoint for updatePipeline operations</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-API-Key"},{"key":"value","value":"{{apiKey}}"}]},"isInherited":true,"source":{"_postman_id":"d65d5421-ab45-405c-a53e-5b8e931dd774","id":"d65d5421-ab45-405c-a53e-5b8e931dd774","name":"MONA AI API - Public Documentation","type":"collection"}},"urlObject":{"path":["api","updatePipeline"],"host":["https://api.mona-ai.cloud"],"query":[],"variable":[]}},"response":[{"id":"d4c14138-34d0-4711-b00d-88a0d93000e5","name":"Successful response","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"X-API-Key","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"apiKey\": \"<string>\",\n  \"uid\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.mona-ai.cloud/api/updatePipeline"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": \"<boolean>\",\n  \"data\": {}\n}"},{"id":"8236de3f-5956-46ef-aa31-f5983e5a2c38","name":"Bad request","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"X-API-Key","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"apiKey\": \"<string>\",\n  \"uid\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.mona-ai.cloud/api/updatePipeline"},"status":"Bad Request","code":400,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":null},{"id":"5f247c81-531b-44de-a3de-51d54bca1af9","name":"Unauthorized","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"X-API-Key","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"apiKey\": \"<string>\",\n  \"uid\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.mona-ai.cloud/api/updatePipeline"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":null},{"id":"6b3d5f90-bdd9-4dcc-8b3a-0576d177829c","name":"Internal server error","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"X-API-Key","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"apiKey\": \"<string>\",\n  \"uid\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.mona-ai.cloud/api/updatePipeline"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":null}],"_postman_id":"1eede4a7-e3f3-4aca-8b79-ad73eeef1984"},{"name":"DeletePipeline","id":"3be5314f-13a7-4cf8-bb33-1cdbc76b4ae9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"apiKey\": \"<string>\",\n  \"uid\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.mona-ai.cloud/api/deletePipeline","description":"<p>Endpoint for deletePipeline operations</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-API-Key"},{"key":"value","value":"{{apiKey}}"}]},"isInherited":true,"source":{"_postman_id":"d65d5421-ab45-405c-a53e-5b8e931dd774","id":"d65d5421-ab45-405c-a53e-5b8e931dd774","name":"MONA AI API - Public Documentation","type":"collection"}},"urlObject":{"path":["api","deletePipeline"],"host":["https://api.mona-ai.cloud"],"query":[],"variable":[]}},"response":[{"id":"52f0e5e8-9be4-40e3-8bf0-75004e87711a","name":"Successful response","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"X-API-Key","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"apiKey\": \"<string>\",\n  \"uid\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.mona-ai.cloud/api/deletePipeline"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": \"<boolean>\",\n  \"data\": {}\n}"},{"id":"90862de6-3ae1-47e1-b74e-0ce8f797b658","name":"Bad request","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"X-API-Key","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"apiKey\": \"<string>\",\n  \"uid\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.mona-ai.cloud/api/deletePipeline"},"status":"Bad Request","code":400,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":null},{"id":"90123775-8bc3-445e-8e77-81cfe53584e8","name":"Unauthorized","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"X-API-Key","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"apiKey\": \"<string>\",\n  \"uid\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.mona-ai.cloud/api/deletePipeline"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":null},{"id":"79c8c7c1-a8ca-444a-91cb-64015b567bd9","name":"Internal server error","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"X-API-Key","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"apiKey\": \"<string>\",\n  \"uid\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.mona-ai.cloud/api/deletePipeline"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":null}],"_postman_id":"3be5314f-13a7-4cf8-bb33-1cdbc76b4ae9"},{"name":"GenerateLongLivedApiKey","id":"bacfdb1e-5960-43ae-968a-b97e9da728cb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"apiKey\": \"<string>\",\n  \"uid\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.mona-ai.cloud/api/generateLongLivedApiKey","description":"<p>Endpoint for generateLongLivedApiKey operations</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-API-Key"},{"key":"value","value":"{{apiKey}}"}]},"isInherited":true,"source":{"_postman_id":"d65d5421-ab45-405c-a53e-5b8e931dd774","id":"d65d5421-ab45-405c-a53e-5b8e931dd774","name":"MONA AI API - Public Documentation","type":"collection"}},"urlObject":{"path":["api","generateLongLivedApiKey"],"host":["https://api.mona-ai.cloud"],"query":[],"variable":[]}},"response":[{"id":"83e8c462-0e7f-4d5e-9afa-886d0eabf461","name":"Successful response","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"X-API-Key","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"apiKey\": \"<string>\",\n  \"uid\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.mona-ai.cloud/api/generateLongLivedApiKey"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": \"<boolean>\",\n  \"data\": {}\n}"},{"id":"33e8f42f-5ef7-4c07-a2c2-d83b54e3d277","name":"Bad request","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"X-API-Key","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"apiKey\": \"<string>\",\n  \"uid\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.mona-ai.cloud/api/generateLongLivedApiKey"},"status":"Bad Request","code":400,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":null},{"id":"66456551-4e9d-434c-9f00-404773208f54","name":"Unauthorized","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"X-API-Key","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"apiKey\": \"<string>\",\n  \"uid\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.mona-ai.cloud/api/generateLongLivedApiKey"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":null},{"id":"c57b3044-8b3c-4339-bf75-b96397540152","name":"Internal server error","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"X-API-Key","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"apiKey\": \"<string>\",\n  \"uid\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.mona-ai.cloud/api/generateLongLivedApiKey"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":null}],"_postman_id":"bacfdb1e-5960-43ae-968a-b97e9da728cb"}],"id":"867fcafc-2569-41b9-bfc3-a26da6ff7e9b","_postman_id":"867fcafc-2569-41b9-bfc3-a26da6ff7e9b","description":"","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-API-Key"},{"key":"value","value":"{{apiKey}}"}]},"isInherited":true,"source":{"_postman_id":"d65d5421-ab45-405c-a53e-5b8e931dd774","id":"d65d5421-ab45-405c-a53e-5b8e931dd774","name":"MONA AI API - Public Documentation","type":"collection"}}},{"name":"📦 Other","item":[{"name":"Generate API Key (Legacy)","id":"4f492a19-639d-4a0c-9362-94bad504d256","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"uid\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.mona-ai.cloud/generateApiKey","description":"<p>Generates a new API key - Legacy endpoint without /auth/ prefix</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-API-Key"},{"key":"value","value":"{{apiKey}}"}]},"isInherited":true,"source":{"_postman_id":"d65d5421-ab45-405c-a53e-5b8e931dd774","id":"d65d5421-ab45-405c-a53e-5b8e931dd774","name":"MONA AI API - Public Documentation","type":"collection"}},"urlObject":{"path":["generateApiKey"],"host":["https://api.mona-ai.cloud"],"query":[],"variable":[]}},"response":[{"id":"cbd2f1b8-693a-4520-a445-3e11e1350770","name":"API Key generated successfully","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"X-API-Key","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"uid\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.mona-ai.cloud/generateApiKey"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":null}],"_postman_id":"4f492a19-639d-4a0c-9362-94bad504d256"},{"name":"Check If API Key Is Valid (Legacy)","id":"488bf496-7c24-41f0-9764-0afac6c65e6f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"apiKey\": \"<string>\",\n  \"uid\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.mona-ai.cloud/checkIfAPIKeyIsValid","description":"<p>Verifies if an API key is valid - Legacy endpoint without /auth/ prefix</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-API-Key"},{"key":"value","value":"{{apiKey}}"}]},"isInherited":true,"source":{"_postman_id":"d65d5421-ab45-405c-a53e-5b8e931dd774","id":"d65d5421-ab45-405c-a53e-5b8e931dd774","name":"MONA AI API - Public Documentation","type":"collection"}},"urlObject":{"path":["checkIfAPIKeyIsValid"],"host":["https://api.mona-ai.cloud"],"query":[],"variable":[]}},"response":[{"id":"97c680e3-42d6-4e4d-8201-08658e09fdf3","name":"API Key is valid","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"X-API-Key","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"apiKey\": \"<string>\",\n  \"uid\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.mona-ai.cloud/checkIfAPIKeyIsValid"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":null}],"_postman_id":"488bf496-7c24-41f0-9764-0afac6c65e6f"},{"name":"Check If API Key Has Permission (Legacy)","id":"388d04ca-a0c1-4319-90cf-d2a691184e42","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"apiKey\": \"<string>\",\n  \"uid\": \"<string>\",\n  \"permission\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.mona-ai.cloud/checkIfAPIKeyHasPermission","description":"<p>Checks if an API key has specific permissions - Legacy endpoint without /auth/ prefix</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-API-Key"},{"key":"value","value":"{{apiKey}}"}]},"isInherited":true,"source":{"_postman_id":"d65d5421-ab45-405c-a53e-5b8e931dd774","id":"d65d5421-ab45-405c-a53e-5b8e931dd774","name":"MONA AI API - Public Documentation","type":"collection"}},"urlObject":{"path":["checkIfAPIKeyHasPermission"],"host":["https://api.mona-ai.cloud"],"query":[],"variable":[]}},"response":[{"id":"fe15d14f-f171-4d30-8fa5-7403d79e5b36","name":"API Key has permission","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"X-API-Key","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"apiKey\": \"<string>\",\n  \"uid\": \"<string>\",\n  \"permission\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.mona-ai.cloud/checkIfAPIKeyHasPermission"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":null}],"_postman_id":"388d04ca-a0c1-4319-90cf-d2a691184e42"},{"name":"Revoke API Key (Legacy)","id":"821f6ce4-3ee1-4740-91fb-b62f7fe422a2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"apiKey\": \"<string>\",\n  \"uid\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.mona-ai.cloud/revokeApiKey","description":"<p>Revokes an API key - Legacy endpoint without /auth/ prefix</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-API-Key"},{"key":"value","value":"{{apiKey}}"}]},"isInherited":true,"source":{"_postman_id":"d65d5421-ab45-405c-a53e-5b8e931dd774","id":"d65d5421-ab45-405c-a53e-5b8e931dd774","name":"MONA AI API - Public Documentation","type":"collection"}},"urlObject":{"path":["revokeApiKey"],"host":["https://api.mona-ai.cloud"],"query":[],"variable":[]}},"response":[{"id":"0c765f79-e17d-437f-946e-d0813bf3e80f","name":"API Key revoked successfully","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"X-API-Key","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"apiKey\": \"<string>\",\n  \"uid\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.mona-ai.cloud/revokeApiKey"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":null}],"_postman_id":"821f6ce4-3ee1-4740-91fb-b62f7fe422a2"},{"name":"Get Agent Response (Legacy)","id":"6087d883-0d5c-49d3-b079-e7ee33da5f36","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"apiKey\": \"<string>\",\n  \"uid\": \"<string>\",\n  \"agentId\": \"<string>\",\n  \"message\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.mona-ai.cloud/getAgentResponse","description":"<p>Legacy endpoint for getting agent responses</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-API-Key"},{"key":"value","value":"{{apiKey}}"}]},"isInherited":true,"source":{"_postman_id":"d65d5421-ab45-405c-a53e-5b8e931dd774","id":"d65d5421-ab45-405c-a53e-5b8e931dd774","name":"MONA AI API - Public Documentation","type":"collection"}},"urlObject":{"path":["getAgentResponse"],"host":["https://api.mona-ai.cloud"],"query":[],"variable":[]}},"response":[{"id":"84fdf99f-9e73-4073-aa81-9c72d4630379","name":"Agent response generated successfully","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"X-API-Key","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"apiKey\": \"<string>\",\n  \"uid\": \"<string>\",\n  \"agentId\": \"<string>\",\n  \"message\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.mona-ai.cloud/getAgentResponse"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":null},{"id":"fe02da84-bc68-4327-83f6-582f59e324ff","name":"Invalid request parameters","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"X-API-Key","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"apiKey\": \"<string>\",\n  \"uid\": \"<string>\",\n  \"agentId\": \"<string>\",\n  \"message\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.mona-ai.cloud/getAgentResponse"},"status":"Bad Request","code":400,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":null},{"id":"727384da-e0fd-4c03-8ca4-b6bffd7b1d6b","name":"Unauthorized","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"X-API-Key","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"apiKey\": \"<string>\",\n  \"uid\": \"<string>\",\n  \"agentId\": \"<string>\",\n  \"message\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.mona-ai.cloud/getAgentResponse"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":null},{"id":"988fc366-a40f-4dc6-9fe2-f9d6f8a03f20","name":"Internal server error","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"X-API-Key","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"apiKey\": \"<string>\",\n  \"uid\": \"<string>\",\n  \"agentId\": \"<string>\",\n  \"message\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.mona-ai.cloud/getAgentResponse"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":null}],"_postman_id":"6087d883-0d5c-49d3-b079-e7ee33da5f36"},{"name":"Applicant-profile","id":"1710789a-860d-40c2-9124-b87ed8c9e1c1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"apiKey\": \"<string>\",\n  \"uid\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.mona-ai.cloud/applicant-profile","description":"<p>Endpoint for applicant-profile operations</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-API-Key"},{"key":"value","value":"{{apiKey}}"}]},"isInherited":true,"source":{"_postman_id":"d65d5421-ab45-405c-a53e-5b8e931dd774","id":"d65d5421-ab45-405c-a53e-5b8e931dd774","name":"MONA AI API - Public Documentation","type":"collection"}},"urlObject":{"path":["applicant-profile"],"host":["https://api.mona-ai.cloud"],"query":[],"variable":[]}},"response":[{"id":"3062cac2-3ff5-4cd0-b7db-e5e65e0ada39","name":"Successful response","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"X-API-Key","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"apiKey\": \"<string>\",\n  \"uid\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.mona-ai.cloud/applicant-profile"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": \"<boolean>\",\n  \"data\": {}\n}"},{"id":"776bd1a4-8cc6-474c-8764-4751db1b595e","name":"Bad request","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"X-API-Key","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"apiKey\": \"<string>\",\n  \"uid\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.mona-ai.cloud/applicant-profile"},"status":"Bad Request","code":400,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":null},{"id":"b1508069-a947-4559-90a4-380ba8295306","name":"Unauthorized","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"X-API-Key","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"apiKey\": \"<string>\",\n  \"uid\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.mona-ai.cloud/applicant-profile"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":null},{"id":"f5892646-e912-4190-ad77-fd57eee673b2","name":"Internal server error","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"X-API-Key","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"apiKey\": \"<string>\",\n  \"uid\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.mona-ai.cloud/applicant-profile"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":null}],"_postman_id":"1710789a-860d-40c2-9124-b87ed8c9e1c1"},{"name":"Applicant-profile-with-matching","id":"3e2c9977-de05-43fc-9dc3-e3d984d6e1f0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"apiKey\": \"<string>\",\n  \"uid\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.mona-ai.cloud/applicant-profile-with-matching","description":"<p>Endpoint for applicant-profile-with-matching operations</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-API-Key"},{"key":"value","value":"{{apiKey}}"}]},"isInherited":true,"source":{"_postman_id":"d65d5421-ab45-405c-a53e-5b8e931dd774","id":"d65d5421-ab45-405c-a53e-5b8e931dd774","name":"MONA AI API - Public Documentation","type":"collection"}},"urlObject":{"path":["applicant-profile-with-matching"],"host":["https://api.mona-ai.cloud"],"query":[],"variable":[]}},"response":[{"id":"312ea673-6a60-4ea9-ad6f-9b18deeedc13","name":"Successful response","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"X-API-Key","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"apiKey\": \"<string>\",\n  \"uid\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.mona-ai.cloud/applicant-profile-with-matching"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": \"<boolean>\",\n  \"data\": {}\n}"},{"id":"31d25c60-c128-4896-9d34-d45cdd0362ae","name":"Bad request","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"X-API-Key","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"apiKey\": \"<string>\",\n  \"uid\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.mona-ai.cloud/applicant-profile-with-matching"},"status":"Bad Request","code":400,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":null},{"id":"c303219c-3222-417a-95e4-f1f17bd0c6e3","name":"Unauthorized","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"X-API-Key","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"apiKey\": \"<string>\",\n  \"uid\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.mona-ai.cloud/applicant-profile-with-matching"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":null},{"id":"37a89c08-721c-410b-9819-ce1a309c17ec","name":"Internal server error","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"X-API-Key","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"apiKey\": \"<string>\",\n  \"uid\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.mona-ai.cloud/applicant-profile-with-matching"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":null}],"_postman_id":"3e2c9977-de05-43fc-9dc3-e3d984d6e1f0"},{"name":"ExtractTextFromDocument","id":"4675b2f4-daed-4aa6-abf2-3149936153d6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"apiKey\": \"<string>\",\n  \"uid\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.mona-ai.cloud/extractTextFromDocument","description":"<p>Endpoint for extractTextFromDocument operations</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-API-Key"},{"key":"value","value":"{{apiKey}}"}]},"isInherited":true,"source":{"_postman_id":"d65d5421-ab45-405c-a53e-5b8e931dd774","id":"d65d5421-ab45-405c-a53e-5b8e931dd774","name":"MONA AI API - Public Documentation","type":"collection"}},"urlObject":{"path":["extractTextFromDocument"],"host":["https://api.mona-ai.cloud"],"query":[],"variable":[]}},"response":[{"id":"463ab846-d3f3-4ed2-8d5a-9e6a3309a4f6","name":"Successful response","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"X-API-Key","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"apiKey\": \"<string>\",\n  \"uid\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.mona-ai.cloud/extractTextFromDocument"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": \"<boolean>\",\n  \"data\": {}\n}"},{"id":"c1da24d9-427e-4efe-8d5f-7a3b3dd4806c","name":"Bad request","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"X-API-Key","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"apiKey\": \"<string>\",\n  \"uid\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.mona-ai.cloud/extractTextFromDocument"},"status":"Bad Request","code":400,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":null},{"id":"56613c2c-1daa-42fc-8a67-b25bba9a4c8d","name":"Unauthorized","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"X-API-Key","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"apiKey\": \"<string>\",\n  \"uid\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.mona-ai.cloud/extractTextFromDocument"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":null},{"id":"3f7bb0f3-bf99-4c2e-8b30-a45dc85770dc","name":"Internal server error","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"X-API-Key","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"apiKey\": \"<string>\",\n  \"uid\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.mona-ai.cloud/extractTextFromDocument"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":null}],"_postman_id":"4675b2f4-daed-4aa6-abf2-3149936153d6"},{"name":"GenerateLongLivedApiKey","id":"538ce7ef-0d03-4de5-93cf-13c759d135db","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"apiKey\": \"<string>\",\n  \"uid\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.mona-ai.cloud/generateLongLivedApiKey","description":"<p>Endpoint for generateLongLivedApiKey operations</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-API-Key"},{"key":"value","value":"{{apiKey}}"}]},"isInherited":true,"source":{"_postman_id":"d65d5421-ab45-405c-a53e-5b8e931dd774","id":"d65d5421-ab45-405c-a53e-5b8e931dd774","name":"MONA AI API - Public Documentation","type":"collection"}},"urlObject":{"path":["generateLongLivedApiKey"],"host":["https://api.mona-ai.cloud"],"query":[],"variable":[]}},"response":[{"id":"5a29207d-1ddb-43f3-838a-391379b25aab","name":"Successful response","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"X-API-Key","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"apiKey\": \"<string>\",\n  \"uid\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.mona-ai.cloud/generateLongLivedApiKey"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": \"<boolean>\",\n  \"data\": {}\n}"},{"id":"f61bb64f-95ab-48f7-9681-0b09e796e962","name":"Bad request","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"X-API-Key","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"apiKey\": \"<string>\",\n  \"uid\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.mona-ai.cloud/generateLongLivedApiKey"},"status":"Bad Request","code":400,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":null},{"id":"d70e7f2f-0cbe-4c58-884c-795f2d8457ac","name":"Unauthorized","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"X-API-Key","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"apiKey\": \"<string>\",\n  \"uid\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.mona-ai.cloud/generateLongLivedApiKey"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":null},{"id":"c96ac9a3-cc67-4a40-b778-b9de6b7d4386","name":"Internal server error","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"X-API-Key","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"apiKey\": \"<string>\",\n  \"uid\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.mona-ai.cloud/generateLongLivedApiKey"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":null}],"_postman_id":"538ce7ef-0d03-4de5-93cf-13c759d135db"},{"name":"GetMatchingResults","id":"aae0fe92-bbd5-41df-97bb-3a0e1e58bc0f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"apiKey\": \"<string>\",\n  \"uid\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.mona-ai.cloud/getMatchingResults","description":"<p>Endpoint for getMatchingResults operations</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-API-Key"},{"key":"value","value":"{{apiKey}}"}]},"isInherited":true,"source":{"_postman_id":"d65d5421-ab45-405c-a53e-5b8e931dd774","id":"d65d5421-ab45-405c-a53e-5b8e931dd774","name":"MONA AI API - Public Documentation","type":"collection"}},"urlObject":{"path":["getMatchingResults"],"host":["https://api.mona-ai.cloud"],"query":[],"variable":[]}},"response":[{"id":"ccf238bd-4045-4bd7-9203-c47d6bb85450","name":"Successful response","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"X-API-Key","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"apiKey\": \"<string>\",\n  \"uid\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.mona-ai.cloud/getMatchingResults"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": \"<boolean>\",\n  \"data\": {}\n}"},{"id":"d3e02951-2250-4cc2-abcf-43b39311f467","name":"Bad request","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"X-API-Key","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"apiKey\": \"<string>\",\n  \"uid\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.mona-ai.cloud/getMatchingResults"},"status":"Bad Request","code":400,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":null},{"id":"d1e6a2ab-e6a9-4e1b-8869-057fb233d5df","name":"Unauthorized","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"X-API-Key","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"apiKey\": \"<string>\",\n  \"uid\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.mona-ai.cloud/getMatchingResults"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":null},{"id":"8b425c81-1f67-43bf-b4f1-a397eb4d3d58","name":"Internal server error","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"X-API-Key","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"apiKey\": \"<string>\",\n  \"uid\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.mona-ai.cloud/getMatchingResults"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":null}],"_postman_id":"aae0fe92-bbd5-41df-97bb-3a0e1e58bc0f"},{"name":"CreateMatchingResultsSync","id":"f35668de-8e1b-42b4-9f4d-b934d4c169b8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"apiKey\": \"<string>\",\n  \"uid\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.mona-ai.cloud/createMatchingResultsSync","description":"<p>Endpoint for createMatchingResultsSync operations</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-API-Key"},{"key":"value","value":"{{apiKey}}"}]},"isInherited":true,"source":{"_postman_id":"d65d5421-ab45-405c-a53e-5b8e931dd774","id":"d65d5421-ab45-405c-a53e-5b8e931dd774","name":"MONA AI API - Public Documentation","type":"collection"}},"urlObject":{"path":["createMatchingResultsSync"],"host":["https://api.mona-ai.cloud"],"query":[],"variable":[]}},"response":[{"id":"59df3cd5-7914-417a-8d5b-d87cea97d44b","name":"Successful response","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"X-API-Key","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"apiKey\": \"<string>\",\n  \"uid\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.mona-ai.cloud/createMatchingResultsSync"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": \"<boolean>\",\n  \"data\": {}\n}"},{"id":"e03e3bba-9a8f-4662-b9f3-b8b93bc00265","name":"Bad request","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"X-API-Key","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"apiKey\": \"<string>\",\n  \"uid\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.mona-ai.cloud/createMatchingResultsSync"},"status":"Bad Request","code":400,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":null},{"id":"deb0e100-ce71-45d8-8b71-760fda09eae3","name":"Unauthorized","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"X-API-Key","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"apiKey\": \"<string>\",\n  \"uid\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.mona-ai.cloud/createMatchingResultsSync"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":null},{"id":"2cbfde23-2045-4058-81d9-4dcf1422f8a0","name":"Internal server error","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"X-API-Key","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"apiKey\": \"<string>\",\n  \"uid\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.mona-ai.cloud/createMatchingResultsSync"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":null}],"_postman_id":"f35668de-8e1b-42b4-9f4d-b934d4c169b8"},{"name":"CreateMatchingResultsAsync","id":"cdae9884-83f6-4906-8589-c8b7d176d534","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"apiKey\": \"<string>\",\n  \"uid\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.mona-ai.cloud/createMatchingResultsAsync","description":"<p>Endpoint for createMatchingResultsAsync operations</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-API-Key"},{"key":"value","value":"{{apiKey}}"}]},"isInherited":true,"source":{"_postman_id":"d65d5421-ab45-405c-a53e-5b8e931dd774","id":"d65d5421-ab45-405c-a53e-5b8e931dd774","name":"MONA AI API - Public Documentation","type":"collection"}},"urlObject":{"path":["createMatchingResultsAsync"],"host":["https://api.mona-ai.cloud"],"query":[],"variable":[]}},"response":[{"id":"32e5e98e-0bd0-4e8d-bfac-8f0642ddd6d0","name":"Successful response","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"X-API-Key","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"apiKey\": \"<string>\",\n  \"uid\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.mona-ai.cloud/createMatchingResultsAsync"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": \"<boolean>\",\n  \"data\": {}\n}"},{"id":"0a37afe8-b252-41fa-9ab5-fb38c7cd852e","name":"Bad request","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"X-API-Key","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"apiKey\": \"<string>\",\n  \"uid\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.mona-ai.cloud/createMatchingResultsAsync"},"status":"Bad Request","code":400,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":null},{"id":"dba5a689-e39f-4036-a107-2773a18ab877","name":"Unauthorized","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"X-API-Key","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"apiKey\": \"<string>\",\n  \"uid\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.mona-ai.cloud/createMatchingResultsAsync"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":null},{"id":"774d545d-d650-4375-9bf6-3f25b31c3500","name":"Internal server error","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"X-API-Key","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"apiKey\": \"<string>\",\n  \"uid\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.mona-ai.cloud/createMatchingResultsAsync"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":null}],"_postman_id":"cdae9884-83f6-4906-8589-c8b7d176d534"},{"name":"PushApplicantsToDatabase","id":"9c5acea6-cd6c-4a24-ae9a-e0d8710305d8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"apiKey\": \"<string>\",\n  \"uid\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.mona-ai.cloud/pushApplicantsToDatabase","description":"<p>Endpoint for pushApplicantsToDatabase operations</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-API-Key"},{"key":"value","value":"{{apiKey}}"}]},"isInherited":true,"source":{"_postman_id":"d65d5421-ab45-405c-a53e-5b8e931dd774","id":"d65d5421-ab45-405c-a53e-5b8e931dd774","name":"MONA AI API - Public Documentation","type":"collection"}},"urlObject":{"path":["pushApplicantsToDatabase"],"host":["https://api.mona-ai.cloud"],"query":[],"variable":[]}},"response":[{"id":"ce7df7fb-278d-457a-b162-604b91b3ac79","name":"Successful response","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"X-API-Key","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"apiKey\": \"<string>\",\n  \"uid\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.mona-ai.cloud/pushApplicantsToDatabase"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": \"<boolean>\",\n  \"data\": {}\n}"},{"id":"cf48b9c4-d0fd-4bfb-9a7f-f57926b2e77d","name":"Bad request","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"X-API-Key","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"apiKey\": \"<string>\",\n  \"uid\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.mona-ai.cloud/pushApplicantsToDatabase"},"status":"Bad Request","code":400,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":null},{"id":"335a89cb-250b-4fa2-8b81-e50f9e0e4dca","name":"Unauthorized","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"X-API-Key","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"apiKey\": \"<string>\",\n  \"uid\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.mona-ai.cloud/pushApplicantsToDatabase"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":null},{"id":"da5876c4-698f-464e-9fa8-07c5c58c67f0","name":"Internal server error","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"X-API-Key","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"apiKey\": \"<string>\",\n  \"uid\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.mona-ai.cloud/pushApplicantsToDatabase"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":null}],"_postman_id":"9c5acea6-cd6c-4a24-ae9a-e0d8710305d8"},{"name":"GetApplicantsFromDatabase","id":"528c404b-7626-4b66-b1b1-1fd047d5e2cc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"apiKey\": \"<string>\",\n  \"uid\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.mona-ai.cloud/getApplicantsFromDatabase","description":"<p>Endpoint for getApplicantsFromDatabase operations</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-API-Key"},{"key":"value","value":"{{apiKey}}"}]},"isInherited":true,"source":{"_postman_id":"d65d5421-ab45-405c-a53e-5b8e931dd774","id":"d65d5421-ab45-405c-a53e-5b8e931dd774","name":"MONA AI API - Public Documentation","type":"collection"}},"urlObject":{"path":["getApplicantsFromDatabase"],"host":["https://api.mona-ai.cloud"],"query":[],"variable":[]}},"response":[{"id":"f3709b6f-dc0f-43a3-a508-6e89d9940aa2","name":"Successful response","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"X-API-Key","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"apiKey\": \"<string>\",\n  \"uid\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.mona-ai.cloud/getApplicantsFromDatabase"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": \"<boolean>\",\n  \"data\": {}\n}"},{"id":"6032346a-55ad-4dfe-9f23-82a71778156b","name":"Bad request","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"X-API-Key","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"apiKey\": \"<string>\",\n  \"uid\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.mona-ai.cloud/getApplicantsFromDatabase"},"status":"Bad Request","code":400,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":null},{"id":"f98a73bd-6f7c-41d7-99f4-23b408cc97ab","name":"Unauthorized","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"X-API-Key","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"apiKey\": \"<string>\",\n  \"uid\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.mona-ai.cloud/getApplicantsFromDatabase"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":null},{"id":"a437af2b-5e34-441d-95e8-7b1b9bf45757","name":"Internal server error","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"X-API-Key","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"apiKey\": \"<string>\",\n  \"uid\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.mona-ai.cloud/getApplicantsFromDatabase"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":null}],"_postman_id":"528c404b-7626-4b66-b1b1-1fd047d5e2cc"},{"name":"GetFinishedApplicantsFromDatabase","id":"08102098-21b5-4aa6-b103-37204300c576","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"apiKey\": \"<string>\",\n  \"uid\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.mona-ai.cloud/getFinishedApplicantsFromDatabase","description":"<p>Endpoint for getFinishedApplicantsFromDatabase operations</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-API-Key"},{"key":"value","value":"{{apiKey}}"}]},"isInherited":true,"source":{"_postman_id":"d65d5421-ab45-405c-a53e-5b8e931dd774","id":"d65d5421-ab45-405c-a53e-5b8e931dd774","name":"MONA AI API - Public Documentation","type":"collection"}},"urlObject":{"path":["getFinishedApplicantsFromDatabase"],"host":["https://api.mona-ai.cloud"],"query":[],"variable":[]}},"response":[{"id":"96a7ac46-a65a-41b3-b0c4-a155b9abea42","name":"Successful response","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"X-API-Key","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"apiKey\": \"<string>\",\n  \"uid\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.mona-ai.cloud/getFinishedApplicantsFromDatabase"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": \"<boolean>\",\n  \"data\": {}\n}"},{"id":"9da71db3-d393-4659-8505-02819f6e70c4","name":"Bad request","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"X-API-Key","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"apiKey\": \"<string>\",\n  \"uid\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.mona-ai.cloud/getFinishedApplicantsFromDatabase"},"status":"Bad Request","code":400,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":null},{"id":"6540c92c-1050-432d-a1ab-a4c0054da525","name":"Unauthorized","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"X-API-Key","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"apiKey\": \"<string>\",\n  \"uid\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.mona-ai.cloud/getFinishedApplicantsFromDatabase"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":null},{"id":"955ff8c2-2fcc-4909-9d90-38fc57c35d4e","name":"Internal server error","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"X-API-Key","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"apiKey\": \"<string>\",\n  \"uid\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.mona-ai.cloud/getFinishedApplicantsFromDatabase"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":null}],"_postman_id":"08102098-21b5-4aa6-b103-37204300c576"},{"name":"GetApplicantsFromDatabaseForPlatform","id":"81bb7525-4471-4017-bd63-09259418c4dd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"apiKey\": \"<string>\",\n  \"uid\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.mona-ai.cloud/getApplicantsFromDatabaseForPlatform","description":"<p>Endpoint for getApplicantsFromDatabaseForPlatform operations</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-API-Key"},{"key":"value","value":"{{apiKey}}"}]},"isInherited":true,"source":{"_postman_id":"d65d5421-ab45-405c-a53e-5b8e931dd774","id":"d65d5421-ab45-405c-a53e-5b8e931dd774","name":"MONA AI API - Public Documentation","type":"collection"}},"urlObject":{"path":["getApplicantsFromDatabaseForPlatform"],"host":["https://api.mona-ai.cloud"],"query":[],"variable":[]}},"response":[{"id":"dd6aee0c-e029-4c63-ae25-03b71a0c38fd","name":"Successful response","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"X-API-Key","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"apiKey\": \"<string>\",\n  \"uid\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.mona-ai.cloud/getApplicantsFromDatabaseForPlatform"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": \"<boolean>\",\n  \"data\": {}\n}"},{"id":"28c5b738-28a5-43d2-a083-bfe059920abe","name":"Bad request","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"X-API-Key","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"apiKey\": \"<string>\",\n  \"uid\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.mona-ai.cloud/getApplicantsFromDatabaseForPlatform"},"status":"Bad Request","code":400,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":null},{"id":"223e2c1d-e3b3-4ed4-92f1-15803f71d04d","name":"Unauthorized","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"X-API-Key","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"apiKey\": \"<string>\",\n  \"uid\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.mona-ai.cloud/getApplicantsFromDatabaseForPlatform"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":null},{"id":"21536131-cc70-43fd-a7d6-2c277b565e10","name":"Internal server error","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"X-API-Key","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"apiKey\": \"<string>\",\n  \"uid\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.mona-ai.cloud/getApplicantsFromDatabaseForPlatform"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":null}],"_postman_id":"81bb7525-4471-4017-bd63-09259418c4dd"},{"name":"PushJobOffersToDatabase","id":"ee6bd115-fa3d-45d9-bf10-a2e2bda0cf8c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"apiKey\": \"<string>\",\n  \"uid\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.mona-ai.cloud/pushJobOffersToDatabase","description":"<p>Endpoint for pushJobOffersToDatabase operations</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-API-Key"},{"key":"value","value":"{{apiKey}}"}]},"isInherited":true,"source":{"_postman_id":"d65d5421-ab45-405c-a53e-5b8e931dd774","id":"d65d5421-ab45-405c-a53e-5b8e931dd774","name":"MONA AI API - Public Documentation","type":"collection"}},"urlObject":{"path":["pushJobOffersToDatabase"],"host":["https://api.mona-ai.cloud"],"query":[],"variable":[]}},"response":[{"id":"2a396f21-665b-4212-92cf-6c9113bc3257","name":"Successful response","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"X-API-Key","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"apiKey\": \"<string>\",\n  \"uid\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.mona-ai.cloud/pushJobOffersToDatabase"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": \"<boolean>\",\n  \"data\": {}\n}"},{"id":"15617848-4f5c-4f84-9a1f-f88d6f2cd4ba","name":"Bad request","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"X-API-Key","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"apiKey\": \"<string>\",\n  \"uid\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.mona-ai.cloud/pushJobOffersToDatabase"},"status":"Bad Request","code":400,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":null},{"id":"b8a46bed-f574-4543-96b3-bd9a513c1c84","name":"Unauthorized","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"X-API-Key","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"apiKey\": \"<string>\",\n  \"uid\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.mona-ai.cloud/pushJobOffersToDatabase"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":null},{"id":"d4e91358-7a37-47c8-8c9e-61b0332ad885","name":"Internal server error","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"X-API-Key","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"apiKey\": \"<string>\",\n  \"uid\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.mona-ai.cloud/pushJobOffersToDatabase"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":null}],"_postman_id":"ee6bd115-fa3d-45d9-bf10-a2e2bda0cf8c"},{"name":"GetJobOffersFromDatabase","id":"3c4d14bc-5251-404c-b688-cde9193acbce","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"apiKey\": \"<string>\",\n  \"uid\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.mona-ai.cloud/getJobOffersFromDatabase","description":"<p>Endpoint for getJobOffersFromDatabase operations</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-API-Key"},{"key":"value","value":"{{apiKey}}"}]},"isInherited":true,"source":{"_postman_id":"d65d5421-ab45-405c-a53e-5b8e931dd774","id":"d65d5421-ab45-405c-a53e-5b8e931dd774","name":"MONA AI API - Public Documentation","type":"collection"}},"urlObject":{"path":["getJobOffersFromDatabase"],"host":["https://api.mona-ai.cloud"],"query":[],"variable":[]}},"response":[{"id":"72728d27-d8b1-4a33-8da7-ba5b8743dbf1","name":"Successful response","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"X-API-Key","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"apiKey\": \"<string>\",\n  \"uid\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.mona-ai.cloud/getJobOffersFromDatabase"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": \"<boolean>\",\n  \"data\": {}\n}"},{"id":"40c624b5-a504-4dcb-9549-5bccf774b763","name":"Bad request","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"X-API-Key","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"apiKey\": \"<string>\",\n  \"uid\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.mona-ai.cloud/getJobOffersFromDatabase"},"status":"Bad Request","code":400,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":null},{"id":"7357ec0e-1be5-44bd-8e05-7f455bed2cea","name":"Unauthorized","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"X-API-Key","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"apiKey\": \"<string>\",\n  \"uid\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.mona-ai.cloud/getJobOffersFromDatabase"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":null},{"id":"a51b764e-48fe-438e-a348-34bbac014e2f","name":"Internal server error","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"X-API-Key","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"apiKey\": \"<string>\",\n  \"uid\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.mona-ai.cloud/getJobOffersFromDatabase"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":null}],"_postman_id":"3c4d14bc-5251-404c-b688-cde9193acbce"},{"name":"PushInterviewsToDatabase","id":"5ced8623-6765-4835-9348-e1573681f177","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"apiKey\": \"<string>\",\n  \"uid\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.mona-ai.cloud/pushInterviewsToDatabase","description":"<p>Endpoint for pushInterviewsToDatabase operations</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-API-Key"},{"key":"value","value":"{{apiKey}}"}]},"isInherited":true,"source":{"_postman_id":"d65d5421-ab45-405c-a53e-5b8e931dd774","id":"d65d5421-ab45-405c-a53e-5b8e931dd774","name":"MONA AI API - Public Documentation","type":"collection"}},"urlObject":{"path":["pushInterviewsToDatabase"],"host":["https://api.mona-ai.cloud"],"query":[],"variable":[]}},"response":[{"id":"68ac9f0a-b133-40c9-bcc2-2186819b373b","name":"Successful response","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"X-API-Key","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"apiKey\": \"<string>\",\n  \"uid\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.mona-ai.cloud/pushInterviewsToDatabase"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": \"<boolean>\",\n  \"data\": {}\n}"},{"id":"9187b9da-0963-4865-a6b1-93207076e6c6","name":"Bad request","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"X-API-Key","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"apiKey\": \"<string>\",\n  \"uid\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.mona-ai.cloud/pushInterviewsToDatabase"},"status":"Bad Request","code":400,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":null},{"id":"7ae33e36-bc53-4e71-846f-2aa1e4f72c47","name":"Unauthorized","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"X-API-Key","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"apiKey\": \"<string>\",\n  \"uid\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.mona-ai.cloud/pushInterviewsToDatabase"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":null},{"id":"4f51f5c2-9639-4455-9f59-9c603eaab5fa","name":"Internal server error","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"X-API-Key","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"apiKey\": \"<string>\",\n  \"uid\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.mona-ai.cloud/pushInterviewsToDatabase"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":null}],"_postman_id":"5ced8623-6765-4835-9348-e1573681f177"},{"name":"GetInterviewsFromDatabase","id":"dea60cfe-f8ca-4ca3-881a-2ac6266b23b3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"apiKey\": \"<string>\",\n  \"uid\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.mona-ai.cloud/getInterviewsFromDatabase","description":"<p>Endpoint for getInterviewsFromDatabase operations</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-API-Key"},{"key":"value","value":"{{apiKey}}"}]},"isInherited":true,"source":{"_postman_id":"d65d5421-ab45-405c-a53e-5b8e931dd774","id":"d65d5421-ab45-405c-a53e-5b8e931dd774","name":"MONA AI API - Public Documentation","type":"collection"}},"urlObject":{"path":["getInterviewsFromDatabase"],"host":["https://api.mona-ai.cloud"],"query":[],"variable":[]}},"response":[{"id":"fc68730b-58bf-47dd-bff6-3d806f0e6733","name":"Successful response","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"X-API-Key","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"apiKey\": \"<string>\",\n  \"uid\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.mona-ai.cloud/getInterviewsFromDatabase"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": \"<boolean>\",\n  \"data\": {}\n}"},{"id":"1fa53aad-cf9f-4b4a-9ecf-aab362b339e6","name":"Bad request","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"X-API-Key","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"apiKey\": \"<string>\",\n  \"uid\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.mona-ai.cloud/getInterviewsFromDatabase"},"status":"Bad Request","code":400,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":null},{"id":"3ef7f205-8484-4584-a584-49213bc9c71c","name":"Unauthorized","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"X-API-Key","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"apiKey\": \"<string>\",\n  \"uid\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.mona-ai.cloud/getInterviewsFromDatabase"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":null},{"id":"03a3b8b3-08cf-4718-bc4f-675921fcf7d8","name":"Internal server error","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"X-API-Key","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"apiKey\": \"<string>\",\n  \"uid\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.mona-ai.cloud/getInterviewsFromDatabase"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":null}],"_postman_id":"dea60cfe-f8ca-4ca3-881a-2ac6266b23b3"},{"name":"PushAgentsToDatabase","id":"05db4b60-68df-46c9-81eb-a96aee39cf1d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"apiKey\": \"<string>\",\n  \"uid\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.mona-ai.cloud/pushAgentsToDatabase","description":"<p>Endpoint for pushAgentsToDatabase operations</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-API-Key"},{"key":"value","value":"{{apiKey}}"}]},"isInherited":true,"source":{"_postman_id":"d65d5421-ab45-405c-a53e-5b8e931dd774","id":"d65d5421-ab45-405c-a53e-5b8e931dd774","name":"MONA AI API - Public Documentation","type":"collection"}},"urlObject":{"path":["pushAgentsToDatabase"],"host":["https://api.mona-ai.cloud"],"query":[],"variable":[]}},"response":[{"id":"6dbd0790-1df2-4fe6-ae6f-4595a4d3e802","name":"Successful response","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"X-API-Key","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"apiKey\": \"<string>\",\n  \"uid\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.mona-ai.cloud/pushAgentsToDatabase"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": \"<boolean>\",\n  \"data\": {}\n}"},{"id":"e40bdd9d-e5b8-4434-97f2-e3087dbcdf5b","name":"Bad request","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"X-API-Key","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"apiKey\": \"<string>\",\n  \"uid\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.mona-ai.cloud/pushAgentsToDatabase"},"status":"Bad Request","code":400,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":null},{"id":"f7c948a7-466a-4597-a2b4-a808056e7589","name":"Unauthorized","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"X-API-Key","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"apiKey\": \"<string>\",\n  \"uid\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.mona-ai.cloud/pushAgentsToDatabase"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":null},{"id":"cbcdfe9a-fe27-4a34-a375-995e2cf2ff8d","name":"Internal server error","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"X-API-Key","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"apiKey\": \"<string>\",\n  \"uid\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.mona-ai.cloud/pushAgentsToDatabase"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":null}],"_postman_id":"05db4b60-68df-46c9-81eb-a96aee39cf1d"},{"name":"GetAgentsFromDatabase","id":"425c5e96-d04c-4472-8daf-4bb365486d44","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"apiKey\": \"<string>\",\n  \"uid\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.mona-ai.cloud/getAgentsFromDatabase","description":"<p>Endpoint for getAgentsFromDatabase operations</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-API-Key"},{"key":"value","value":"{{apiKey}}"}]},"isInherited":true,"source":{"_postman_id":"d65d5421-ab45-405c-a53e-5b8e931dd774","id":"d65d5421-ab45-405c-a53e-5b8e931dd774","name":"MONA AI API - Public Documentation","type":"collection"}},"urlObject":{"path":["getAgentsFromDatabase"],"host":["https://api.mona-ai.cloud"],"query":[],"variable":[]}},"response":[{"id":"be3e004e-1e22-4e02-a599-513c9efb3a53","name":"Successful response","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"X-API-Key","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"apiKey\": \"<string>\",\n  \"uid\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.mona-ai.cloud/getAgentsFromDatabase"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": \"<boolean>\",\n  \"data\": {}\n}"},{"id":"6e8d1f81-2ff0-42cd-808c-b26ffea8f892","name":"Bad request","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"X-API-Key","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"apiKey\": \"<string>\",\n  \"uid\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.mona-ai.cloud/getAgentsFromDatabase"},"status":"Bad Request","code":400,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":null},{"id":"dd908bdc-ce45-4cb3-a88f-df38590fdf97","name":"Unauthorized","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"X-API-Key","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"apiKey\": \"<string>\",\n  \"uid\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.mona-ai.cloud/getAgentsFromDatabase"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":null},{"id":"04c9814d-6c67-450b-bd8b-215e4ea158de","name":"Internal server error","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"X-API-Key","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"apiKey\": \"<string>\",\n  \"uid\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.mona-ai.cloud/getAgentsFromDatabase"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":null}],"_postman_id":"425c5e96-d04c-4472-8daf-4bb365486d44"}],"id":"432be0c8-f8f3-4444-9855-3fc54d721d1a","_postman_id":"432be0c8-f8f3-4444-9855-3fc54d721d1a","description":"","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-API-Key"},{"key":"value","value":"{{apiKey}}"}]},"isInherited":true,"source":{"_postman_id":"d65d5421-ab45-405c-a53e-5b8e931dd774","id":"d65d5421-ab45-405c-a53e-5b8e931dd774","name":"MONA AI API - Public Documentation","type":"collection"}}}],"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-API-Key"},{"key":"value","value":"{{apiKey}}"}]}},"variable":[{"key":"baseUrl","value":"https://api.mona-ai.cloud"}]}