curl --request GET \
--url https://use.hoop.dev/api/ai/session-analyzer/providers{
"api_key": "sk-...",
"api_url": "https://api.openai.com/v1",
"created_at": "2024-07-25T15:56:35.317601Z",
"id": "15B5A2FD-0706-4A47-B1CF-B93CCFC5B3D7",
"model": "gpt-4o",
"provider": "openai",
"updated_at": "2024-07-25T15:56:35.317601Z"
}Get the AI provider configured for the session analyzer feature in the organization
curl --request GET \
--url https://use.hoop.dev/api/ai/session-analyzer/providers{
"api_key": "sk-...",
"api_url": "https://api.openai.com/v1",
"created_at": "2024-07-25T15:56:35.317601Z",
"id": "15B5A2FD-0706-4A47-B1CF-B93CCFC5B3D7",
"model": "gpt-4o",
"provider": "openai",
"updated_at": "2024-07-25T15:56:35.317601Z"
}OK
API key for authentication
"sk-..."
Base URL of the AI API
"https://api.openai.com/v1"
The time the resource was created
"2024-07-25T15:56:35.317601Z"
The resource identifier
"15B5A2FD-0706-4A47-B1CF-B93CCFC5B3D7"
Model to use
"gpt-4o"
Name for the AI provider
"openai"
The time the resource was updated
"2024-07-25T15:56:35.317601Z"
Was this page helpful?