Skip to main content
Create a new blob within an organization.

POST /orgs/:id/blobs

Path Parameters

Request Body

All five are required and nothing else is accepted. There is no name field: the blob is named after its alias, and Update Blob is what renames it afterwards. domain, type and format are a single triple rather than three independent strings. Four are recognized: Any other combination — and any of these the organization is not permitted — is refused with invalid_data_hierarchy.

Response

The blob record exists the moment this call answers, but the rest of the creation is asynchronous: its status is creating_blob until the platform has provisioned it and its first revision, and only a ready blob accepts writes. Poll Get Blob for status and latest_revision_id.

Errors

Example