Request
Body Params application/json
{
"file_id": "string",
"filename_base": "string",
"includes": [
"string"
],
"category": "other"
}
Request Code Samples
curl --location --request POST 'https://rnters-staging.herokuapp.com/api/org/items//documents' \
--header 'Authorization;' \
--header 'Auth0-IdToken;' \
--header 'Accept-Language;' \
--header 'Content-Type: application/json' \
--data-raw '{
"file_id": "string",
"filename_base": "string",
"includes": [
"string"
],
"category": "other"
}'
Responses
Create item document does not trigger ITEM_DOCUMENT__TITLE_CHANGED analytics
This response does not have a body.
Modified at 2026-04-15 14:20:24