Could not route to /client/v4/accounts/ID/images/v1, perhaps your object identifier is invalid?

What does this error mean? I’m just using boiler plate examples like this:
curl --request POST https://api.cloudflare.com/client/v4/accounts//images/v1
–header ‘Authorization: Bearer ’
–form ‘url=https://example.com/path/to/image
–form ‘id=https://example.com/path/to/image

you have to pass your account identifier in the url:

curl --request POST https://api.cloudflare.com/client/v4/accounts/ACCOUNT_ID/images/v1

This topic was automatically closed after 15 days. New replies are no longer allowed.