Hi,
I am new to working with APIs and had a question related to the create assistant API request. I am currently creating a webapp that allows users to create their own assistants and use them for calling. In order to create their assistants I did want to implement a form that takes a users input and uses it to create an assistant. The fields in this form would naturally be the objects for the create assistant call (Ex. transcriber, model, voice etc.), I was wondering if there was any way to have these fields dynamically load (ex: Having all the transcriber providers and the variants in a dropdown), or if I would have to manually add or remove providers if they are'/nt provided anymore
I would appreciate any help I can get and would be happy to provide further clarification if needed