---
title: "Upload a binary to be binexploded"
method: POST
path: "/v0/binexplode/scan"
tags: ["BinExplode"]
---

# Upload a binary to be binexploded

`POST /v0/binexplode/scan`

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)

## Request body

- PostScanInput
  - `file_contents` string, required — Base64 encoded raw contents of file
  - `file_name` string, required — Name of file, can be anything but must be provided

## Response `200`

OK

- HandlerTypesTaskAccepted
  - `task_id` string, uuid, required — Task ID. Use the /v0/tasks/:id endpoint to check the task status.

---

[API](https://skmtc.net/sublime/apis/sublime-platform-api.md) · [All operations](https://skmtc.net/sublime/apis/sublime-platform-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/sublime/sublime-platform-api/revisions/d5df82850357/schema)
