RAGaaS
Documentation

API reference

Generated from the OpenAPI 3.1 spec. Pick an endpoint to see its parameters, schemas, code samples, and a live “Try it” console.

GET/health

Service health check

Public

Public liveness probe. No authentication required.

Responses

200Service is up.

Body

statusstringrequirede.g. "ok"
versionstringrequirede.g. "0.1.0"
servicestringrequirede.g. "rag-api"

Code samples

curl -X GET 'https://rag.lucasfurtado.xyz/api/health'