import requests response = requests.post( "https://memoryapi-production.up.railway.app/search", headers={"X-API-Key": "xinobi"}, json={ "query": "beach sunset", "unique_id": "your-bucket-id" } )
{ "results": { "media": [ {"videoNo": "VI123", "videoName": "beach", "score": 0.89} ], "text": [ {"id": "456", "content": "Amazing sunset at the beach!"} ] } }
Search a bucket for videos, images, and text