v1

latestOpenAPI 3.0.12026-07-2491247233.8 KB
BinExplode

Upload a binary to be binexploded

Starts a task to explode a binary. Returns a task ID to track and ultimately retrieve results. Results expire after 1 hour. Max original file size of 37 mb (base 64 encoded 49 mb)

post/v0/binexplode/scan

Request body

file_contentsstring required

Base64 encoded raw contents of file

file_namestring required

Name of file, can be anything but must be provided

Response

OK

task_idstring uuid required

Task ID. Use the /v0/tasks/:id endpoint to check the task status.

All 91 operations