API Documentation

Web Test

Start Web Test

Method: POST Endpoint: /api/v1/webshot/start

Headers:

  • api-key: User API key for authorization.

Query Parameters:

  • webshot_id: ID of the web Automation flow.

Response:

{
    "success": true,
    "task_id": "44d147763b9649578fb0808d6d87b7a0"
}

Get Web Test Report

Method: GET Endpoint: /api/v1/webshot/report

Headers:

  • api-key: User API key for authorization.

Query Parameters:

  • task_id: ID of the end-to-end flow.

Response:

Last updated