doc page not opening
# support
b
Hello, this page is not populating... https://docs.vapi.ai/api-reference/calls/create-call
v
message has been deleted
You can continue this conversation by mentioning me in the message.
@Brian I'm sorry to hear that you're experiencing issues with the documentation page. It's possible that there might be a temporary glitch or maintenance work affecting the website. In the meantime, I can help you with information on how to create a phone call using VAPI. Would you like to proceed with that?
b
yes
yes
v
@Brian Great! To create a call using VAPI, you typically need to provide the following parameters: 1. **To**: The phone number or SIP address that you want to call. 2. **From**: The phone number or SIP address that the call should come from. This is usually a number you have purchased from your voice service provider. 3. **Answer URL**: A URL that points to a script or a set of instructions that VAPI will fetch when the call is answered to determine what to do next, such as playing a message or connecting to another number. Here's a basic example of how you might structure your API call to create a new phone call:
Copy code
http
POST https://api.vapi.ai/v1/calls
Content-Type: application/json
Authorization: Bearer {Your_API_Key}

{
  "to": "{To_Number}",
  "from": "{From_Number}",
  "answer_url": "https://example.com/answer"
}
Replace
{Your_API_Key}
,
{To_Number}
,
{From_Number}
, and the
answer_url
with your actual API key, the recipient's phone number, your VAPI number, and the URL to your answer instructions, respectively. If you need more detailed information or have specific parameters you'd like to set for the call, please let me know, and I can provide further assistance!
b
add tools
need to add tools
v
@Brian To add more tools to your VAPI setup, you'll need to follow the structure provided in your existing configuration. Each tool will have its own unique configuration and messages. Here's a general guide on how to add a new tool: 1. Identify the tool you want to add and ensure it's compatible with the VAPI environment. 2. Create a new tool object within the “tools” array in your configuration file. 3. Follow the existing structure for tool objects, which typically includes properties like name, type, and configuration parameters specific to the tool. 4. Modify the details as needed to configure the new tool appropriately. 5. Test the new tool to ensure it's working as expected within the VAPI environment. If you provide me with the specific details of the tool you want to add, I can give you a more tailored guide. Otherwise, if you're ready to proceed with adding a tool and you have all the necessary information, you can go ahead and update your configuration file accordingly. If you encounter any issues or need further assistance, please let me know!
s
We are aware about it and we are in touch with the mintlify team to get this fixed.
j
The docs page is not loading for me....
v
@Jonas I understand that you're still experiencing issues with the documentation page not loading. While the team is working on resolving this with the mintlify team, I can assist you with any immediate questions or provide guidance on the VAPI features you're interested in. Please feel free to ask your questions here, and I'll do my best to help you out. If there's anything specific you need from the documentation, let me know, and I'll provide the information directly.
2 Views