When to Use This Endpoint
Upload debug symbols after uploading your binary image when:- You have .pdb files available from your build process
- You want more accurate vulnerability detection
- You need better source code correlation in findings
Tip: Debug symbols significantly improve analysis accuracy. Always upload them when available.
Request
Endpoint
Headers
Form Fields
Example Request - Single File
Example Request - Batch Upload
If you have multiple .pdb files, upload them in a loop:Response
Returns the created file object with upload confirmation.Best Practices
Related
User Guides- Debugging Symbols Guide - UI walkthrough for uploading and verifying PDB files