CodableAIA Stacksona Company

HTML to Structured Content

Turns HTML into headings, paragraphs, tables, and links using deterministic parsing rules.

Run tool

Form input

Output JSON


          

Work steps

    Inputs

    NameTypeRequiredDescription
    htmltextYesHtml

    Outputs

    NameTypeDescription
    headingsarrayHeadings
    paragraphsarrayParagraphs
    tablesarrayTables
    linksarrayLinks
    workarrayWork

    Sample request

    {
      "html": "<h1>Title</h1><p>Hello</p>"
    }