Note: streaming API endpoint is different from the main one,
curl -X GET "[<https://sys.brogevity.com/api/py/helloFastApi>](<https://sys.brogevity.com/api/py/helloFastApi>)" -H "x-api-key: your_api_key_here"
The domain is https://sys.brogevity.com
brogevityllmPOST https://sys.brogevity.com/api/py/brogevityllm
The brogevityllm endpoint enables clients to send a question and related history to the Brogevity LLM API. It streams a detailed response from the model, including insights derived from embeddings and claims data.
| Header | Type | Description |
|---|---|---|
x-api-key |
string | Required. Your API key for authentication. |
Content-Type: application/json
| Field | Type | Required | Description |
|---|---|---|---|
question |
string | Yes | The question you want to ask the LLM. |
history |
List[object] | Yes | Conversation history in the format described below. |