---
title: "Search for videos."
method: POST
path: "/search"
---

# Search for videos.

`POST /search`

## Request body

- SearchRequest
  - `query` string — Search query for finding videos

## Response `200`

Search results

- SearchResponse
  - `compilationVideo` string, uri — Playable URL of the video
  - `chunks` object[]
    - `text` string — Text content of the video
    - `video` string, uri — Playable URL of the video segment

## Other responses

- `400` — Invalid request
- `404` — No videos found
- `default` — Unexpected error

---

[API](https://skmtc.net/video-db/apis/video-search-api.md) · [All operations](https://skmtc.net/video-db/apis/video-search-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/video-db/video-search-api/versions/5bd190883703/schema)
