Upload the reserved file
Streams the file’s raw bytes into the reservation, with no multipart wrapper. One successful upload per reservation; the file_reference is ready for a tool call once this returns.
Authentication
AuthorizationBearer
Token-based authentication with required prefix “Bearer”
Path parameters
token
Request
This endpoint expects binary data of type application/octet-stream.
Response
file_reference
Pass this as the file_reference argument of an upload tool.
size_bytes
Bytes received and stored.
expires_at
When the file reference stops working.
Errors
400
Bad Request Error
404
Not Found Error
409
Conflict Error
410
Gone Error
413
Content Too Large Error