Skip to main content
POST
Upload a storage resource

Authorizations

x-api-key
string
header
required

Body

application/json

A storage upload: exactly ONE of content_text (stored verbatim) or content_base64 (decoded to bytes) supplies the content for id. An existing id is overwritten — provider passthrough semantics.

id
string
required
content_base64
string | null
content_text
string | null

Response

Success.

data
any
required