Since Danbooru has it's own IQDB engine available to registered users, it'd be nice if there was a standalone page like http://iqdb.org where this functionality could be accessed, outside of the Uploads page or the Find Similar function.
The Danbooru IQDB engine already takes in URLs as parameters, but it requires a POST request so it's not accessible outside of a script.
The first step would be to make an IQDB HTML page that is accessible with a GET request with a URL parameter as an input.
The second step would be to add in support for files which would be accessed via a POST request from the IQDB HTML page.
Thoughts?