Dedicated Engine
Request dedicated engine
Request training of a new Dedicated Engine using a form (multipart/form-data).
<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
Response
OK
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.