cURL
curl --request POST \ --url https://api.reporta.ng/api/v1/external/reports/bulk \ --header 'Content-Type: multipart/form-data' \ --header 'x-api-key: <api-key>' \ --form file='@example-file'
{ "success": true, "message": "<string>", "data": { "failedUploads": [ {} ] } }
Bulk upload of reports
File to upload
The file to upload
File uploaded successfully
Indicates if the operation was successful
Status message describing the result
Show child attributes