Are Cloudinary APIs limited?

Follow

Comments

2 comments

  • Avatar
    Andrew Hayhurst

    Could you please elaborate on how API requests are counted?

    0
    Comment actions Permalink
  • Avatar
    Zachary Gould

    Andrew, each separate request to the API is counted as 1 request. So if you were to use one of the SDK's to add a layer to an image, it would count as 1 request. 

    new CloudinaryImage("sample.jpg").overlay(
      source(
        fetch(
          "https://res.cloudinary.com/demo/image/upload/logos/cloudinary_full_logo_white_small.png"
        )
      )
    );

     

    0
    Comment actions Permalink

Please sign in to leave a comment.