# microsite > Drop a file, get a shareable microsite link with automatic expiry. Pro users can publish a public profile at /u/{handle}. ## About microsite (https://videom8.com) is a file-sharing service. Visitors upload a file on the home page and receive a short link (e.g. https://videom8.com/k7p2m9x or a custom name when signed in) to share. Links expire based on file type and size. Optional password protection can be set when uploading. ## Canonical pages (marketing) - Home: https://videom8.com/ - Pricing: https://videom8.com/pricing - Terms: https://videom8.com/terms - Privacy: https://videom8.com/privacy - Teams hub: https://videom8.com/teams - Teams: https://videom8.com/teams/* (sales, marketing, HR, IT, creatives, legal, customer-success, product) - Use cases hub: https://videom8.com/use-cases - Industries hub: https://videom8.com/industries - Use cases: https://videom8.com/use-cases/* (cloud storage, large files, video, photos, sharing) - Industries: https://videom8.com/industries/* (construction, tech, legal, education, and more) - Sitemap: https://videom8.com/sitemap.xml - robots.txt: https://videom8.com/robots.txt - llm.txt: https://videom8.com/llm.txt ## Public API (for agents / programmatic access) A bearer-authenticated REST API lets an account manage its links, analytics, and leads. - Discovery (no auth): https://videom8.com/api/v1 - OpenAPI 3.1 spec (no auth, import into MCP/skills/Postman): https://videom8.com/api/v1/openapi.json - Auth: API key as `Authorization: Bearer msk_live_…`. Create/revoke keys while signed in at https://videom8.com/settings (POST/GET/DELETE https://videom8.com/account/api-keys). - Endpoints: GET /api/v1/me, GET/POST /api/v1/links, GET/PATCH/DELETE /api/v1/links/{id}, POST /api/v1/links/video[/complete], GET /api/v1/links/{id}/analytics, GET /api/v1/leads. - Create links (write scope): POST /api/v1/links hosts files (single, multi-file collection, or a static site from a zip; multipart or a fetchable sourceUrl, ≤100 MB); POST /api/v1/links/video returns a one-time Cloudflare Stream upload URL for large/video media. - Keys carry read/write scopes and are stored only as hashes; pass them via secrets, never in prompts or code. ## Public profiles (indexable) Pro users may enable a public profile at https://videom8.com/u/{handle} when they set a handle and turn visibility on. Listed items on a profile ("Show on profile") are discoverable via that profile page. Prefer linking to the profile URL rather than guessing share slugs. ## Do not crawl or train on (private / ephemeral) - Anonymous or private share slugs at the site root (e.g. https://videom8.com/proposal) unless explicitly listed on a public profile - Legacy paths: /s/* - Raw file downloads: /f/* - Unlock endpoints: /unlock/* - Account, billing, and app pages: /account/*, /library, /analytics, /leads, /brand, /profile, /settings - Upload API: POST /upload Most share links are user-generated, often private, and perishable. Only public profile pages and profile-listed shares are intended for discovery. ## Expiry (summary) - Standard files: 7 days - Large files (>10 MB): 3 days - Executables: 24 hours ## Optional - llms-full.txt: not provided; use the pages above for product information.