cURL
curl --request GET \ --url https://app.sure.am/api/v1/chats \ --header 'X-Api-Key: <api-key>'
{ "chats": [ { "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "title": "<string>", "created_at": "2023-11-07T05:31:56Z", "updated_at": "2023-11-07T05:31:56Z", "message_count": 1, "error": "The AI provider is rate limited right now. Please try again in a few minutes.", "last_message_at": "2023-11-07T05:31:56Z" } ], "pagination": { "page": 2, "per_page": 2, "total_count": 1, "total_pages": 1 } }
Documentation IndexFetch the complete documentation index at: https://sure-917046f5-docs-backup-restore-clarity.mintlify.app/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://sure-917046f5-docs-backup-restore-clarity.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
API key for authentication. Generate one from your account settings.
chats listed
Show child attributes
Was this page helpful?