LGTM.sh API

Validate your tests with AI Vision.

BASE URL
https://lgtm-main-80a621c.d2.zuplo.dev

Authentication

Sign into view and manage your API credentials

Standard Todo List Endpoints

ENDPOINTS

LGTM

Creates a todo list item.

Protected by API Key

Headers

Authorization

required, string

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

required, string

Content type of the request body. Use application/json

Request Body

Payload required to create a validation.

screenshot

required, string

Base64 encoded screenshot

assertion

required, string

What to assert is in the screenshot

POST
/v1/lgtm
1
EXAMPLE BODY
{
  "screenshot": "abc",
  "assertion": "it is blue"
}