Data
Generate signed URL for file upload
Request
Body Params application/json
Allowed values:ECFECDEFDFEFDCNFSENFECTE
{
"nationalRegister": "string",
"processUniqueId": "string",
"type": "ECF",
"fileName": "string",
"force": false
}
Request samples
curl --location --request POST 'https://hom.roit.ai/roit-data-integration/v1/data/generate-signed-url' \
--header 'Content-Type: application/json' \
--data-raw '{
"nationalRegister": "string",
"processUniqueId": "string",
"type": "ECF",
"fileName": "string",
"force": false
}'
Responses
{
"status_code": 200,
"message": "",
"data": "string",
"error": null,
"status": "success"
}
Modified at 2025-02-13 00:43:09