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
Requiredstring
Request Body
multipart/form-data
firmware
string
Required
Firmware binary file (max 4 MB)
Format
"binary"Responses
Flashing started
application/json
{
}