Workspace key
Every MCP or API caller needs Authorization: Bearer <workspace_api_key>. Workspace keys are tied to included plan minutes or an operator-created account. Unused minutes roll over and stay usable for 3 months from the day they're granted. Extra checked-minute packs are purchased through Lemon Squeezy.
REST example
curl https://api.uploadcheck.app/v1/qc/jobs \
-H "Authorization: Bearer <workspace_api_key>" \
-H "Content-Type: application/json" \
-d '{"source":"https://example.com/final.mp4","kind":"video","checks":"canvas_fill,loop_freeze,repeat_fatigue,dead_air,text_contrast,text_safe_area","plan_id":"creator"}'