curl --request GET \
  --url https://ingest.dashdive.com/s3/recommendedBatchSize \
  --header 'X-API-Key: <x-api-key>'
{"recommendedBatchSize": 100}

Required Headers

Header
Value
X-API-Key<x-api-key>

Response Body Content

This endpoint returns the batch size recommended by Dashdive’s backend when running a POST against the /s3/batch endpoint. The exact value returned is guaranteed to be a positive integer less than 10,000,000. The value may update without warning between consecutive calls.

Note that any batch size greater than or equal to 1 is permitted by /s3/batch. The returned value is simply an estimate of the ideal size to minimize load on Dashdive’s backend and reduce network bandwith out of your infrastructure.