Chabad Library Text Processing API
  1. System
Chabad Library Text Processing API
  • System
    • Health Check
      GET
  • Search
    • Search Chabad Library
      GET
  • Texts
    • List All Texts
      GET
    • Get Text by Slug
      GET
  • Extraction
    • Test Chabad Library API
      GET
    • Extract Text from Document
      POST
  • Processing
    • Generate Document Outline
      POST
    • Process Complete Document
      POST
    • Translate Document Segment
      POST
  • Schemas
    • HealthResponse
    • ErrorResponse
    • SourceMetadata
    • OutlineSegment
    • DocumentOutline
    • TranslationData
    • Footnote
    • TranslatedSegment
    • EnrichedSegment
    • ProcessedDocument
    • SearchResult
    • SearchResultsResponse
    • WorkByIdResponse
    • NavSearchResult
    • TextListItem
    • NavSearchResultsResponse
    • PaginationInfo
    • PaginatedTextsResponse
  1. System

Health Check

GET
/api/health
Simple endpoint to check if the API is running and responsive.

Request

None

Responses

🟢200Success
application/json
API is healthy and responding
Body

Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET '/api/health'
Response Response Example
{
    "status": "ok"
}
Modified at 2025-12-03 11:51:17
Next
Search Chabad Library
Built with