---
title: "A public API that searches the Coursera catalog for products (e.g. courses) that are relevant to the provided query string."
method: POST
path: "/api/rest/v1/search"
tags: ["search-v1-controller"]
---

# A public API that searches the Coursera catalog for products (e.g. courses) that are relevant to the provided query string.

`POST /api/rest/v1/search`

## Request body

- SearchQuery
  - `query` string, required

## Response `200`

OK

- SearchResponse
  - `hits` SearchHit[]
    - `name` string
    - `partners` string[]
    - `duration` string
    - `partnerLogos` string[]
    - `productDifficultyLevel` string
    - `entityType` string
    - `avgProductRating` string
    - `skills` string
    - `imageUrl` string
    - `isCourseFree` string
    - `isPartOfCourseraPlus` string
    - `objectUrl` string

---

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