cURL
curl --request POST \ --url https://app.getpaperjet.com/api/v1/admin/runtime-config \ --header 'Content-Type: application/json' \ --header 'x-api-key: <api-key>' \ --data ' { "type": "core", "modelId": "<string>" } '
{ "success": true }
Set runtime model configuration
core
vision
Success response
Was this page helpful?