hey does anyone know how to create
# general-english
d
hey does anyone know how to create assistants via api? my api keys require me to tie it to an assistant already created, but I'm trying to use the api to create new assistants. Any ideas?
k
Use the POST /assistant endpoint with your API key ensuring it has proper permissions, and include assistant details like name, model, voice, and prompts in the JSON body of the request.