cURL
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 }
This endpoint is used to update the setting of the project.
The response will contain the updated setting of the project.
API key for authentication
The project setting is updated
The response is of type object.
object