Skip to main content
GET
/
ai
/
usecase
Use case
import requests

url = "https://application_id.applications.lucidworks.com/ai/usecase"

response = requests.get(url)

print(response.json())
[
  {
    "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

useCase
string

The name of the use case to perform an action or function.

models
object[]