I'm working on a app that collects random pictures from flickr to use as placeholder images. I just had an incident with a client where one of the placeholders images was too explicit and now I think it is better to filter the results. I know flickr does have a safety level on the images.

As far as I got the safety level is set per user. Is it possible to set it during an API call?

This is the call I'm using:

flickr.interestingness.getList
link|improve this question

20% accept rate
feedback

1 Answer

I don't think flickr has any way to do that. You could use something like: http://www.webpurify.com/image-filter/ but it's a paid service.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.