Dedicated Engine
Create dedicated engine
Create a new dedicated engine object.
<Callout type="info"> Talk with a Rossum representative about enabling this feature. You can create new Dedicated Engine objects. However, no Dedicated Engine will be trained unless Dedicated Engines are part of your agreement. </Callout>post/api/v1/dedicated_engines
Request body
Example request
{
"id": 3000,
"name": "Dedicated engine 1",
"description": "AI engine trained to recognize data for the specific data capture requirement",
"url": "https://example.rossum.app/api/v1/dedicated_engines/3000",
"status": "draft",
"schema": "https://example.rossum.app/api/v1/dedicated_engine_schemas/6000",
"queues": []
}Response
Created
Example response
{
"id": 3000,
"name": "Dedicated engine 1",
"description": "AI engine trained to recognize data for the specific data capture requirement",
"url": "https://example.rossum.app/api/v1/dedicated_engines/3000",
"status": "draft",
"schema": "https://example.rossum.app/api/v1/dedicated_engine_schemas/6000",
"queues": []
}Changes
No recorded changes to this endpoint across all 1 revision of this API.