---
title: "Web search within collection"
method: POST
path: "/collection/{collection_id}/search/web/"
tags: ["Search"]
---

# Web search within collection

`POST /collection/{collection_id}/search/web/`

## Path parameters

- `collection_id` string, required

## Request body

- object
  - `query` string, required

## Response `200`

Web search results

- object
  - `success` boolean
  - `data` object

---

[API](https://skmtc.net/video-db/apis/videodb-server-api.md) · [All operations](https://skmtc.net/video-db/apis/videodb-server-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/video-db/videodb-server-api/revisions/21b1d1d3eae8/schema)
