Skip to content

Put blob into store

PUT
/store/v1/blob
curl --request PUT \
--url https://example.com/store/v1/blob \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/octet-stream' \
--data binary

Put blob into store

If no multicodec is provided, the default (0x55: raw binary) will be used.

multicodec_code
integer format: int64
nullable
Media type application/octet-stream
string format: binary

Put

Media type application/json
object
cid
required
string
Example generated
{
"cid": "example"
}