AccessiWeb: il web accessibile e inclusivo

Endpoint api.accessiweb.it ready

  • API COMPLETE
    curl -XPOST "https://api.accessiweb.it/validate-wcag21aa"
    -H "content-type: application/json"
    -d "url: https://www.sitetotest.it"
     
  • API AXE
    curl -XPOST "https://api.accessiweb.it/validate-acsw-axe"
    -H "content-type: application/json"
    -d "url: https://www.sitetotest.it"
     
  • API LIGHT
    curl -XPOST "https://api.accessiweb.it/validate"
    -H "content-type: application/json"
    -d "url: https://www.sitetotest.it"
     
  • API COLOR CONTRAST
    curl -XPOST "https://api.accessiweb.it/contrast-check"
    -H "content-type: application/json"
    -d "foreground": "#000000", "background": "#ffffff"
     
  • WEBSERVER
    https://api.accessiweb.it/validate-html?url=https://www.sitetotest.it

www.accessiweb.it