Generic Engine
Retrieve generic engine
Get a generic engine object.
get/api/v1/generic_engines/{genericEngineID}
Response
OK
Example response
{
"id": 3000,
"url": "https://example.rossum.app/api/v1/generic_engines/3000",
"name": "Generic engine",
"description": "AI engine trained to recognize data for the specific data capture requirement",
"documentation_url": "https://knowledge-base.rossum.ai/docs/ai-engines#generic-engines",
"schema": "https://example.rossum.app/api/v1/generic_engine_schemas/6000"
}Changes
No recorded changes to this endpoint across all 1 revision of this API.