Custom Code
Have full control over your Agent with our custom deployment.
You must create two endpoints to create a chat session with your Agent.
Firstly create a request to https://agentivehub.com/api/chat/session
to retrieve a session_id.
Once you have retrieved the session_id
you then need to pass this in the body of the second request to https://agentivehub.com/api/chat/session/chat
Example Code Below:
Last updated