Create a direct attachment upload

Create a direct attachment upload

Authentication

AuthorizationBearer

Human-approved credential. Least-privilege grants are published in RFC 9728 protected-resource metadata and on each operation as x-required-permission.

Path parameters

inboxIdstringRequiredformat: "^inb_"

Request

This endpoint expects an object.
filenamestringRequired1-512 characters
contentTypestringRequiredformat: "^[\x20-\x7e]+$"1-255 characters
sizeintegerRequired<=31457280
checksumSha256stringRequiredformat: "^[A-Za-z0-9+/]{43}=$"

Response

Attachment upload created

Errors

400
Bad Request Error
401
Unauthorized Error
403
Forbidden Error
429
Too Many Requests Error
500
Internal Server Error