Skip to main content
GET
/
api
/
v1
/
ika
/
health
Public health check
curl --request GET \
  --url https://backend.inkwell.finance/api/v1/ika/health
{
  "status": "healthy",
  "details": {}
}

Documentation Index

Fetch the complete documentation index at: https://docs.inkwell.finance/llms.txt

Use this file to discover all available pages before exploring further.

Response

200 - application/json

Service healthy

status
enum<string>
Available options:
healthy,
degraded,
unavailable
details
object