API Reference¶
app
¶
API Gateway for Solver Service.
root
¶
Get API information and metadata.
Returns:
| Name | Type | Description |
|---|---|---|
dict |
dict
|
Dictionary containing API name, version, description, documentation link, environment, developer info, and contact details. |
Source code in src/api/app.py
ping
async
¶
Health check endpoint.
Returns:
| Name | Type | Description |
|---|---|---|
str |
str
|
"pong" response to indicate the API is running and healthy. |