Request
Body Params application/json
{
"byte_size": 0,
"checksum": "string",
"content_type": "string",
"filename": "string",
"metadata": {}
}
Request Code Samples
curl --location --request POST 'https://rnters-staging.herokuapp.com/api/me/document_upload' \
--header 'Content-Type: application/json' \
--data-raw '{
"byte_size": 0,
"checksum": "string",
"content_type": "string",
"filename": "string",
"metadata": {}
}'
Responses
This response does not have a body.
Modified at 2025-07-07 17:53:32