Hi,
i want to export data for my images but when i call the api rest
GET - https://api.cloudflare.com/clients/v4/accounts/<account_id>/images/v1/<image_id>
i have
{
“success”: false,
“errors”: [
{
“code”: 7000,
“message”: “No route for that URI”
}
]
}
but when i call
https://imagedelivery.net/<account_hash>/<image_id>/public
the image is here