Generate source from Plotly GUI

Is there a way to generate dynamic API calls from a chart generated in the Plotly GUI? I want to:

  1. Use Plotly as a tool for data analysts to create charts
  2. From the chart created in the GUI, generate API code
  3. Hand that code to an engineer so they can place it into a web site

I can only find features to create static representations of the chart or I have to go bottom-up and create the chart from code. Any help or other thoughts about how one may go about solving this differently with Plotly would be greatly appreciated!