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 response is of type object[].
object[]
Was this page helpful?