The server processes the request and sends back the data payload.
Using this feature is essential under specific development and testing scenarios: 1. Downloading Media and Documents what is send and download in postman
Postman sometimes strips the file extension during the save prompt. Check your API documentation or look at the response Content-Type header to know whether to append .json , .csv , or .zip manually. The server processes the request and sends back
If your API endpoints serve file assets, you need to verify that the files transfer without corruption. Use this feature for endpoints returning: PNG, JPEG, WebP, SVG Documents: PDF, DOCX, XLSX, CSV Archives: ZIP, RAR, TAR.GZ Media: MP3, MP4, WAV 2. Handling Large Payloads SVG Documents: PDF