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 theAuthorization header. Use your Mocra API key as the token.
Errors
Failed requests return appropriate HTTP status codes and a JSON body with amessage field describing the error. Fix the request (e.g. invalid URL, missing body, invalid token) and retry.
