Simple examples for generating worlds from text or images via the World Labs API. This repo includes CLI scripts in NodeJS and Python, plus a small web app/server. Paste your API key into the input ...
playwright-toolshop-api-tests/ ├── tests/ │ └── api/ │ ├── petstore.spec.ts # Playwright API tests for pet endpoints │ └── store.spec.ts # Playwright API tests for store endpoints ├── k6/ │ ├── ...