API Documentation

Load Testing

Start Load Test

Method: POST Endpoint: /api/v1/load/start Headers:

  • api-key: User API key for authorization.

Request Body:

{
  "simulation_id": "6788e05ab077dd99972a1374",
  "workspace_id": "677e4b4c01ab7f61193b5c5a"
}

Response:

{
  "message": "Load test started successfully"
}

Get Load Test Status

Method: GET Endpoint: /api/v1/load/status Headers:

  • api-key: User API key for authorization.

Query Parameters:

  • simulation_id: ID of the simulation.

Response:


Get Load Test Report

Method: GET Endpoint: /api/v1/load/report Headers:

  • api-key: User API key for authorization.

Query Parameters:

  • simulation_id: ID of the simulation.

Response:


API Test Suite

Run API Suite Execution

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

  • api-key: User API key for authorization.

Query Parameters:

  • suite_id: ID of the suite to execute.

Response:


Get Suite Report

Method: POST Endpoint: /api/v1/api/report Headers:

  • api-key: User API key for authorization.

Query Parameters:

  • suite_id: ID of the suite.

Response:


End-to-End Testing

Start E2E Flow

Method: POST Endpoint: /api/v1/e2e/start Headers:

  • api-key: User API key for authorization.

Query Parameters:

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

Response:


Get E2E Report

Method: POST Endpoint: /api/v1/e2e/report Headers:

  • api-key: User API key for authorization.

Query Parameters:

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

Response:


Accessibility Testing

Start Accessibility Assessment

Method: POST Endpoint: /api/v1/accessibility/start Headers:

  • api-key: User API key for authorization.

Query Parameters:

  • assessment_id: ID of the accessibility assessment.

Response:


Get Accessibility Report

Method: GET Endpoint: /api/v1/accessibility/report Headers:

  • api-key: User API key for authorization.

Query Parameters:

  • assessment_id: ID of the assessment.

  • workspace_id: ID of the workspace.

Response:


Web Automation

Start Web Automation

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:


Get Web 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