Note: streaming API endpoint is different from the main one,

Health Monitoring:

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


API Documentation: brogevityllm

Endpoint

POST https://sys.brogevity.com/api/py/brogevityllm

Description

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.


Request Headers

Header Type Description
x-api-key string Required. Your API key for authentication.

Request Body

Content-Type: application/json

Schema

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.