lambdatest.com

API provider — lambdatest.com

🔑 basic 9 endpoints developer_tools
📄 Docs 📋 OpenAPI spec 🔬 Try in Swagger UI

SDKs by language (10 total)

pip install lambda-featureflag-python-sdk
lambdatest-python-sdk ✓ Official
pip install lambdatest-python-sdk
npm install smartui-sdk-wdio-sample
npm install hyperexecute-smartui-sdk-selenium-javascript
npm install smartui-cypress-sdk-sample
lambdatest-js-sdk ✓ Official
npm install lambdatest-js-sdk
go get github.com/LambdaTest/lambda-featureflag-go-sdk
lambdatest-java-sdk ✓ Official
# Maven: see https://github.com/LambdaTest/lambdatest-java-sdk
lambdatest-ruby-sdk ✓ Official
gem install lambdatest-ruby-sdk
lambdatest-sdk-csharp ✓ Official
dotnet add package lambdatest-sdk-csharp
curl examples
Fetch all available device combinations.
curl \
  -u "$API_USER:$API_PASS" \
  https://api.lambdatest.com/screenshots/v1/devices
Fetch login profiles
curl \
  -u "$API_USER:$API_PASS" \
  https://api.lambdatest.com/screenshots/v1/profiles
Fetch Locations
curl \
  -u "$API_USER:$API_PASS" \
  https://api.lambdatest.com/screenshots/v1/locations
Endpoints (9 total)
GET
/devices
Fetch all available device combinations.
GET
/profiles
Fetch login profiles
GET
/locations
Fetch Locations
GET
/{test_id}
Fetch specified screenshot details
GET
/os-browsers
Fetch all available os-browser combinations.
GET
/resolutions
Fetch all available resolution on different OS
GET
/{test_id}/zip
Fetch Zipped Screenshots
POST
/
Start Screenshot Test
PUT
/stop/{test_id}
Stop specified screenshot test
At a glance
Total SDKs10
Languages6
Endpoints9
Authbasic
Categories1
https://api.lambdatest.com/screenshots/v1