curl --request POST \
--url https://cloud.bytebeam.io/api/v1/firmwares \
--header 'Content-Type: multipart/form-data' \
--header 'x-bytebeam-api-key: <api-key>' \
--header 'x-bytebeam-tenant: <api-key>' \
--form file='@example-file' \
--form 'version-number=<string>' \
--form 'component-name=<string>' \
--form uncompressed-size=123This response has no body data.curl --request POST \
--url https://cloud.bytebeam.io/api/v1/firmwares \
--header 'Content-Type: multipart/form-data' \
--header 'x-bytebeam-api-key: <api-key>' \
--header 'x-bytebeam-tenant: <api-key>' \
--form file='@example-file' \
--form 'version-number=<string>' \
--form 'component-name=<string>' \
--form uncompressed-size=123This response has no body data.Documentation Index
Fetch the complete documentation index at: https://bytebeam.io/docs/llms.txt
Use this file to discover all available pages before exploring further.
API key required to authenticate requests.
Tenant(Project) name required to identify the project.