---
title: "Search"
method: POST
path: "/search"
tags: ["Search"]
---

# Search

`POST /search`

Search for entity type and query string.

## Headers

- `Accept` 'application/vnd.luminate-data.svc-apibff.v1+json'

## Request body

- SearchRequest
  - `query` string — Provide a query term to search for TV show and movie titles. This parameter cannot be used if an identifier is provided.
  - `identifier` string — Provide an ID to search for exact matches of TV show and movie external IDs. The accepted external IDs are Luminate Film & TV project ID or IMDb ID. This parameter cannot be used if a query string is provided.
  - `from` integer — Offset from first result, used for pagination
  - `size` integer — Number of results to return, used for pagination

## Response `200`

OK

---

[API](https://skmtc.net/luminatedata/apis/authentication.md) · [All operations](https://skmtc.net/luminatedata/apis/authentication/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/luminatedata/authentication/versions/81d2bd1553e1/schema)
