Quick start

In this article

Before you can use our API, you'll need to create an account. You can use the JS API during the 14 free day trial or with paid subscriptions like our Business plan.

Create your account

Register for an account to create your first bot and get your embed code.

Your embed code

Once you've created your first bot, you need to install a snippet of Javascript.

You can add the code either in the <head> or right before the closing </body> tag. When you use the API, you must make sure that any calls happen after the Continually embed script is declared.

<!-- Continually embed code --> 
<script>var continuallySettings = { appID: "xyz123456" };</script> 
<script src="https://cdn-app.continual.ly/js/embed/continually-embed.latest.min.js"></script> 
<!-- end Continually -->

Add your own appID

When you get your embed code, it contains a unique reference that identifies your account. This is your appID and it is contained in the embed code inside your dashboard.

Did this answer your question? Thanks for the feedback There was a problem submitting your feedback. Please try again later.