Implementing Form for OpenAI API

Hello!

I have been experimenting with the OpenAI API for a week or two now, and I have a question. I am trying to build myself an application that has a form with multiple separate inputs (ex. Prompt, Tone, Length, etc.) . When you call the API, do you combine this data, then send it, and if so, how? I am still new to this, so sorry if I sound a little disoriented.

Thanks!

Nick

Hi @nick.neuman,

I recomend reading and following the Quickstart guide in the docs. It’ll walk you through building an app in Node.js and Python to help you get started.

3 Likes