Body
application/json
JSON request payload to perform RAG on some chunks (chunks)
Response
This will be a JSON response of the chunks split from the HTML content with the headings and body
This endpoint receives a single html string and splits it into chunks based on the headings and body content. The headings are split based on heading html tags. chunk_html has a maximum size of 256Kb.
JSON request payload to perform RAG on some chunks (chunks)
This will be a JSON response of the chunks split from the HTML content with the headings and body