POST
/
reports
/
bulk
Upload multiple reports in a single request
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": [
      {}
    ]
  }
}
Please download our bulk upload template and fill in your data

Authorizations

x-api-key
string
header
required

Body

multipart/form-data

File to upload

The body is of type object.

Response

200
application/json

File uploaded successfully

The response is of type object.