cURL
curl --request GET \ --url https://api.orion.file.ai/prod/v1/project/setting \ --header 'x-api-key: <api-key>'
{ "projectId": "5f5f726eea75272d54e1e1e1", "ocrModel": "BEETHOVEN_ENG_O5.6", "formTargetLanguage": "ENGLISH", "isSplit": false, "createdAt": "2021-01-01T00:00:00.000Z", "updatedAt": "2021-01-01T00:00:00.000Z" }
This endpoint is used to get the setting of the project.
The response will contain the setting of the project.
API key for authentication
The project setting is retrieved
The response is of type object.
object