Can not binding image service in workers

    const res = await fetch(
        `https://api.cloudflare.com/client/v4/accounts/${CF_IMAGES_ACCOUNT_ID}/images/v1`,
        {
            method: "POST",
            headers: { "Authorization": `Bearer ${CF_IMAGES_API_KEY}` },
            body,
        }
    );

why image service offer restful api, but not bound in workers? Like DO, and KV ?

Hi, this is one of the features we are looking into.

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