Power Guard AI
Health
Copiar Página
Power Guard AI
Getting Started
hello-powerguard (starts here!)
ai-controller-guide
chat-controller-guide
health-controller-guide
models-controller-guide
usage-controller-guide
AI
Generate AI responses for form fields
POST
Generate AI text completion
POST
Generate embeddings for input text
POST
Chat
Process chat completions
POST
Process chat completions
POST
Health
Check API health status
GET
Models
List all available models
GET
Get specific model information
GET
Usage
Get API usage statistics
GET
Esquemas
Schemas
CompletionRequest
ChatCompletionChoice
EmbeddingRequest
ChatCompletionFunction
FunctionParameters
ChatCompletionMessage
Message
ChatCompletionResponse
QuestionModel
ChatCompletionToolCall
ChatCompletionUsage
QuestionRequest
QuestionValidationRules
Choice
Tool
ChoiceMessage
ToolFunction
CompletionResponse
DataItem
EmbeddingResponse
HealthResponseModel
ModelCapabilities
ModelInfo
ResponseModel
Role
SingleReadOnlyMemory
SingleReadOnlySpan
Usage
UsageModel
Health
Copiar Página
Check API health status
GET
/api/Health
Testar
Run in Apidog
Run in Apidog
Returns the current health status of the API
Requisição
Nenhum
Respostas
🟢
200
OK
text/plain
API is healthy
Body
Gerar Código
Request
Request Example
Shell
JavaScript
Java
Swift
cURL
cURL-Windows
Httpie
wget
PowerShell
curl
--location
--request
GET
'https://ai.thrust.com.br/api/Health'
Response
Response Example
{
"Status"
:
"string"
}
Modificado em
2025-07-16 20:45:28
Página anterior
Process chat completions
Próxima página
List all available models