Generic Engine

List generic engines

Retrieve all generic engine objects.

get/api/v1/generic_engines

Query parameters

page_sizeinteger

Number of results per page

cursorstring

A value used for cursor-based pagination. Obtain this value from the next or previous URLs in a paginated response. Do not construct cursor values manually.

Response

OK

Example response

{
  "results": [
    {
      "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.