Try Requests Live
Click on Try button at request level to get interactive playground that allows users to:- Edit request parameters, headers, and body
- Modify and test scripts in real-time
- Execute requests live directly from the documentation
- View responses immediately

Code Samples
The documentation automatically generates code snippets for each request in multiple languages:- cURL
- Python (requests)
- JavaScript
Tests and Scripts Display
Interactive playground supports to:- Show pre and post request scripts inline for each request
- Display Params, Variables, Body, Headers, Auth and test logic
- View Tests and Assertions directly in the documentation