Record from browser
Recording captures the APIs your web app fires while you browse. Enter a URL, start recording, walk through the product in real time, then review each request with its method and status. You do not build a collection first.
This is the fastest way to turn real user actions into API tests. For the full picture, including status codes, running on demand, and Execution History, start with REST API Testing.
How to record live trafficHow to record live traffic
Open REST API testing and hit record. QAlity asks for the application URL where the journey begins.
Type the URL and continue. Your actual product opens in a live browser, ready to explore.
Click, type, add to cart, or check out. Whatever the journey is, every click, input, and interaction is captured in the background as API requests.
Requests appear as they fire, including duplicates, repeats, and noise. Each row shows method, path, and status code.
Stop the recorder when the journey is done. Every API from the session is listed in one dashboard.
Use AI suggestions to remove duplicates, ignore noise, or keep specific requests before you save or run the flow.
Analytics, polling, and retries often sit next to the calls you care about. Clean those up before you add assertions so the saved test stays focused.
What you see for each requestWhat you see for each request
Captured traffic is listed with method, URL, status, and time. Open a row to inspect the details:
/api/orders).After you stopAfter you stop
Recording is one of five ways to add APIs. If you already have a cURL, JSON, or definition file, you do not need to browse first.