Skip to main content

Overview

The Mocra API lets you analyze videos for quality and consistency. Send a video URL and optional criteria; the API returns an overall score and per-criterion breakdowns. Use these to monitor and improve video generation pipelines. Base URL: https://api.mocra.io/ Reference and request/response schemas are generated from the OpenAPI spec used by this site.

Authentication

All requests must include a Bearer token in the Authorization header. Use your Mocra API key as the token.
If you don’t have an API key, see the Quickstart for how to get one (Mocra is currently in beta; keys are issued to waitlist signups).

Errors

Failed requests return appropriate HTTP status codes and a JSON body with a message field describing the error. Fix the request (e.g. invalid URL, missing body, invalid token) and retry.