Content Management and Capture

 View Only

 Accessing Content Engine GenAI API's using GraphQL

John Bourdeau's profile image
John Bourdeau posted Mon June 30, 2025 04:49 PM

I'm trying to use GraphQL to query content engine's GenAPI's.  I'm using the example found at Content Engine GraphQL API sample mutations and queries.

When I run the query I'm getting an error:

[6/30/25 16:36:42:592 EDT] 000000b6 ContentServic E   Exception while fetching data (/createCmAbstractPersistable) : com.filenet.apiimpl.core.DocumentImpl incompatible with com.filenet.apiimpl.core.CmAbstractPersistableImpl
                                 java.lang.ClassCastException: com.filenet.apiimpl.core.DocumentImpl incompatible with com.filenet.apiimpl.core.CmAbstractPersistableImpl

Ayone understand the error?

Does anyone have an example query for GenAI (Content Assistant)?