cURL
curl --request GET \ --url https://app.getpaperjet.com/api/v1/admin/runtime-config \ --header 'x-api-key: <api-key>'
{ "fastModel": { "name": "<string>", "modelId": "<string>" }, "accurateModel": { "name": "<string>", "modelId": "<string>" } }
Returns the models that are used in workflow execution
Show child attributes
Was this page helpful?