{ "prompt": "Hi, Help me find details about current market trends in the US stock market", "conversationId": "" }
The following example shows the response:
{ "result": "directly retrieving the historical trends of the U.S. stock market through the research analyst function.\n\nHowever, I can provide you with an overview of historical trends based on past knowledge if that works for you. Please confirm, and do let me know if there's any particular time period or market aspect you'd like me to highlight!", "conversationId": "6ef15a1c-f50f-4bc5-bf69-7af46Example" }
To continue the conversation, use the conversationID that appears in the response.
Session IDs
If you deploy your AI agent using session ID or JWT authentication, you need to get a session ID, and then add the session ID to the header of every request. The IDMC Identity Service issues the session ID. The session ID can be either a session ID or a JWT based on the organization's authentication type.
Note: If your session ID expires, log in again to get a new session ID.
To get a session ID, submit the following POST request with your credentials:
POST https://dm-us.informaticacloud.com/identity-service/api/v1/Login
If your organization uses JWT authentication, the response is identical except that the sessionId will be a long string that contains a maximum of 16,000 characters.
To authenticate your requests, add IDS-SESSION-ID: <session ID> in the request header.