Getting Started
Integrate nunu.ai’s AI-powered game testing into your development workflow.Introduction
Overview of the API, base URL, and response formats
Authentication
Create and manage API keys with scoped permissions
API Endpoints
Runs
Start tests, monitor progress, retrieve results, and access bug reports
Builds
Upload and manage game builds in nunu.ai’s cloud storage
Quick Reference
Runs
| Endpoint | Method | Description |
|---|---|---|
/runs | GET | List runs with filtering and pagination |
/runs | POST | Start a test or test plan |
/runs/{runId} | GET | Get detailed run information with artifacts |
/runs/{runId}/bugs | GET | List bugs found in a run |
/runs/stop | POST | Stop one or more running tests |
Builds
| Endpoint | Method | Description |
|---|---|---|
/builds/upload | POST | Initiate a multipart build upload |
/builds/upload/parts | GET | Get presigned URLs for upload parts |
/builds/upload/complete | POST | Complete the upload |
/builds/upload | DELETE | Cancel an in-progress upload |
Authentication
All API requests require an API key in theX-Api-Key header:
Learn more about authentication
API key management, permissions, and security best practices