Skip to content

Instantly share code, notes, and snippets.

@tineyedev
tineyedev / tineye_api_image_url_search.php
Created April 30, 2018 14:39
TinEye Commercial API image URL search PHP code sample
<?php
function search_url($api_url, $api_private_key, $api_public_key, $image_url) {
$p = array(
"offset" => "0",
"limit" => "100",
"image_url" => $image_url
);
@tineyedev
tineyedev / tineye_api_image_upload.php
Created April 30, 2018 14:37
TinEye Commercial API image data search PHP code sample
<?php
function search_image($api_url, $api_private_key, $api_public_key, $image_data, $image_name) {
$http_verb = "POST";
// init CURL seesion
$handle = curl_init();
// content-type header