Creates a todo list item.
Authorization
The Authorization
header is used to authenticate with the API using your API key. Value is of the format Bearer YOUR_KEY_HERE
.
Content-Type
Content type of the request body. Use application/json
Payload required to create a validation.
screenshot
Base64 encoded screenshot
assertion
What to assert is in the screenshot
1
{
"screenshot": "abc",
"assertion": "it is blue"
}