cURL
curl --request GET \ --url https://application_id.applications.lucidworks.com/ai/usecase
[ { "useCase": "<string>", "models": [ { "id": "<string>", "name": "<string>", "modelType": "<string>", "vectorSize": 123 } ] } ]
Returns a list of use cases with related models.
The authentication and authorization access token
OK
The name of the use case to perform an action or function.
Show child attributes
Was this page helpful?