Skip to content

Upload Body

PUT
/api/v1/files/upload/body
curl --request PUT \
--url 'https://aura.strangeworks.com/api/v1/files/upload/body?token=' \
--header 'Authorization: Bearer <token>'

Dev-fallback byte sink for backends that can’t presign a direct PUT.

Write access was gated at plan time (a token is only minted after require_write_access), so the token is the sole credential here.

token
Token
string
""

Successful Response

Validation Error

Media typeapplication/json
HTTPValidationError
object
detail
Detail
Array<object>
ValidationError
object
ctx
Context
object
input
Input
loc
required
Location
Array
msg
required
Message
string
type
required
Error Type
string
Examplegenerated
{
"detail": [
{
"ctx": {},
"input": "example",
"loc": [
"example"
],
"msg": "example",
"type": "example"
}
]
}