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
Get API usage statistics
POST
Esquemas
Schemas
ChatCompletionChoice
ChatCompletionFunction
ChatCompletionMessage
ChatCompletionResponse
ChatCompletionToolCall
ChatCompletionUsage
Choice
ChoiceMessage
CompletionRequest
CompletionResponse
DataItem
EmbeddingRequest
EmbeddingResponse
FunctionParameters
HealthResponseModel
Message
ModelCapabilities
ModelInfo
QuestionModel
QuestionRequest
QuestionValidationRules
ResponseModel
Role
SingleReadOnlyMemory
SingleReadOnlySpan
Tool
ToolFunction
Usage
UsageModel
UsageRequest
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
application/json
API is healthy
Body
Gerar Código
Request
Request Example
Shell
JavaScript
Java
Swift
cURL
cURL-Windows
Httpie
wget
PowerShell
curl
--location
'https://ai.thrust.com.br/api/Health'
Response
Response Example
{
"Status"
:
"string"
}
Modificado emĀ
2026-06-01 14:37:29
PƔgina anterior
Process chat completions
Próxima pÔgina
List all available models