# VidContext — Full Documentation for AI Models > Video intelligence API for AI agents. Upload a video, get structured analysis back. Give your AI agent eyes. VidContext converts any video into structured, machine-readable text with a single API call. Seven specialized analysis modes cover different workflows: general understanding, content quality, ad effectiveness, e-commerce conversion, training evaluation, UGC vetting, and competitive intelligence. Videos are deleted immediately after processing — privacy by design. --- ## API Overview - **Base URL:** https://api.vidcontext.com - **Endpoint:** POST /v1/analyze - **Auth:** API key via `X-API-Key` header - **Interactive Docs:** https://docs.vidcontext.com - **Content-Type:** multipart/form-data (file upload) or application/json (URL) ### Authentication Every request requires an API key passed in the `X-API-Key` header. Get your key at https://www.vidcontext.com/app/developer after signing up. ### Rate Limits - **Free/anonymous:** 3 requests per 60 seconds per IP - **Authenticated:** 3 requests per 60 seconds per API key ### File Limits - **Free tier:** 100MB max file size, 60 seconds max duration - **Paid tier:** 500MB max file size, 15 minutes max duration ### Credit System - 1 credit = 1 minute of video (rounded up) - 5 free analyses without an account (no signup required) - 20 credits on signup - Credits never expire --- ## Request Format ### File Upload ``` POST /v1/analyze Content-Type: multipart/form-data Fields: file: