You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<li>In your web page, use the following line to instantiate a connection to the Aify API -</li>
117
118
</ol>
118
-
<figureclass="highlight plain"><table><tr><tdclass="gutter"><pre><spanclass="line">1</span><br></pre></td><tdclass="code"><pre><spanclass="line">var ai = new aifyjs();</span><br></pre></td></tr></table></figure>
119
-
<olstart="8">
119
+
<figureclass="highlight plain"><table><tr><tdclass="gutter"><pre><spanclass="line">1</span><br></pre></td><tdclass="code"><pre><spanclass="line">var ai = new aifyjs("YOUR-API-KEY");</span><br></pre></td></tr></table></figure>
120
+
<p>If you have not yet generated the API Key, read <ahref="http://localhost:4000/getting-started/#Step-3-Get-your-API-Keys" target="_blank" rel="noopener">How to get your API Keys</a>.</p>
121
+
<olstart="3">
120
122
<li>To generate element labels on the web page, use the following line -</li>
0 commit comments