View the history of a conversation between a user and your clone
GET
/
api
/
conversation
/
history
curl--location\--request GET 'https://api.delphi.ai/api/conversation/history?id=b4177da8-40fc-4e5f-9c26-f7915d7e35e3'\--header'x-api-key: <key>'
{"history":[{"text":"Lorem ipsum dolor sit amet, consectetur adipiscing elit.","created_at":"2023-06-04T15:30:23+00:00","sender":"CLONE"},{"text":"Quisque dapibus libero non placerat bibendum. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas.","created_at":"2023-06-04T15:32:44+00:00","sender":"USER"},{"text":"Sed tincidunt mauris vitae elit fringilla, sit amet finibus mauris rhoncus.","created_at":"2023-06-04T15:32:52+00:00","sender":"CLONE"},]}
With Delphi’s public api the creator of Prodigy clones have the ability to view all interactions users have with their clones
over the api. This only applies to:
Conversations had through the api
ONLY the Prodigy clones that the user who set up the API has created.
If you are using a custom application powered by Delphi, ask the creator how your conversations will be secured.
All interactions users have on the Delphi platform (delphi.ai) are private and will never
be shared for any reason. We cannot, however, control what custom applications will do with your messages.
List of citations that were used either directly or as relevant sources for the clone response
curl--location\--request GET 'https://api.delphi.ai/api/conversation/history?id=b4177da8-40fc-4e5f-9c26-f7915d7e35e3'\--header'x-api-key: <key>'
{"history":[{"text":"Lorem ipsum dolor sit amet, consectetur adipiscing elit.","created_at":"2023-06-04T15:30:23+00:00","sender":"CLONE"},{"text":"Quisque dapibus libero non placerat bibendum. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas.","created_at":"2023-06-04T15:32:44+00:00","sender":"USER"},{"text":"Sed tincidunt mauris vitae elit fringilla, sit amet finibus mauris rhoncus.","created_at":"2023-06-04T15:32:52+00:00","sender":"CLONE"},]}
Was this page helpful?
curl--location\--request GET 'https://api.delphi.ai/api/conversation/history?id=b4177da8-40fc-4e5f-9c26-f7915d7e35e3'\--header'x-api-key: <key>'
{"history":[{"text":"Lorem ipsum dolor sit amet, consectetur adipiscing elit.","created_at":"2023-06-04T15:30:23+00:00","sender":"CLONE"},{"text":"Quisque dapibus libero non placerat bibendum. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas.","created_at":"2023-06-04T15:32:44+00:00","sender":"USER"},{"text":"Sed tincidunt mauris vitae elit fringilla, sit amet finibus mauris rhoncus.","created_at":"2023-06-04T15:32:52+00:00","sender":"CLONE"},]}