Sboms

Upload SBOMs

POST
/workspaces/{workspaceId}/firmware-versions/{firmwareVersionId}/sboms

Authorization

API key SBOMs: write
AuthorizationBearer <token>

API key (sf_...) with any of the required scopes. Generate it in the Spotflow portal on the settings page.

In: header

Scope: SBOMs: write

Path Parameters

workspaceId*string
Formatuuid
firmwareVersionId*string

Response Body

application/json

application/problem+json

application/problem+json

curl -X POST "https://example.com/workspaces/00000000-0000-0000-0000-000000000001/firmware-versions/r2Kt75mXc8Vd/sboms"

SBOMs accepted for parsing.

{  "sboms": [    {      "id": "z3Mp96lQd4Gt",      "parsingState": "InProgress"    }  ]}