I am getting bad request error for calling the ass...
# support
r
I just want to do a simple web call to the assistant just using the assistantId but the response I get is to include a phone number. Is there any other workaround ?
v
message has been deleted
@Richard Certainly! If you're looking to make a web call to the assistant without involving a phone number, you can use the assistant's API endpoint designed for web-based interactions. This typically involves sending a request to an endpoint such as
/assistant/chat
or similar, depending on the specific API you're working with. You would need to provide the
assistantId
and any other required parameters that the API documentation specifies for web interactions. If you're unsure about the exact endpoint or parameters required for web-based interactions with your assistant, please refer to the API documentation or ask support for more detailed guidance. If you provide me with more details or if there's a specific endpoint you're trying to reach, I can give you more precise instructions on how to proceed.
You can continue this conversation by mentioning me in the message.
r
@Vapi provide me the documentation for it
v
@Richard Please ask support for more info on this.
r
@Shubham Bajaj any idea ?? on how I can call the assistant without phone number ? I just want to simple web call
s
hey @Richard as discussed in #1211484481848873020 your using server sdks using it you can make web calls, instead you have to use web-sdks. Did you tried out using websdk?
4 Views