Applitools website screenshot

Applitools

Applitools is a Visual AI testing platform for end-to-end functional, visual, and API testing. The product line covers Eyes (Visual AI inside existing test frameworks), Autonomous (no-code AI-powered E2E platform), Execution Cloud (self-healing cloud test runner), and Ultrafast Grid (cross-browser/device visual rendering). Applitools exposes a REST server API at eyesapi.applitools.com and ships SDKs for Selenium, Cypress, Playwright, WebdriverIO, Puppeteer, Appium, Espresso, XCUI, Robot Framework, and more across JavaScript, TypeScript, Java, Python, C#, and Ruby.

5 APIs 0 Features
TestingVisual AIVisual TestingAutonomous TestingRESTSDKCross-BrowserExecution Cloud

APIs

Applitools Eyes Server REST API

REST API for the Applitools Eyes cloud server. Endpoint groups include Batch Management (results, statistics, properties, deletion), Discussions (list and manage comments), and ...

Applitools Eyes SDKs

Visual testing SDKs that integrate with existing test frameworks (Selenium, Cypress, Playwright, WebdriverIO, Puppeteer, Appium, Espresso, XCUI, Robot Framework, Images) across ...

Applitools Autonomous

AI-powered no-code platform for end-to-end functional, visual, and API testing. Handles test authoring, result analysis, and provides REST API access for programmatic integratio...

Applitools Execution Cloud

Cloud test execution infrastructure with self-healing capabilities - tests remain functional even when UI elements change. Drop-in remote WebDriver replacement for Selenium, Pla...

Applitools Ultrafast Grid

Cross-browser and device visual rendering grid. Renders DOM snapshots captured by Eyes SDKs across many browser/viewport combinations in parallel and applies Visual AI comparison.

Collections

Pricing Plans

Applitools Plans Pricing

1 plans

PLANS

Rate Limits

Applitools Rate Limits

2 limits

RATE LIMITS

FinOps

Resources

🔗
Website
Website
🔗
Documentation
Documentation
👥
GitHub
GitHub
🔗
LinkedIn
LinkedIn
🔗
Plans
Plans
🔗
RateLimits
RateLimits
🔗
FinOps
FinOps

Sources

Raw ↑
opencollection: 1.0.0
info:
  name: Applitools Eyes Server REST API
  version: '1.0'
request:
  auth:
    type: apikey
    key: apiKey
    value: '{{apiKey}}'
    placement: query
items:
- info:
    name: Batches
    type: folder
  items:
  - info:
      name: List batch results
      type: http
    http:
      method: GET
      url: https://eyesapi.applitools.com/batches/:batchId/results
      params:
      - name: batchId
        value: ''
        type: path
    docs: List batch results
  - info:
      name: List batch statistics
      type: http
    http:
      method: GET
      url: https://eyesapi.applitools.com/batches/:batchId/statistics
      params:
      - name: batchId
        value: ''
        type: path
    docs: List batch statistics
  - info:
      name: List batch properties
      type: http
    http:
      method: GET
      url: https://eyesapi.applitools.com/batches/:batchId/properties
      params:
      - name: batchId
        value: ''
        type: path
    docs: List batch properties
  - info:
      name: Update batch properties
      type: http
    http:
      method: PATCH
      url: https://eyesapi.applitools.com/batches/:batchId/properties
      params:
      - name: batchId
        value: ''
        type: path
      body:
        type: json
        data: '{}'
    docs: Update batch properties
  - info:
      name: Delete a batch
      type: http
    http:
      method: DELETE
      url: https://eyesapi.applitools.com/batches/:batchId
      params:
      - name: batchId
        value: ''
        type: path
    docs: Delete a batch
- info:
    name: Discussions
    type: folder
  items:
  - info:
      name: List discussion comments
      type: http
    http:
      method: GET
      url: https://eyesapi.applitools.com/discussions/:discussionId/comments
      params:
      - name: discussionId
        value: ''
        type: path
    docs: List discussion comments
- info:
    name: SCM
    type: folder
  items:
  - info:
      name: Set SCM status
      type: http
    http:
      method: POST
      url: https://eyesapi.applitools.com/scm/status
      body:
        type: json
        data: '{}'
    docs: Set SCM status
bundled: true