Request
Body Params application/jsonRequired
{
"byte_size": 0,
"checksum": "string",
"content_type": "string",
"filename": "string",
"metadata": {
"label": "string"
}
}
Request Code Samples
curl --location 'https://rnters-staging.herokuapp.com/api/me/document_upload' \
--header 'Authorization;' \
--header 'Auth0-IdToken;' \
--header 'Accept-Language;' \
--header 'Content-Type: application/json' \
--data '{
"byte_size": 0,
"checksum": "string",
"content_type": "string",
"filename": "string",
"metadata": {
"label": "string"
}
}'
Responses
This response does not have a body.
Modified at 2026-04-15 14:20:24