is there any reason the batch API expiresAt response is set to 2 seconds after generation? Im testin

is there any reason the batch API expiresAt response is set to 2 seconds after generation? Im testing the endpoint and everything is successful in generating the batch api token except for the expiry. I dont see anything on cloudflare docs mentioning this specification.

{
  "result": {
    "token": "...",
    "expiresAt": "2025-08-26T17:01:33.979591644Z",
  },
  "success": true,
  "errors": [],
  "messages": [],
}


https://developers.cloudflare.com/images/upload-images/images-batch/
Cloudflare Docs
The Images batch API lets you make several requests in sequence while bypassing Cloudflare’s global API rate limits.
Was this page helpful?