Skip to main content
Create a new metadata item for a blob.

POST /blobs/:org_id/:blob_id/metadata/:alias

Path Parameters

ParameterTypeRequiredDescription
org_idstringYesThe unique ID of the organization.
blob_idstringYesThe unique ID of the blob.
aliasstringYesThe alias for the new metadata item.

Request Body

ParameterTypeRequiredDescription
valuestringNoArbitrary string value.
dataobjectNoArbitrary JSON object.

Response

ParameterTypeDescription
item_idstringThe unique ID of the created item.

Example

{
  "value": "high",
  "data": { "score": 0.99 }
}