ChunkHtmlContentReqPayload: {
    body_remove_strings?: string[] | null;
    chunk_html: string;
    heading_remove_strings?: string[] | null;
}

Type declaration

  • Optionalbody_remove_strings?: string[] | null

    Text strings to remove from body when creating chunks for each page

  • chunk_html: string

    The HTML content to be split into chunks

  • Optionalheading_remove_strings?: string[] | null

    Text strings to remove from headings when creating chunks for each page