bigRAG
API Reference

Health & Stats

Health checks and platform statistics endpoints.

Health

Stats & models

Error codes

All API errors return a JSON body with a detail field:

{ "detail": "Error description" }
HTTP StatusMeaningCommon Causes
400Bad RequestInvalid input, missing required fields
401UnauthorizedMissing or invalid authentication token
403ForbiddenInsufficient permissions
404Not FoundResource doesn't exist
409ConflictDuplicate name
413Payload Too LargeFile exceeds BIGRAG_MAX_UPLOAD_SIZE_MB
500Internal Server ErrorServer-side error

Every HTTP response includes an X-Request-ID header. Send your own value to correlate client logs with API logs, or let bigRAG generate one.

On this page