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

Authorizations

x-api-key
string
header
required

Response

200 - application/json
fastModel
object
accurateModel
object