Create a new recipe configuration

post

/s1-intake-svc/rest/v1.0/recipeconfig

Configures recipes for Safety One Intake to perform OCR extraction and AI prediction on ingested documents. Make sure that the recipes are available for inclusion in the recipe configuration. To create the AI prediction model, refer to Tasks > Recipe > Prediction Model > V1 > Create a new prediction model. To create the OCR extraction recipe, refer to Tasks > Recipe > Recipes > V1 > Create a new recipe with valid recipe JSON. Restricted to the Intake Designer role.

Request

There are no request parameters for this operation.

Supported Media Types
Request Body - application/json ()
Root Schema : schema
Type: object
Show Source
Back to Top

Response

Supported Media Types

201 Response

Created
Body ()
Root Schema : schema
Type: string

400 Response

Bad request
Body ()
Root Schema : ErrorResponseData
Type: object
Response object for error
Show Source
Nested Schema : details
Type: object
Error Details

401 Response

Unauthorized user
Body ()
Root Schema : ErrorResponseData
Type: object
Response object for error
Show Source
Nested Schema : details
Type: object
Error Details

500 Response

Internal server error
Body ()
Root Schema : ErrorResponseData
Type: object
Response object for error
Show Source
Nested Schema : details
Type: object
Error Details
Back to Top