% content_for(:page_title) do %>
YiffyAPI - IQDB
<% end %>
<%= render "yiff_rest/api_v2/manage/nav" %>
<%= simple_form_for(:search, url: iqdb_query_yiff_rest_api_v2_manage_images_path, method: :post) do |f| %>
<%= f.input(:file, as: :file) %>
<%= f.input(:url, label: "File URL") %>
<%= f.input(:image_id, label: "Image ID") %>
<%= f.button(:submit, "Query", name: nil) %>
<% end %>