Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.blobhub.io/llms.txt

Use this file to discover all available pages before exploring further.

Create a new organization.

POST /orgs

Request Body

ParameterTypeRequiredDescription
aliasstringYesUnique alias for the organization.
visibilitystringYesVisibility setting: public or private.

Response

ParameterTypeDescription
org_idstringThe unique ID of the created org.

Example

{
  "alias": "acme-corp",
  "visibility": "public"
}