-
Notifications
You must be signed in to change notification settings - Fork 8
/
index.html
26 lines (26 loc) · 1.33 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>image-compare API - HTML/CSS to Image</title>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/Primer/10.8.1/build.css" />
</head>
<body>
<div class="container mt-4">
<div class="Box Box--overlay d-flex flex-column anim-fade-in fast">
<div class="Box-header">
<h1 class="Box-title">image-compare API</h1>
</div>
<div class="Box-body">
<h2>Usage</h2>
<p>Pass <code>image_url</code> and <code>other_image_url</code> as query params to run a comparison.</p>
<p><b>Endpoint:</b> https://image-compare.hcti.io/api</p>
<h3>Example</h3>
<code><a href="https://image-compare.hcti.io/api?image_url=https://hcti.io/v1/image/28c381f2-ca52-43de-a984-3b17597a1a7b&other_image_url=https://hcti.io/v1/image/28c381f2-ca52-43de-a984-3b17597a1a7b">https://image-compare.hcti.io/api?image_url=https://hcti.io/v1/image/28c381f2-ca52-43de-a984-3b17597a1a7b&other_image_url=https://hcti.io/v1/image/28c381f2-ca52-43de-a984-3b17597a1a7b</a></code>
<hr/>
<p><a href="https://github.com/htmlcsstoimage/image-compare-api">Source Code</a></p>
<p><a href="https://htmlcsstoimage.com">HTML/CSS to Image API</a></p>
</div>
</div>
</div>
</html>