POST /orgs/:id/blobs
Path Parameters
Request Body
All three are required and nothing else is accepted. There is no
name field: the blob is named after its
alias, which is fixed at creation — Update Blob has no alias parameter, so a
blob cannot be renamed once created.
type is a single dotted string, not a composite of independent fields. Five are recognized, and an
organization must additionally be permitted to create the one it names:
Any other string — and any of these the organization is not permitted — is refused with
invalid_blob_type.
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.

