Overview
This endpoint automatically detects the upload type and routes to the appropriate handler. Supports:- Video file uploads
- Image file uploads
- Video URL uploads
- Text memory uploads
Request Parameters
Video or image file (multipart/form-data)
Video URL for URL-based uploads
Text memory content
Memory bucket ID (required for text memories)
JSON array of tags (optional, for text memories)
JSON object with latitude/longitude (optional, for text memories)
ISO 8601 timestamp (optional, for text memories)
Response
Type of upload: “video”, “image”, “video_url”, or “text_memory”
Upload result containing status and resource identifiers