Description Usage Arguments Value Examples
Create the session token needed for other DeepCrawl requests. Lasts for 6 hours.
1 | create_session_token(user, api_key)
|
user |
User ID |
api_key |
API key |
A string with the session token
1 2 3 | user <- '42'
api_key <- 'b72OqnAniXHgLAjA8VHCUQ10UQ7EzE-I7eYNLqqWXlSAxYa2JU3AtvRAaIwVDt5kvZJW8Y9tQTjGoOPYb6mIzw'
session_token <- create_session_token(user, api_key)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.