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

    PaginatedTextsResponse

    Paginated response for text list

    {
        "texts": [
            {
                "slug": "string",
                "publication_title": "string",
                "work_title": "string",
                "author_name": "string",
                "page_count": 0,
                "created_at": "2019-08-24T14:15:22.123Z",
                "updated_at": "2019-08-24T14:15:22.123Z"
            }
        ],
        "pagination": {
            "page": 1,
            "pageSize": 1,
            "total": 0,
            "totalPages": 0
        }
    }
    Built with