Schema-first extraction
Submit a video and provide the structure you want back as a JSON Schema or a schema sketch. Fovea fills that shape rather than asking you to design a prompt or preset.
Fovea turns uploaded videos into schema-conforming JSON via web app, API, or MCP server for developers and agents.
Fovea is a video-to-JSON service that turns an uploaded video into structured data defined by your schema. You provide the shape you want returned, either as a JSON Schema or a sketch of one, and Fovea responds with JSON that conforms to it.
The product is built for workflows where video needs to become machine-readable output rather than a manual review task. It supports a web app for one-off use, a direct API endpoint for code, and an MCP server for agent-based tools such as Claude Code or Codex.
Submit a video and provide the structure you want back as a JSON Schema or a schema sketch. Fovea fills that shape rather than asking you to design a prompt or preset.
Every result is validated before it leaves the system, so the returned JSON conforms to the schema you supplied. If the shape is wrong, Fovea retries on its side.
Any field in the schema can carry a timestamp, allowing outputs to point back to a moment in the video. This is useful when you need to review or jump to a specific segment.
Use the product through a web app, a single POST to /v1/extract, or an MCP server at /v1/mcp for agent workflows. The same account and billing meter apply across surfaces.
The site states that videos are deleted after the job finishes and that submitted content is not used to train a model. That makes the workflow closer to a disposable extraction job than a persistent media store.
Convert meeting recordings into structured fields such as titles, participants, decisions, and action items so they can be indexed or sent into downstream systems.
Pull key moments, timestamps, topics, and sentiment from a clip when you need machine-readable metadata for search, review, or follow-up.
Let an agent like Claude Code or Codex inspect video through MCP and decide what schema it needs for a task without building a separate video-processing pipeline.
Use the web app to test a schema against a sample video before wiring the same structure into code, which is helpful for validating output shape during setup.
Send a video directly from curl, Python, or TypeScript when you want a simple integration path without installing a dedicated SDK.
You create a video-to-JSON request by sending a video and a JSON Schema, or a schema sketch, to the web app, API, or MCP server. The response is returned on the same request, so there is no separate job queue to manage.
Fovea says it supports videos up to ten minutes at launch. The site also says this is a current extraction limit rather than a model limitation, and that it is the first limit they plan to raise.
Fovea runs on Google's Gemini multimodal models today. The company says the layer on top is model-independent, so the underlying model can change without requiring schema changes.
Fovea deletes your video once the job finishes and says that nothing you send is used to train a model.
Fovea guarantees the returned shape and validation against your schema, not the correctness of every judgment inside the output. The site recommends adding timestamps to fields when you want to spot-check results against the source video.
ByteAsk is a terminal-first AI coding agent for C and C++ that edits repos and verifies changes with compilers, debuggers, sanitizers, and tests.
CreateOS Sandbox is an isolated compute environment for running code and agent workloads in Firecracker micro-VMs with private networking and SDK, CLI, or MCP control.
hob is an independent workspace for coding agents, with local control over sessions, terminals, history, routing, and follow-up work.
Manta AI is an autonomous web app testing tool that maps app behavior, catches regressions, and generates tests from a URL, no scripts or selectors needed.
Redline is a budgeting tool for Claude Code that paces sessions by time, tokens, cost, or plan percentage, helping them end with a usable result.
SonOf connects to your repo and PM tool, audits your codebase, and turns approved work into shipped tickets with senior engineering review.