{"info":{"_postman_id":"42df47a5-a957-4b08-a0a9-ef88591efce7","name":"Voho API","description":"<html><head></head><body><p>StartFragment</p>\n<ul>\n<li><p><strong>Create Outbound Call</strong><br>  <strong>Endpoint:</strong> <code>https://api.vohoai.com/call</code><br>  <strong>Description:</strong> Initiates an outbound phone call to the specified recipient using the provided agent ID and phone number ID.</p>\n</li>\n<li><p>Create Assistant<br>  <strong>Endpoint:</strong> <code>https://api.vohoai.com/assistant</code><br>  <strong>Description:</strong> Sends a message to the assistant to trigger a response or interaction. Useful for engaging with customers dynamically.</p>\n</li>\n<li><p><strong>Upload Knowledgebase Files</strong><br>  <strong>Endpoint:</strong> <code>https://api.vohoai.com/file</code><br>  <strong>Description:</strong> Uploads files to the knowledgebase for use in voice assistant interactions. Supports PDF format.</p>\n</li>\n<li><p><strong>Get Assistant Details</strong><br>  <strong>Endpoint:</strong> <code>https://api.vohoai.com/assistant/{assistantId}</code><br>  <strong>Description:</strong> Retrieves detailed information about a specific assistant or agent using their unique agent ID.</p>\n</li>\n<li><p><strong>List All Phone Numbers</strong><br>  <strong>Endpoint:</strong> <code>https://api.vohoai.com/phone-numbers</code><br>  <strong>Description:</strong> Retrieves a list of all available phone numbers linked to the account for management or assignment purposes.</p>\n</li>\n</ul>\n<p>EndFragment</p>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"owner":"31635168","collectionId":"42df47a5-a957-4b08-a0a9-ef88591efce7","publishedId":"2sAYdkGour","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"FF6C37"},"publishDate":"2025-03-06T02:52:16.000Z"},"item":[{"name":"Create Call","id":"1e5f5168-ba50-4c4c-938e-90d3d8f9a984","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"x-api-key","value":"Bearer 0cefdd06-38b2-462a-9917-af8b3eac6a85"}],"body":{"mode":"raw","raw":"{\r\n  \"to\": \"+923482241520\",\r\n  \"agentId\": \"478ee012-78b7-4d0d-9977-88fed6f38855\",\r\n  \"first_name\": \"sheraz\",\r\n  \"phoneNumberId\": \"e8a3054f-1156-46c5-a93a-54014179a056\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.vohoai.com/call","description":"<p>Generated from cURL: curl -X POST \"<a href=\"https://api.callsupport.ai/api/voice/CreatePhoneCall\">https://api.vohoai.com/call\"</a><br />-H \"Content-Type: application/json\"<br />-H \"Authorization: Bearer YOUR_TOKEN\"<br />-d '{<br />\"to\": \"+1234567890\",<br />\"agentId\": \"123abc\",<br />\"first_name\": \"John\",<br />\"phoneNumberId\": \"789xyz\"<br />}'</p>\n","urlObject":{"protocol":"https","path":["call"],"host":["api","vohoai","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"1e5f5168-ba50-4c4c-938e-90d3d8f9a984"},{"name":"Create Assistant","id":"4274b6e5-cc6a-473d-9b82-d15fd1c95841","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"x-api-key","value":"Bearer 0cefdd06-38b2-462a-9917-af8b3eac6a85"}],"body":{"mode":"raw","raw":"{\r\n  \"assistantName\": \"AssistantBot\",\r\n  \"content\": \"Hello, how can I help you today?\",\r\n  \"businessName\": \"Tech Solutions\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.vohoai.com/assistant","description":"<p>Generated from cURL: curl -X POST \"<a href=\"https://api.callsupport.ai/api/voice/trigger-assistant\">https://api.vohoai.com/assistant\"</a><br />-H \"Content-Type: application/json\"<br />-H \"Authorization: Bearer YOUR_TOKEN\"<br />-d '{<br />\"assistantName\": \"AssistantBot\",<br />\"content\": \"Hello, how can I help you today?\",<br />\"businessName\": \"Tech Solutions\"<br />}'</p>\n","urlObject":{"protocol":"https","path":["assistant"],"host":["api","vohoai","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"4274b6e5-cc6a-473d-9b82-d15fd1c95841"},{"name":"Update Assistant","id":"65959098-88c7-4c98-9415-e3bab2f0334c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"x-api-key","value":"Bearer 0cefdd06-38b2-462a-9917-af8b3eac6a85"}],"body":{"mode":"raw","raw":"{\n  \"backgroundSound\": \"off\",\n\n  \"backchannelingEnabled\": false,\n  \"content\": \"Your assistant content here\",\n  \"businessName\": \"Your Business Name\",\n  \"language\": \"en\",\n  \"fileIds\": [],\n  \"toolIds\": [],\n  \"name\": \"Assistant Name\",\n  \"similarityBoost\": 0.7,\n  \"backgroundDenoisingEnabled\": false,\n  \"fillerInjectionEnabled\": false,\n  \"optimizeStreamingLatency\": 1,\n  \"style\": 0.1,\n  \"voicemailMessage\": \"Custom voicemail message\",\n  \"endCallMessage\": \"Custom end call message\",\n  \"Stability\": 0.5,\n  \"useSpeakerBoost\": false,\n \n  \"selectedVoice\": {\n    \"provider\": \"11labs\",\n    \"providerId\": \"POCUCHpkcft5hKdBS8NZ\"\n  },\n  \"selectedModel\": \"gpt-4o\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.vohoai.com/assistant/{assistant-id}","description":"<p>Generated from cURL: curl -X POST '<a href=\"http://your-api-domain/api/assistant/%7Bassistant_id%7D'\">https://api.vohoai.com/assistant/{assistant_id}'</a><br />-H 'Content-Type: application/json'<br />-H 'x-api-key: YOUR_API_KEY'<br />-d '{<br />\"backgroundSound\": false,<br />\"assistantId\": \"assistant-id-here\",<br />\"backchannelingEnabled\": false,<br />\"content\": \"Your assistant content here\",<br />\"businessName\": \"Your Business Name\",<br />\"language\": \"en\",<br />\"fileIds\": [],<br />\"toolIds\": [],<br />\"name\": \"Assistant Name\",<br />\"similarityBoost\": 0.7,<br />\"backgroundDenoisingEnabled\": false,<br />\"fillerInjectionEnabled\": false,<br />\"optimizeStreamingLatency\": 1,<br />\"style\": 0.1,<br />\"voicemailMessage\": \"Custom voicemail message\",<br />\"endCallMessage\": \"Custom end call message\",<br />\"Stability\": 0.5,<br />\"useSpeakerBoost\": false,<br />\"forwardingPhoneNumber\": \"+1234567890\",<br />\"selectedVoice\": {<br />\"provider\": \"11labs\",<br />\"providerId\": \"POCUCHpkcft5hKdBS8NZ\"<br />},<br />\"selectedModel\": \"gpt-4o\"<br />}'</p>\n","urlObject":{"protocol":"https","path":["assistant","{assistant-id}"],"host":["api","vohoai","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"65959098-88c7-4c98-9415-e3bab2f0334c"},{"name":"Delete Assistant","id":"3f49534e-a359-4d12-a44b-5153cf9052b4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"x-api-key","value":"Bearer 0cefdd06-38b2-462a-9917-af8b3eac6a85"}],"url":"https://api.vohoai.com/assistant/{assistant-id}","description":"<p>Generated from cURL: curl -X DELETE '<a href=\"http://your-api-domain/api/assistant/%7Bassistant_id%7D'\">https://api.vohoai.comapi/assistant/{assistant_id}'</a><br />-H 'x-api-key: YOUR_API_KEY'</p>\n","urlObject":{"protocol":"https","path":["assistant","{assistant-id}"],"host":["api","vohoai","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"3f49534e-a359-4d12-a44b-5153cf9052b4"},{"name":"Get Assistant","id":"fd7d71ea-69fc-457c-8fc9-7fb79263be0c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"x-api-key","value":"Bearer 0cefdd06-38b2-462a-9917-af8b3eac6a85"}],"url":"https://api.vohoai.com/assistant/{assistant-id}","description":"<p>Generated from cURL: curl -X GET \"<a href=\"https://api.callsupport.ai/api/voice/getVoiceInfo/123abc\">https://api.vohoai.com/assistant/{assistantId}\"</a><br />-H \"Content-Type: application/json\"<br />-H \"Authorization: Bearer YOUR_TOKEN\"</p>\n","urlObject":{"protocol":"https","path":["assistant","{assistant-id}"],"host":["api","vohoai","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"fd7d71ea-69fc-457c-8fc9-7fb79263be0c"},{"name":"Batch calling","id":"14e8c1d5-5bc3-466c-9b2a-a44260812a59","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"x-api-key","value":"Bearer 0cefdd06-38b2-462a-9917-af8b3eac6a85","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"file","type":"file","src":"/C:/Users/Idea tech/Downloads/voho (5).csv"},{"key":"assistantId","value":"478ee012-78b7-4d0d-9977-88fed6f38855","type":"text"},{"key":"phoneId","value":"e8a3054f-1156-46c5-a93a-54014179a056","type":"text"},{"key":"name","value":"batch call demo","type":"text","uuid":"8c71cd5b-e746-4644-b57b-2a5b3d91636c"}]},"url":"https://api.vohoai.com/batch-calls","description":"<p>StartFragment<strong>Batch Calling</strong><br /><strong>Endpoint:</strong> <code>https://api.vohoai.com/batch-calls</code><br /><strong>Description:</strong> Processes multiple phone numbers for batch calls using a CSV file. Includes options to assign assistant and phone ID.EndFragment</p>\n","urlObject":{"protocol":"https","path":["batch-calls"],"host":["api","vohoai","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"14e8c1d5-5bc3-466c-9b2a-a44260812a59"},{"name":"Phone numbers","id":"0aace4b0-b4fb-4bbc-b606-5155b734612e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"x-api-key","value":"Bearer 0cefdd06-38b2-462a-9917-af8b3eac6a85"}],"url":"https://api.vohoai.com/phone-numbers","description":"<p>Generated from cURL: curl -X GET \"<a href=\"https://api.callsupport.ai/api/voice/getAllPhoneNumbers\">https://api.vohoai.com/phone-numbers</a><a href=\"https://api.callsupport.ai/api/voice/getAllPhoneNumbers\">\"</a><br />-H \"Content-Type: application/json\"<br />-H \"Authorization: Bearer YOUR_TOKEN\"</p>\n","urlObject":{"protocol":"https","path":["phone-numbers"],"host":["api","vohoai","com"],"query":[{"disabled":true,"key":"","value":"Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6IjY2ZjEwMDQyOGM4YmM3MzAwNWUyMzUzNSIsImVtYWlsIjoic3luYXBzZXNvbHV0aW9uMUBnbWFpbC5jb20iLCJpYXQiOjE3MzEzMDgzNDN9.dVQoHhtxw7mJFxJOppKn8SaXSYgb7vy6QPMDrEeuLYM"}],"variable":[]}},"response":[],"_postman_id":"0aace4b0-b4fb-4bbc-b606-5155b734612e"},{"name":"Knowledgebase files","id":"c92b7236-3d92-4528-855c-3043a0e6adf8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"x-api-key","value":"Bearer 0cefdd06-38b2-462a-9917-af8b3eac6a85"}],"body":{"mode":"formdata","formdata":[{"type":"file","key":"file","src":"/C:/Users/Idea tech/Downloads/receipt-tx_67b6e524.pdf"}]},"url":"https://api.vohoai.com/file","description":"<p>Generated from cURL: curl -X POST \"<a href=\"https://api.callsupport.ai/api/voice/uploadfile\">https://api.vohoai.com/file\"</a><br />-H \"Authorization: Bearer YOUR_TOKEN\"<br />-H \"Content-Type: multipart/form-data\"<br />-F \"file=@/path/to/your/file.pdf\"</p>\n","urlObject":{"protocol":"https","path":["file"],"host":["api","vohoai","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"c92b7236-3d92-4528-855c-3043a0e6adf8"}]}