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

# Batch Search

`POST /svm/search/batch`

Search for multiple titles using newline-delimited JSON.

## Response `200`

OK

- SuccessfulResponseBatchSearchResponse
  - `data` BatchSearchResponse
    - `responses` SearchResults[] — List of search results in the same order as the requests
      - `hits` TitleSearchHit[] — List of items matching the query
        - `id` string — Unique Luminate ID assigned to the item. For a search by query, TV shows are provided by season. For a search by identifier, TV shows are provided by series.
        - `release_information` SearchReleaseDate[] — Release information of the item
          - `release_date` string, date — Date the item was first available to stream formatted according to the ISO 8601 date standard (YYYY-MM-DD). For a search by identifier, refers to the first release date of the series.
        - `creators` string[] — Creators/showrunners or the director
        - `video_type` 'movie' | 'tv_show' — Type of video content, either 'movie' or 'tv_show'
        - `season` string — Identifier of the TV show season. Not present for movies or for searches by identifier.
        - `external_ids` ExternalIds — External identifiers for the title, such as IMDB and LFTV IDs
          - `imdb` string[] — IMDB ID
          - `lftv` string[] — Luminate Film & TV project ID
        - `title` string — Title of the item
      - `query` string — The search query used
      - `identifier` string — The external identifier used for the search
      - `from` integer — Requested offset from first result, used for pagination
      - `size` integer — Requested number of results to return, used for pagination
      - `total_hits` integer — Total number of results matched by the query, used for pagination
      - `success` boolean — Indicates if the search was successful
      - `error_message` string — Error message if the search failed

## Other responses

- `400` — Invalid request format

---

[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/revisions/81d2bd1553e1/schema)
