Model parameters usage

Hi,
by uploading my model to the dashboard, im able to see some input elements defined in gh. How can I manipulate those elements with the api when I embed it to my website?

41

Below a few pages of our documentation which should help you connect the inputs of the uploaded Grasshopper model with your website:
First steps with the API
Requesting parameter updates
Generating dynamic user interfaces

The first two links give an introduction to the parameter interface. The third link contains code that you can use with your own model’s ticket for generating a barebone interface with basic HTML inputs.