how to download assistant json
# support
b
I've created an assistant using the web dashboard but I want to start creating transient assitant's using the "assistant_request". I'd like to get the JSON of the current assistant.
v
@beester Certainly! To retrieve the JSON configuration of your current assistant, you would typically use the API endpoint provided by VAPI for fetching an assistant's details. However, since I'm here to assist you, I can guide you through the process. To get the JSON of your current assistant, you'll need to make an API call to the endpoint that retrieves assistant details. You'll need to provide the
assistantId
of the assistant you want to fetch. Here's a general structure of how your request should look:
Copy code
json
{
  "assistantId": "your-assistant-id"
}
Please replace
"your-assistant-id"
with the actual ID of your assistant. If you need help with making the API call or if you require the specific endpoint details, please let me know, and I'll be glad to assist you further!
You can continue this conversation by mentioning me in the message.
@beester Sweet. Have a great day!
@Vapi Sweet. Have a great day!
28 Views