Learn how to generate embed token for embedding your agent’s result in your website
Header | Description |
---|---|
Content-Type | application/json |
api_key
(string, required): Your unique API key for authenticationagent_id
(integer, required): The unique identifier of the agent you want to embedrefresh
(string): JWT refresh token used to obtain new access tokens when they expireaccess
(string): JWT access token used for embedding the agentStatus Code | Description |
---|---|
400 | Invalid request parameters |
401 | Invalid or missing API key |
403 | Unauthorized access |
500 | Internal server error |