PATCH
/
prod
/
v1
/
project
/
setting
Update project setting
curl --request PATCH \
  --url https://api.orion.file.ai/prod/v1/project/setting \
  --header 'Content-Type: application/json' \
  --header 'x-api-key: <api-key>' \
  --data '{
  "ocrModel": "Beethoven_ENG_O5.1",
  "formTargetLanguage": "English",
  "isSplit": false
}'
{
  "success": true
}

Authorizations

x-api-key
string
header
required

API key for authentication

Body

application/json

Response

200
application/json

The project setting is updated

The response is of type object.