The Fotolia API now uses hourly and daily quotas to prevent it from
being flooded by bad implementations or by malicious codes.
The current quotas values are:
- 500 calls max per hour
- 10000 calls max per hour
These values should be enough for the vast majority of our users. For
the other ones, please open a ticket using "Contact Support" interface
available in your Member panel on the Fotolia website and we will
investigate your request.
In order to make sure you will not reach these quotas, I encourage you
to make sure your API implementation matches these requirements:
1. make use of a cache engine. For example, there is no need to call
twice getMediaData for the same content ID in the same hour.
2. handle automatic crawlers with care. A bad-designed crawler can
request many of your pages within a hour and may get your key to reach
its hourly or daily quota quite fast. You have to make sure it cannot
happen by blocking them completely or at least by preventing them from
accessing the pages using our API. Well-designed crawlers will not be a
problem if you implemented a cache engine.
As usual, if you have any problem or question, feel free to ask the
list.
Regards,
--
Olivier