request_body
request_body
The request body contains a parameter "url" that a user wants to test the WCAG violations on. The "reporttype" parameter represents the type of locator a user wants in return.
JSON Example
{
"url": "string",
"reporttype": 0
}
string
url
Required
A URL to check WCAG violations on. It should be a valid URL.
integer
reporttype
Optional
reporttype is either xpath(value: 3) or css selector(value: 4)