---
title: "Run a video through a custom model and get a score."
method: POST
path: "/video_scoring/"
tags: ["Video"]
---

# Run a video through a custom model and get a score.

`POST /video_scoring/`

Provide a video URL as input. The input will be run through a custom model to generate a score.

## Request body

- VideoScoringRequest
  - `video_url` string, required
  - `num_clips` integer
  - `clip_duration_in_secs` number

## Response `200`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/texel/apis/texel-api.md) · [All operations](https://skmtc.dev/texel/apis/texel-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/texel/texel-api/revisions/b728014efdc8/schema)
