curl --request POST \
--url https://api.memories.ai/serve/api/v1/chat \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/json' \
--data '
{
"video_nos": [
"VI625239098370850816"
],
"prompt": "Summarize the emotional moments in these videos",
"session_id": "session-123",
"unique_id": "default"
}
'