Endpoints
Create Template
You can use this to spin up apps for your users with the same configuration
POST
/
create_template
Query
Create a configuration for your app. This is a JSON dictionary.
Response
The app configuration you sent is now stored as a template. This is it’s unique id. Use it to automatically spin up chatGPT apps with that exact configuration.
We return back the app config you sent. This is to confirm the parameters that were sent. We also add a score for the prompt (the lower the better), if one was submitted.