GET
/
ai
/
usecase
Use case
curl --request GET \
  --url https://application_id.applications.lucidworks.com/ai/usecase
[
  {
    "useCase": "<string>",
    "models": [
      {
        "id": "<string>",
        "name": "<string>",
        "modelType": "<string>",
        "vectorSize": 123
      }
    ]
  }
]

Query Parameters

Authorization: Bearer ACCESS_TOKEN
string

The authentication and authorization access token

Response

200 - application/json

OK

The response is of type object[].