Skip to content

Flash firmware to board

POST
/v1/sessions/{id}/flash

Accepts a firmware binary upload (multipart form, max 4 MB) and sends it to the pod for flashing.

Authorizations

BearerAuth

API key (Bearer key_...)

Type
API Key (header: Authorization)

Parameters

Path Parameters

id*

Session ID

Type
string
Required

Request Body

multipart/form-data
object

Firmware binary file (max 4 MB)

Format"binary"

Responses

Flashing started

application/json
JSON
{
  
"status": "string"
}

Playground

Authorization
Variables
Key
Value
Body

Samples

Powered by VitePress OpenAPI