Skip to main content
POST
/
api
/
v1
/
admin
/
runtime-config
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
}

Authorizations

x-api-key
string
header
required

Body

application/json
type
enum<string>
required
Available options:
core,
vision
modelId
string
required

Response

success
boolean
required