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 body is of type object.
object
File uploaded successfully
The response is of type object.