Confirms the detection/validation of a file after upload.
curl --request POST \
--url https://server26-dot-royalti-project.uc.r.appspot.com/file/confirm-detection/{id} \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{}'
{
"success": true,
"message": "File detection confirmed"
}
JWT Authorization header using the Bearer scheme. Format: "Bearer {token}"
File identifier
File detection confirmed
The response is of type object
.
curl --request POST \
--url https://server26-dot-royalti-project.uc.r.appspot.com/file/confirm-detection/{id} \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{}'
{
"success": true,
"message": "File detection confirmed"
}