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>
118
122
</ol>
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>
123
+
<figureclass="highlight js"><table><tr><tdclass="gutter"><pre><spanclass="line">1</span><br></pre></td><tdclass="code"><pre><spanclass="line"><spanclass="keyword">var</span> ai = <spanclass="keyword">new</span> aifyjs(<spanclass="string">"YOUR-API-KEY"</span>);</span><br></pre></td></tr></table></figure>
120
124
<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
125
<olstart="3">
122
126
<li>To generate element labels on the web page, use the following line -</li>
0 commit comments