Skip to main content

Getting Started

Integrate nunu.ai’s AI-powered game testing into your development workflow.

API Endpoints

Quick Reference

Runs

EndpointMethodDescription
/runsGETList runs with filtering and pagination
/runsPOSTStart a test or test plan
/runs/{runId}GETGet detailed run information with artifacts
/runs/{runId}/bugsGETList bugs found in a run
/runs/stopPOSTStop one or more running tests

Builds

EndpointMethodDescription
/builds/uploadPOSTInitiate a multipart build upload
/builds/upload/partsGETGet presigned URLs for upload parts
/builds/upload/completePOSTComplete the upload
/builds/uploadDELETECancel an in-progress upload

Authentication

All API requests require an API key in the X-Api-Key header:
curl -X GET "https://nunu.ai/api/v1/runs" \
  -H "X-Api-Key: YOUR_API_TOKEN"
Get your API keys from Project Admin → API Keys in the nunu.ai dashboard.

Learn more about authentication

API key management, permissions, and security best practices