Chabad Library Text Processing API
    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

    NavSearchResultsResponse

    Array of navigation search results from the lightweight title index

    [
        {
            "chabad_id": "2900630034",
            "depth_level": 3,
            "title_hebrew": "מצות נר חנוכה",
            "hierarchy_names": [
                "כ\"ק אדמו\"ר ה\"צמח צדק\"",
                "דרך מצותיך",
                "ספר המצות",
                "מצות נר חנוכה"
            ],
            "first_page_id": "2900630254",
            "page_count": 5,
            "score": 0.92,
            "url": "https://chabadlibrary.org/books/2900630254"
        }
    ]
    Built with