-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
127 lines (106 loc) · 3.83 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
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="google-site-verification" content="wNep5ZcFdIJ5iwRdHk0dYO3IGeisGKzY_hC2mRzFK-w" />
<title>Signature.io | The API platform for signing documents</title>
<link rel="stylesheet" href="stylesheets/mot.css">
</head>
<body>
<img src="images/signature-logo-0.jpg" alt="Signature.io Logo">
<div class="content">
<p>Signature.io is an <strong>API Platform for signing documents</strong>. Use Signature.io to integrate e-signing into your web or mobile application in minutes instead of months.</p>
<br/>
<br/>
<h2>Get Started</h2>
<p>Signature.io is simple to use. <strong>Create a signable document with just one API call.</strong></p>
<pre><code>curl http://signature-api.herokuapp.com/api/v0/documents/create.json?url=http://mot.la/assets/resume.pdf</code></pre>
<p>Signature.io responds with a <code>share_url</code>. <strong>Visit that url and sign your document.</strong><p>
<p>That's it!</p>
<br/>
<br/>
<h2>Help & Support</h2>
<p>If you need help, please get in touch with me at <a href="mailto:[email protected]">[email protected]</a>.</p>
<br/>
<br/>
<h2>Libraries</h2>
<p>It is nice to have helper libraries in the language of your choice. We've built the following for you.</p>
<ul>
<li>
<a href="/signatureio-ruby">signatureio-ruby</a>
</li>
<li>
<a href="/signatureio-node">signatureio-node</a>
</li>
</ul>
<br/>
<br/>
<h2>Architecture</h2>
<p>Signature.io is completely open sourced. It takes a service oriented approach to it's architecture. Much of it is actually a "webhook driven architecture".</p>
<ul>
<li>
<a href="https://github.com/motdotla/signature-api">signature-api</a>
<ul>
<li>
<a href="https://github.com/motdotla/signaturelogic">signaturelogic</a>
</li>
</ul>
</li>
<li>
<a href="https://github.com/motdotla/signature-share">signature-share</a>
</li>
<li>
<a href="https://github.com/motdotla/signature-catcher">signature-catcher</a>
</li>
<li>
<a href="https://github.com/motdotla/signature-js">signature-js</a>
<ul>
<li>
<a href="https://github.com/motdotla/signature-chrome">signature-chrome</a>
<ul>
<li>
<a href="https://github.com/motdotla/signature-pad">signature-pad</a>
<ul>
<li>
<a href="https://github.com/motdotla/signature-mark">signature-mark</a>
</li>
</ul>
</li>
</ul>
</li>
<li>
<a href="https://github.com/motdotla/signature-document">signature-document</a>
</li>
<li>
<a href="https://github.com/motdotla/signature-signing">signature-signing</a>
</li>
<li>
<a href="https://github.com/motdotla/jafja">jafja</a>
</li>
</ul>
</li>
<li>
<a href="https://github.com/motdotla/carve-api">carve-api</a>
</li>
<li>
<a href="https://github.com/motdotla/carve-worker">carve-worker</a>
<ul>
<li>
<a href="https://github.com/motdotla/carve">carve</a>
</li>
</ul>
</li>
</ul>
<br/>
<br/>
<h2>Supporting External Services</h2>
<ul>
<li><a href="http://aws.amazon.com/s3/">Amazon S3</a></li>
<li><a href="https://github.com/motdotla/heroku-buildpack-mupdf">Heroku buildpack: MuPDF</a></li>
<li><a href="http://iron.io">Iron.io</a></li>
<li><a href="http://orchestrate.io">Orchestrate.io</a></li>
</ul>
</div>
</body>
</html>