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
Example request
{
"query": "machine learning"
}Response
OK
{
"query": "machine learning"
}OK